diff --git a/api/composer.json b/api/composer.json index 87ad3f76bd..c162a8ea83 100644 --- a/api/composer.json +++ b/api/composer.json @@ -48,7 +48,7 @@ "symfony/yaml": "7.1.6", "twig/cssinliner-extra": "^3.4", "twig/extra-bundle": "3.13.0", - "webonyx/graphql-php": "15.18.0" + "webonyx/graphql-php": "15.18.1" }, "require-dev": { "brianium/paratest": "7.4.5", diff --git a/api/composer.lock b/api/composer.lock index 4427dc98dc..d2e3f1090f 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": "119a295d9cc6b1437472fc05ef3760a3", + "content-hash": "8a90438424d03c65995dbaf6b6758a6c", "packages": [ { "name": "api-platform/core", @@ -10052,16 +10052,16 @@ }, { "name": "webonyx/graphql-php", - "version": "v15.18.0", + "version": "v15.18.1", "source": { "type": "git", "url": "https://github.com/webonyx/graphql-php.git", - "reference": "bd620384497500ecfdf44313dd98ecb95fb88975" + "reference": "a167afab66d8aa74b7f552759c0bbd906afb4134" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/bd620384497500ecfdf44313dd98ecb95fb88975", - "reference": "bd620384497500ecfdf44313dd98ecb95fb88975", + "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/a167afab66d8aa74b7f552759c0bbd906afb4134", + "reference": "a167afab66d8aa74b7f552759c0bbd906afb4134", "shasum": "" }, "require": { @@ -10079,8 +10079,8 @@ "nyholm/psr7": "^1.5", "phpbench/phpbench": "^1.2", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "1.12.7", - "phpstan/phpstan-phpunit": "1.4.0", + "phpstan/phpstan": "1.12.10", + "phpstan/phpstan-phpunit": "1.4.1", "phpstan/phpstan-strict-rules": "1.6.1", "phpunit/phpunit": "^9.5 || ^10.5.21 || ^11", "psr/http-message": "^1 || ^2", @@ -10114,7 +10114,7 @@ ], "support": { "issues": "https://github.com/webonyx/graphql-php/issues", - "source": "https://github.com/webonyx/graphql-php/tree/v15.18.0" + "source": "https://github.com/webonyx/graphql-php/tree/v15.18.1" }, "funding": [ { @@ -10122,7 +10122,7 @@ "type": "open_collective" } ], - "time": "2024-10-31T12:10:43+00:00" + "time": "2024-11-13T16:21:54+00:00" }, { "name": "willdurand/negotiation",