From d22eb623a5c28ad575909b0fbc0b62a721786217 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:40:23 +0000 Subject: [PATCH] fix(deps): update dependency webonyx/graphql-php to v15.14.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 d964478700..3221d01983 100644 --- a/api/composer.json +++ b/api/composer.json @@ -48,7 +48,7 @@ "symfony/yaml": "7.1.4", "twig/cssinliner-extra": "^3.4", "twig/extra-bundle": "3.13.0", - "webonyx/graphql-php": "15.14.0" + "webonyx/graphql-php": "15.14.1" }, "require-dev": { "brianium/paratest": "7.4.5", diff --git a/api/composer.lock b/api/composer.lock index 359c85662c..d61546600d 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": "57993a52791e18d84ae124bab9cc28dc", + "content-hash": "ec0b2292076f62a2b60fa7d2a2f7e00a", "packages": [ { "name": "api-platform/core", @@ -10011,16 +10011,16 @@ }, { "name": "webonyx/graphql-php", - "version": "v15.14.0", + "version": "v15.14.1", "source": { "type": "git", "url": "https://github.com/webonyx/graphql-php.git", - "reference": "87f956498895757f0808f22c193577ed090f7f3b" + "reference": "73542661e3aeaba6b2c60481e82d6b9ea4196908" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/87f956498895757f0808f22c193577ed090f7f3b", - "reference": "87f956498895757f0808f22c193577ed090f7f3b", + "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/73542661e3aeaba6b2c60481e82d6b9ea4196908", + "reference": "73542661e3aeaba6b2c60481e82d6b9ea4196908", "shasum": "" }, "require": { @@ -10073,7 +10073,7 @@ ], "support": { "issues": "https://github.com/webonyx/graphql-php/issues", - "source": "https://github.com/webonyx/graphql-php/tree/v15.14.0" + "source": "https://github.com/webonyx/graphql-php/tree/v15.14.1" }, "funding": [ { @@ -10081,7 +10081,7 @@ "type": "open_collective" } ], - "time": "2024-09-10T10:36:37+00:00" + "time": "2024-09-26T08:18:11+00:00" }, { "name": "willdurand/negotiation",