diff --git a/api/composer.json b/api/composer.json index 3221d019837..f6128f16191 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.5", - "phpunit/phpunit": "10.5.31", + "phpunit/phpunit": "10.5.35", "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 d61546600d7..49b071ffa16 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": "ec0b2292076f62a2b60fa7d2a2f7e00a", + "content-hash": "47fc31a8709498bf854d498b11edddca", "packages": [ { "name": "api-platform/core", @@ -12547,16 +12547,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.31", + "version": "10.5.35", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "43e7c3e6a484e538453f89dfa6a6f308c32792da" + "reference": "7ac8b4e63f456046dcb4c9787da9382831a1874b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/43e7c3e6a484e538453f89dfa6a6f308c32792da", - "reference": "43e7c3e6a484e538453f89dfa6a6f308c32792da", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7ac8b4e63f456046dcb4c9787da9382831a1874b", + "reference": "7ac8b4e63f456046dcb4c9787da9382831a1874b", "shasum": "" }, "require": { @@ -12628,7 +12628,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.35" }, "funding": [ { @@ -12644,7 +12644,7 @@ "type": "tidelift" } ], - "time": "2024-09-03T11:57:55+00:00" + "time": "2024-09-19T10:52:21+00:00" }, { "name": "react/cache",