Bump laravel/dusk from 7.7.0 to 7.7.1

Bumps [laravel/dusk](https://github.com/laravel/dusk) from 7.7.0 to 7.7.1.
- [Release notes](https://github.com/laravel/dusk/releases)
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/dusk/compare/v7.7.0...v7.7.1)

---
updated-dependencies:
- dependency-name: laravel/dusk
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-19 10:15:59 +00:00 committed by GitHub
parent 3f1d1b2662
commit a48afca310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
composer.lock generated
View file

@ -8676,16 +8676,16 @@
},
{
"name": "laravel/dusk",
"version": "v7.7.0",
"version": "v7.7.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/dusk.git",
"reference": "c1d17269c317bc99fef3c2e885465d0bb6398434"
"reference": "836338ec355fc129b09f26f3cbc19de2daf065ad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/dusk/zipball/c1d17269c317bc99fef3c2e885465d0bb6398434",
"reference": "c1d17269c317bc99fef3c2e885465d0bb6398434",
"url": "https://api.github.com/repos/laravel/dusk/zipball/836338ec355fc129b09f26f3cbc19de2daf065ad",
"reference": "836338ec355fc129b09f26f3cbc19de2daf065ad",
"shasum": ""
},
"require": {
@ -8704,7 +8704,9 @@
"require-dev": {
"mockery/mockery": "^1.4.2",
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.5.10|^10.0.1"
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5.10|^10.0.1",
"psy/psysh": "^0.11.12"
},
"suggest": {
"ext-pcntl": "Used to gracefully terminate Dusk when tests are running."
@ -8743,9 +8745,9 @@
],
"support": {
"issues": "https://github.com/laravel/dusk/issues",
"source": "https://github.com/laravel/dusk/tree/v7.7.0"
"source": "https://github.com/laravel/dusk/tree/v7.7.1"
},
"time": "2023-02-21T11:38:10+00:00"
"time": "2023-04-13T14:50:22+00:00"
},
{
"name": "laravel/pint",