From 364eb5f0898c866c14337d17667998b6fac7ed7f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Sep 2024 03:53:18 +0000 Subject: [PATCH] fix: upgrade graphql from 16.8.2 to 16.9.0 Snyk has created this PR to upgrade graphql from 16.8.2 to 16.9.0. See this package in npm: graphql See this project in Snyk: https://app.snyk.io/org/pierregode/project/3c6da884-a116-43ca-a237-8f6a922a94bd?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b9b8fe37ab7ab..6d9cc81537b4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "glob": "^10.4.1", "global-agent": "^3.0.0", "got": "^14.4.1", - "graphql": "16.8.2", + "graphql": "^16.9.0", "graphql-tag": "^2.12.6", "joi": "17.13.1", "joi-extension-semver": "5.0.0", @@ -14142,9 +14142,10 @@ } }, "node_modules/graphql": { - "version": "16.8.2", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.2.tgz", - "integrity": "sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==", + "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" } diff --git a/package.json b/package.json index ea1d8b7dee2af..7e68936103974 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "glob": "^10.4.1", "global-agent": "^3.0.0", "got": "^14.4.1", - "graphql": "16.8.2", + "graphql": "16.9.0", "graphql-tag": "^2.12.6", "joi": "17.13.1", "joi-extension-semver": "5.0.0",