diff --git a/api/composer.json b/api/composer.json index 6bb60892140..f84cd6028f4 100644 --- a/api/composer.json +++ b/api/composer.json @@ -58,7 +58,7 @@ "php-coveralls/php-coveralls": "2.7.0", "phpspec/prophecy-phpunit": "2.2", "phpstan/phpstan": "1.12.2", - "phpunit/phpunit": "10.5.31", + "phpunit/phpunit": "10.5.32", "rector/rector": "1.2.5", "spatie/phpunit-snapshot-assertions": "5.1.6", "symfony/browser-kit": "7.1.1", diff --git a/api/composer.lock b/api/composer.lock index 5b1b8203c17..2dd3a49212b 100644 --- a/api/composer.lock +++ b/api/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": "9322cdad44d36234afc9a49546bae3a5", + "content-hash": "eec3745e29445a4a8a5db851026cbe73", "packages": [ { "name": "api-platform/core", @@ -12548,16 +12548,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.31", + "version": "10.5.32", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "43e7c3e6a484e538453f89dfa6a6f308c32792da" + "reference": "f069f46840445d37a4e6f0de8c5879598f9c4327" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/43e7c3e6a484e538453f89dfa6a6f308c32792da", - "reference": "43e7c3e6a484e538453f89dfa6a6f308c32792da", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f069f46840445d37a4e6f0de8c5879598f9c4327", + "reference": "f069f46840445d37a4e6f0de8c5879598f9c4327", "shasum": "" }, "require": { @@ -12629,7 +12629,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.31" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.32" }, "funding": [ { @@ -12645,7 +12645,7 @@ "type": "tidelift" } ], - "time": "2024-09-03T11:57:55+00:00" + "time": "2024-09-04T13:33:39+00:00" }, { "name": "react/cache",