From e51cc8dc7213a563f62e5f89d0d7c5a979fc1344 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Aug 2024 04:15:22 +0000 Subject: [PATCH] fix: upgrade graphql from 16.8.1 to 16.9.0 Snyk has created this PR to upgrade graphql from 16.8.1 to 16.9.0. See this package in npm: graphql See this project in Snyk: https://app.snyk.io/org/acinader/project/21343059-02d9-4182-87d7-718a44b181ef?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b113386d8d..bd764ab708 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "express": "4.19.2", "express-rate-limit": "7.3.1", "follow-redirects": "1.15.6", - "graphql": "16.8.1", + "graphql": "^16.9.0", "graphql-list-fields": "2.0.4", "graphql-relay": "0.10.2", "graphql-tag": "2.12.6", @@ -10582,9 +10582,10 @@ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" }, "node_modules/graphql": { - "version": "16.8.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", - "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", + "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } @@ -28809,9 +28810,9 @@ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" }, "graphql": { - "version": "16.8.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", - "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==" + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", + "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==" }, "graphql-list-fields": { "version": "2.0.4", diff --git a/package.json b/package.json index 81a44ded8a..cd366164c6 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "express": "4.19.2", "express-rate-limit": "7.3.1", "follow-redirects": "1.15.6", - "graphql": "16.8.1", + "graphql": "16.9.0", "graphql-list-fields": "2.0.4", "graphql-relay": "0.10.2", "graphql-tag": "2.12.6",