From e310f5dc18c15208513931217feb03498453da0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 10:15:43 +0000 Subject: [PATCH] Update dependency webonyx/graphql-php to v15.19.1 --- src/composer.json | 2 +- src/composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/composer.json b/src/composer.json index c5216f14..23a579d2 100644 --- a/src/composer.json +++ b/src/composer.json @@ -38,7 +38,7 @@ "laravel/framework": "11.33.2", "laravelcollective/html": "dev-6x", "laravel/legacy-factories": "1.4.0", - "webonyx/graphql-php": "15.18.1", + "webonyx/graphql-php": "15.19.1", "invisnik/laravel-steam-auth": "dev-master", "laravel/socialite": "5.16.0", "ignited/laravel-omnipay": "3.6.0", diff --git a/src/composer.lock b/src/composer.lock index 51e8fd39..e6edc2de 100644 --- a/src/composer.lock +++ b/src/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": "3d8bcc26e0bd06f7f692c54448ab39e5", + "content-hash": "2f158d6d8b0177c31c9543cf1740acdf", "packages": [ { "name": "artesaos/seotools", @@ -9881,16 +9881,16 @@ }, { "name": "webonyx/graphql-php", - "version": "v15.18.1", + "version": "v15.19.1", "source": { "type": "git", "url": "https://github.com/webonyx/graphql-php.git", - "reference": "a167afab66d8aa74b7f552759c0bbd906afb4134" + "reference": "fa01712b1a170ddc1d92047011b2f4c2bdfa8234" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/a167afab66d8aa74b7f552759c0bbd906afb4134", - "reference": "a167afab66d8aa74b7f552759c0bbd906afb4134", + "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/fa01712b1a170ddc1d92047011b2f4c2bdfa8234", + "reference": "fa01712b1a170ddc1d92047011b2f4c2bdfa8234", "shasum": "" }, "require": { @@ -9903,12 +9903,12 @@ "amphp/http-server": "^2.1", "dms/phpunit-arraysubset-asserts": "dev-master", "ergebnis/composer-normalize": "^2.28", - "friendsofphp/php-cs-fixer": "3.64.0", + "friendsofphp/php-cs-fixer": "3.65.0", "mll-lab/php-cs-fixer-config": "^5.9.2", "nyholm/psr7": "^1.5", "phpbench/phpbench": "^1.2", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "1.12.10", + "phpstan/phpstan": "1.12.12", "phpstan/phpstan-phpunit": "1.4.1", "phpstan/phpstan-strict-rules": "1.6.1", "phpunit/phpunit": "^9.5 || ^10.5.21 || ^11", @@ -9943,7 +9943,7 @@ ], "support": { "issues": "https://github.com/webonyx/graphql-php/issues", - "source": "https://github.com/webonyx/graphql-php/tree/v15.18.1" + "source": "https://github.com/webonyx/graphql-php/tree/v15.19.1" }, "funding": [ { @@ -9951,7 +9951,7 @@ "type": "open_collective" } ], - "time": "2024-11-13T16:21:54+00:00" + "time": "2024-12-19T10:52:18+00:00" }, { "name": "xpaw/php-source-query-class",