diff --git a/api/composer.json b/api/composer.json index 02f773d01d..5e4978e94a 100644 --- a/api/composer.json +++ b/api/composer.json @@ -67,7 +67,7 @@ "api-platform/graphql": "4.2.12", "brianium/paratest": "v7.16.0", "friendsofphp/php-cs-fixer": "3.92.4", - "hautelook/alice-bundle": "2.17.0", + "hautelook/alice-bundle": "2.17.2", "justinrainbow/json-schema": "6.6.4", "php-coveralls/php-coveralls": "2.9.1", "phpstan/phpstan": "2.1.33", diff --git a/api/composer.lock b/api/composer.lock index 987418718d..8d59c5f9d2 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": "9a3fe097b5c07d24f38e431f31b1ed60", + "content-hash": "30594092ae6880843779cc02c5d6a8f1", "packages": [ { "name": "api-platform/doctrine-common", @@ -12337,16 +12337,16 @@ }, { "name": "hautelook/alice-bundle", - "version": "2.17.0", + "version": "2.17.2", "source": { "type": "git", "url": "https://github.com/theofidry/AliceBundle.git", - "reference": "d99a5e2ba524ac422b11744f9024cdf0a8040c25" + "reference": "f6add53c2d0b14229c6d5af0092f611c1fb15244" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theofidry/AliceBundle/zipball/d99a5e2ba524ac422b11744f9024cdf0a8040c25", - "reference": "d99a5e2ba524ac422b11744f9024cdf0a8040c25", + "url": "https://api.github.com/repos/theofidry/AliceBundle/zipball/f6add53c2d0b14229c6d5af0092f611c1fb15244", + "reference": "f6add53c2d0b14229c6d5af0092f611c1fb15244", "shasum": "" }, "require": { @@ -12356,8 +12356,8 @@ "doctrine/persistence": "^3.3.1 || ^4.0", "php": "^8.4", "psr/log": "^1.0 || ^2.0 || ^3.0", - "symfony/doctrine-bridge": "7.4 || ^8.0", - "symfony/finder": "7.4 || ^8.0", + "symfony/doctrine-bridge": "^7.4 || ^8.0", + "symfony/finder": "^7.4 || ^8.0", "symfony/framework-bundle": "^7.4 || ^8.0", "theofidry/alice-data-fixtures": "^1.10" }, @@ -12406,9 +12406,9 @@ ], "support": { "issues": "https://github.com/theofidry/AliceBundle/issues", - "source": "https://github.com/theofidry/AliceBundle/tree/2.17.0" + "source": "https://github.com/theofidry/AliceBundle/tree/2.17.2" }, - "time": "2025-12-21T22:21:12+00:00" + "time": "2026-01-05T09:47:07+00:00" }, { "name": "justinrainbow/json-schema",