From dc246e083e79d2100a3bc12cdd80467b5b61d3c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Nov 2024 06:50:46 +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/dpesall/project/3d50488c-9458-461e-86de-1317e2089c64?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 643962e7..89a9f3de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "dotenv": "^16.1.4", "eslint-plugin-import": "^2.28.0", "express": "^4.19.2", - "graphql": "^16.8.1", + "graphql": "^16.9.0", "graphql-request": "^5.2.0", "helmet": "^6.2.0", "lodash": "^4.17.21", @@ -7661,9 +7661,10 @@ } }, "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" } @@ -19286,9 +19287,9 @@ } }, "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-request": { "version": "5.2.0", diff --git a/package.json b/package.json index 865204ee..fb503975 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "dotenv": "^16.1.4", "eslint-plugin-import": "^2.28.0", "express": "^4.19.2", - "graphql": "^16.8.1", + "graphql": "^16.9.0", "graphql-request": "^5.2.0", "helmet": "^6.2.0", "lodash": "^4.17.21",