From 468f2cb6d474b02c811a36c554a7d1c2c8a839a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:26:25 +0000 Subject: [PATCH] fix(deps): update dependency webonyx/graphql-php to v15.18.1 --- api/composer.json | 2 +- api/composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/api/composer.json b/api/composer.json index 21365f39ea..7f43f99742 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.4", - "webonyx/graphql-php": "15.18.0" + "webonyx/graphql-php": "15.18.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.58.1", diff --git a/api/composer.lock b/api/composer.lock index 935886c8ce..917fe6da03 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": "093e563dd188532ce6f4c02b0c568183", + "content-hash": "8f8d72b03c7b5107a8f6ed2f1d1f72cc", "packages": [ { "name": "api-platform/core", @@ -10213,16 +10213,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": { @@ -10240,8 +10240,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", @@ -10275,7 +10275,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": [ { @@ -10283,7 +10283,7 @@ "type": "open_collective" } ], - "time": "2024-10-31T12:10:43+00:00" + "time": "2024-11-13T16:21:54+00:00" }, { "name": "willdurand/negotiation",