diff --git a/api/composer.json b/api/composer.json index a3cfdaff32..cd842f0ef2 100644 --- a/api/composer.json +++ b/api/composer.json @@ -61,7 +61,7 @@ "symfony/yaml": "7.4.1", "twig/cssinliner-extra": "^3.4", "twig/extra-bundle": "3.23.0", - "webonyx/graphql-php": "15.29.4" + "webonyx/graphql-php": "15.30.0" }, "require-dev": { "api-platform/graphql": "4.2.14", diff --git a/api/composer.lock b/api/composer.lock index f2f53cdc7b..a6fe1d8530 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": "194b2e4475ae6c584a60f3d1bf603e5a", + "content-hash": "3dd7c872e5f170ca45e0c8705a7ff533", "packages": [ { "name": "api-platform/doctrine-common", @@ -11375,16 +11375,16 @@ }, { "name": "webonyx/graphql-php", - "version": "v15.29.4", + "version": "v15.30.0", "source": { "type": "git", "url": "https://github.com/webonyx/graphql-php.git", - "reference": "7ae6371184a1909822916ff101eab7e6e070c656" + "reference": "eb3b86e3c1034055972ec2685f13b34c660d8844" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/7ae6371184a1909822916ff101eab7e6e070c656", - "reference": "7ae6371184a1909822916ff101eab7e6e070c656", + "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/eb3b86e3c1034055972ec2685f13b34c660d8844", + "reference": "eb3b86e3c1034055972ec2685f13b34c660d8844", "shasum": "" }, "require": { @@ -11397,12 +11397,12 @@ "amphp/http-server": "^2.1", "dms/phpunit-arraysubset-asserts": "dev-master", "ergebnis/composer-normalize": "^2.28", - "friendsofphp/php-cs-fixer": "3.92.4", - "mll-lab/php-cs-fixer-config": "5.11.0", + "friendsofphp/php-cs-fixer": "3.92.5", + "mll-lab/php-cs-fixer-config": "5.13.0", "nyholm/psr7": "^1.5", "phpbench/phpbench": "^1.2", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "2.1.33", + "phpstan/phpstan": "2.1.34", "phpstan/phpstan-phpunit": "2.0.11", "phpstan/phpstan-strict-rules": "2.0.7", "phpunit/phpunit": "^9.5 || ^10.5.21 || ^11", @@ -11438,7 +11438,7 @@ ], "support": { "issues": "https://github.com/webonyx/graphql-php/issues", - "source": "https://github.com/webonyx/graphql-php/tree/v15.29.4" + "source": "https://github.com/webonyx/graphql-php/tree/v15.30.0" }, "funding": [ { @@ -11446,7 +11446,7 @@ "type": "open_collective" } ], - "time": "2026-01-05T16:06:25+00:00" + "time": "2026-01-20T07:10:44+00:00" }, { "name": "willdurand/negotiation",