From 6eb95f13bac6d878bcbf63adbea4b20fa30338b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:13:31 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v10.5.38 --- api/composer.json | 2 +- api/composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/composer.json b/api/composer.json index 23aacafa1cd..48f65794826 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.7", - "phpunit/phpunit": "10.5.31", + "phpunit/phpunit": "10.5.38", "rector/rector": "1.2.8", "spatie/phpunit-snapshot-assertions": "5.1.6", "symfony/browser-kit": "7.1.6", diff --git a/api/composer.lock b/api/composer.lock index cb450240723..93e8557fa1c 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": "d1a70b9d1262fc28463466c75105b40e", + "content-hash": "912adbf14db481400703354e46a8464a", "packages": [ { "name": "api-platform/core", @@ -12587,16 +12587,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.31", + "version": "10.5.38", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "43e7c3e6a484e538453f89dfa6a6f308c32792da" + "reference": "a86773b9e887a67bc53efa9da9ad6e3f2498c132" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/43e7c3e6a484e538453f89dfa6a6f308c32792da", - "reference": "43e7c3e6a484e538453f89dfa6a6f308c32792da", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a86773b9e887a67bc53efa9da9ad6e3f2498c132", + "reference": "a86773b9e887a67bc53efa9da9ad6e3f2498c132", "shasum": "" }, "require": { @@ -12617,7 +12617,7 @@ "phpunit/php-timer": "^6.0.0", "sebastian/cli-parser": "^2.0.1", "sebastian/code-unit": "^2.0.0", - "sebastian/comparator": "^5.0.2", + "sebastian/comparator": "^5.0.3", "sebastian/diff": "^5.1.1", "sebastian/environment": "^6.1.0", "sebastian/exporter": "^5.1.2", @@ -12668,7 +12668,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.38" }, "funding": [ { @@ -12684,7 +12684,7 @@ "type": "tidelift" } ], - "time": "2024-09-03T11:57:55+00:00" + "time": "2024-10-28T13:06:21+00:00" }, { "name": "react/cache",