From 4b247ec90dbabf9a20c131ac45bfe8f8fd107433 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 00:46:59 +0000 Subject: [PATCH] fix(deps): update dependency graphql to v16.9.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d1ba9c346..c39ff6d2c 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "friendly-errors-webpack-plugin": "1.7.0", "fs-extra": "11.2.0", "generate-json-webpack-plugin": "1.0.0", - "graphql": "16.8.1", + "graphql": "16.9.0", "graphql-tag": "2.12.6", "html-minifier": "4.0.0", "html-webpack-plugin": "4.5.2", diff --git a/yarn.lock b/yarn.lock index a2262fa93..888f55cb0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6967,10 +6967,10 @@ graphql-tag@2.12.6: dependencies: tslib "^2.1.0" -graphql@16.8.1: - version "16.8.1" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07" - integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw== +graphql@16.9.0: + version "16.9.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0.tgz#1c310e63f16a49ce1fbb230bd0a000e99f6f115f" + integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw== gzip-size@^6.0.0: version "6.0.0"