From 764523865660000e9e07a1b941f700dd683e7806 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 02:37:15 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v12.5.8 [security] --- 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 cd842f0ef2..66d9bade0b 100644 --- a/api/composer.json +++ b/api/composer.json @@ -71,7 +71,7 @@ "justinrainbow/json-schema": "6.6.4", "php-coveralls/php-coveralls": "2.9.1", "phpstan/phpstan": "2.1.35", - "phpunit/phpunit": "12.5.6", + "phpunit/phpunit": "12.5.8", "rector/rector": "2.3.2", "psalm/phar": "6.14.3", "spatie/phpunit-snapshot-assertions": "5.2.3", diff --git a/api/composer.lock b/api/composer.lock index a6fe1d8530..aecdd72eec 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": "3dd7c872e5f170ca45e0c8705a7ff533", + "content-hash": "26e87474e7525e68ca67aed867d5cdd9", "packages": [ { "name": "api-platform/doctrine-common", @@ -13361,16 +13361,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.5.6", + "version": "12.5.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "ab8e4374264bc65523d1458d14bf80261577e01f" + "reference": "37ddb96c14bfee10304825edbb7e66d341ec6889" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ab8e4374264bc65523d1458d14bf80261577e01f", - "reference": "ab8e4374264bc65523d1458d14bf80261577e01f", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/37ddb96c14bfee10304825edbb7e66d341ec6889", + "reference": "37ddb96c14bfee10304825edbb7e66d341ec6889", "shasum": "" }, "require": { @@ -13390,7 +13390,7 @@ "phpunit/php-text-template": "^5.0.0", "phpunit/php-timer": "^8.0.0", "sebastian/cli-parser": "^4.2.0", - "sebastian/comparator": "^7.1.3", + "sebastian/comparator": "^7.1.4", "sebastian/diff": "^7.0.0", "sebastian/environment": "^8.0.3", "sebastian/exporter": "^7.0.2", @@ -13438,7 +13438,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.6" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.8" }, "funding": [ { @@ -13462,7 +13462,7 @@ "type": "tidelift" } ], - "time": "2026-01-16T16:28:10+00:00" + "time": "2026-01-27T06:12:29+00:00" }, { "name": "psalm/phar",