From 3a1361352dfe9a812fd46e3faa2b2bb02054dcaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:31:45 +0000 Subject: [PATCH] fix(deps): update dependency webonyx/graphql-php to v15.14.3 --- 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 0438288e1c..cb8c7f1966 100644 --- a/api/composer.json +++ b/api/composer.json @@ -48,7 +48,7 @@ "symfony/yaml": "7.1.5", "twig/cssinliner-extra": "^3.4", "twig/extra-bundle": "3.13.0", - "webonyx/graphql-php": "15.14.2" + "webonyx/graphql-php": "15.14.3" }, "require-dev": { "brianium/paratest": "7.4.5", diff --git a/api/composer.lock b/api/composer.lock index 57a67ef70e..fa1661f6bf 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": "6b08b14ca23e67bcc62c53c5cf207abc", + "content-hash": "18fef9fefa30aaf9999e5f9fdffbc3b8", "packages": [ { "name": "api-platform/core", @@ -10019,16 +10019,16 @@ }, { "name": "webonyx/graphql-php", - "version": "v15.14.2", + "version": "v15.14.3", "source": { "type": "git", "url": "https://github.com/webonyx/graphql-php.git", - "reference": "3bc2778fa16a8a127767240ca91ef51236cb0f58" + "reference": "fac6205e957c9fbe0145606bc82a32973db1a339" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/3bc2778fa16a8a127767240ca91ef51236cb0f58", - "reference": "3bc2778fa16a8a127767240ca91ef51236cb0f58", + "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/fac6205e957c9fbe0145606bc82a32973db1a339", + "reference": "fac6205e957c9fbe0145606bc82a32973db1a339", "shasum": "" }, "require": { @@ -10081,7 +10081,7 @@ ], "support": { "issues": "https://github.com/webonyx/graphql-php/issues", - "source": "https://github.com/webonyx/graphql-php/tree/v15.14.2" + "source": "https://github.com/webonyx/graphql-php/tree/v15.14.3" }, "funding": [ { @@ -10089,7 +10089,7 @@ "type": "open_collective" } ], - "time": "2024-10-08T08:43:03+00:00" + "time": "2024-10-17T13:03:37+00:00" }, { "name": "willdurand/negotiation",