diff --git a/api/composer.lock b/api/composer.lock index df647482a..6626d02d8 100644 --- a/api/composer.lock +++ b/api/composer.lock @@ -8198,16 +8198,16 @@ }, { "name": "webonyx/graphql-php", - "version": "v15.31.2", + "version": "v15.31.5", "source": { "type": "git", "url": "https://github.com/webonyx/graphql-php.git", - "reference": "b2c3b02f9151afeba7ab79580e89992ac0ad4fec" + "reference": "089c4ef7e112df85788cfe06596278a8f99f4aa9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/b2c3b02f9151afeba7ab79580e89992ac0ad4fec", - "reference": "b2c3b02f9151afeba7ab79580e89992ac0ad4fec", + "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/089c4ef7e112df85788cfe06596278a8f99f4aa9", + "reference": "089c4ef7e112df85788cfe06596278a8f99f4aa9", "shasum": "" }, "require": { @@ -8225,7 +8225,7 @@ "nyholm/psr7": "^1.5", "phpbench/phpbench": "^1.2", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "2.1.42", + "phpstan/phpstan": "2.1.46", "phpstan/phpstan-phpunit": "2.0.16", "phpstan/phpstan-strict-rules": "2.0.10", "phpunit/phpunit": "^9.5 || ^10.5.21 || ^11", @@ -8236,7 +8236,7 @@ "symfony/polyfill-php81": "^1.23", "symfony/var-exporter": "^5 || ^6 || ^7 || ^8", "thecodingmachine/safe": "^1.3 || ^2 || ^3", - "ticketswap/phpstan-error-formatter": "1.2.6" + "ticketswap/phpstan-error-formatter": "1.3.0" }, "suggest": { "amphp/http-server": "To leverage async resolving with webserver on AMPHP platform", @@ -8261,7 +8261,7 @@ ], "support": { "issues": "https://github.com/webonyx/graphql-php/issues", - "source": "https://github.com/webonyx/graphql-php/tree/v15.31.2" + "source": "https://github.com/webonyx/graphql-php/tree/v15.31.5" }, "funding": [ { @@ -8273,7 +8273,7 @@ "type": "open_collective" } ], - "time": "2026-03-23T07:32:52+00:00" + "time": "2026-04-11T18:06:15+00:00" }, { "name": "willdurand/negotiation",