diff --git a/composer.json b/composer.json index febf7ea9..67ea6715 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "laravel/sail": "1.26.0", "mockery/mockery": "1.6.6", "nunomaduro/collision": "7.10.0", - "phpunit/phpunit": "10.5.1", + "phpunit/phpunit": "10.5.2", "spatie/laravel-ignition": "2.3.1" }, "autoload": { diff --git a/composer.lock b/composer.lock index 822753c5..8cfa9614 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "93416d7c81ddc49af8d45e8e19f9b693", + "content-hash": "66835afc81c0ae11dadb1073ec2879db", "packages": [ { "name": "brick/math", @@ -6624,16 +6624,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.1", + "version": "10.5.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "d5d9dca6a902d05b34c4bcbc7c1636ce1dc25408" + "reference": "5aedff46afba98dddecaa12349ec044d9103d4fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d5d9dca6a902d05b34c4bcbc7c1636ce1dc25408", - "reference": "d5d9dca6a902d05b34c4bcbc7c1636ce1dc25408", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5aedff46afba98dddecaa12349ec044d9103d4fe", + "reference": "5aedff46afba98dddecaa12349ec044d9103d4fe", "shasum": "" }, "require": { @@ -6705,7 +6705,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.1" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.2" }, "funding": [ { @@ -6721,7 +6721,7 @@ "type": "tidelift" } ], - "time": "2023-12-01T16:57:05+00:00" + "time": "2023-12-05T14:54:33+00:00" }, { "name": "sebastian/cli-parser",