From 2bc3bc3ed45d459be3719e08c19213875050383c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:22:15 +0000 Subject: [PATCH] chore: bump webonyx/graphql-php from 15.31.2 to 15.31.5 in /api Bumps [webonyx/graphql-php](https://github.com/webonyx/graphql-php) from 15.31.2 to 15.31.5. - [Release notes](https://github.com/webonyx/graphql-php/releases) - [Changelog](https://github.com/webonyx/graphql-php/blob/master/CHANGELOG.md) - [Commits](https://github.com/webonyx/graphql-php/compare/v15.31.2...v15.31.5) --- updated-dependencies: - dependency-name: webonyx/graphql-php dependency-version: 15.31.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/composer.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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",