From 756387f9f55c9a202ae82b4fb99d55f55a6b4f1f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 21 Aug 2023 22:06:34 +0200
Subject: [PATCH] chore(deps): update dependency graphql to v16.8.0 (#24007)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 package.json   | 2 +-
 pnpm-lock.yaml | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 11866c1d43..5e4d2ce6e5 100644
--- a/package.json
+++ b/package.json
@@ -321,7 +321,7 @@
     "eslint-plugin-typescript-enum": "2.1.0",
     "expect": "29.6.2",
     "expect-more-jest": "5.5.0",
-    "graphql": "16.7.1",
+    "graphql": "16.8.0",
     "husky": "8.0.3",
     "jest": "29.6.2",
     "jest-extended": "4.0.1",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 3430d1e654..87ff7928ba 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -536,8 +536,8 @@ importers:
         specifier: 5.5.0
         version: 5.5.0
       graphql:
-        specifier: 16.7.1
-        version: 16.7.1
+        specifier: 16.8.0
+        version: 16.8.0
       husky:
         specifier: 8.0.3
         version: 8.0.3
@@ -6491,8 +6491,8 @@ packages:
     resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
     dev: true
 
-  /graphql@16.7.1:
-    resolution: {integrity: sha512-DRYR9tf+UGU0KOsMcKAlXeFfX89UiiIZ0dRU3mR0yJfu6OjZqUcp68NnFLnqQU5RexygFoDy1EW+ccOYcPfmHg==}
+  /graphql@16.8.0:
+    resolution: {integrity: sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg==}
     engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0}
     dev: true
 
-- 
GitLab