From 4bddc29e7d9202d74e6136f391543eae63399332 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Aug 2024 06:34:33 +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/xxdaggerxx/project/482c05d1-9eb8-4411-9be1-cce3607ff4e1?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 6010531..c8196a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "dayjs": "^1.11.11", - "graphql": "^16.8.1", + "graphql": "^16.9.0", "graphql-client": "^2.0.1", "graphql-request": "^7.0.1", "next": "14.2.3", @@ -6654,9 +6654,10 @@ "dev": true }, "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" } diff --git a/package.json b/package.json index 35bb333..5b6803c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "dayjs": "^1.11.11", - "graphql": "^16.8.1", + "graphql": "^16.9.0", "graphql-client": "^2.0.1", "graphql-request": "^7.0.1", "next": "14.2.3",