From 622c18be62659171311da5a486f1f7d443e6aaae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 11:20:54 +0000 Subject: [PATCH] fix(deps): update dependency webonyx/graphql-php to v15.19.1 --- api/composer.json | 2 +- api/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/composer.json b/api/composer.json index b2f18c32ad..1d9dfd4378 100644 --- a/api/composer.json +++ b/api/composer.json @@ -48,7 +48,7 @@ "symfony/yaml": "7.2.0", "twig/cssinliner-extra": "^3.4", "twig/extra-bundle": "3.17.0", - "webonyx/graphql-php": "15.19.0" + "webonyx/graphql-php": "15.19.1" }, "require-dev": { "brianium/paratest": "v7.7.0", diff --git a/api/composer.lock b/api/composer.lock index b465afc308..e1ca2f8af7 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": "db174c284c2ce7650f8ca12f0735d3a2", + "content-hash": "c7dfee0e3901867ce91da821e2ab2005", "packages": [ { "name": "api-platform/core", @@ -10054,16 +10054,16 @@ }, { "name": "webonyx/graphql-php", - "version": "v15.19.0", + "version": "v15.19.1", "source": { "type": "git", "url": "https://github.com/webonyx/graphql-php.git", - "reference": "5203bf29c8be0280e8d0925538a310202bc10f29" + "reference": "fa01712b1a170ddc1d92047011b2f4c2bdfa8234" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/5203bf29c8be0280e8d0925538a310202bc10f29", - "reference": "5203bf29c8be0280e8d0925538a310202bc10f29", + "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/fa01712b1a170ddc1d92047011b2f4c2bdfa8234", + "reference": "fa01712b1a170ddc1d92047011b2f4c2bdfa8234", "shasum": "" }, "require": { @@ -10116,7 +10116,7 @@ ], "support": { "issues": "https://github.com/webonyx/graphql-php/issues", - "source": "https://github.com/webonyx/graphql-php/tree/v15.19.0" + "source": "https://github.com/webonyx/graphql-php/tree/v15.19.1" }, "funding": [ { @@ -10124,7 +10124,7 @@ "type": "open_collective" } ], - "time": "2024-12-04T19:14:22+00:00" + "time": "2024-12-19T10:52:18+00:00" }, { "name": "willdurand/negotiation",