From b560e3fba605b9dc2dd727ad901235d4759ff901 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Sep 2023 04:24:34 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRAPHQL-5905181 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 724fc7ac7..1df34300a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@tailwindcss/aspect-ratio": "^0.4.0", "babel-plugin-macros": "^3.1.0", "cookies-next": "^2.1.1", - "graphql": "^16.6.0", + "graphql": "^16.8.1", "jsonwebtoken": "^8.5.1", "next": "12.2.5", "prom-client": "^14.0.1", @@ -6537,9 +6537,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", - "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", + "version": "16.8.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", + "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } @@ -19717,9 +19717,9 @@ "dev": true }, "graphql": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", - "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==" + "version": "16.8.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", + "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==" }, "graphql-tag": { "version": "2.12.6", diff --git a/package.json b/package.json index 9c07f5d8a..fedab6b81 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "babel-plugin-macros": "^3.1.0", "cookies-next": "^2.1.1", "jsonwebtoken": "^8.5.1", - "graphql": "^16.6.0", + "graphql": "^16.8.1", "next": "12.2.5", "prom-client": "^14.0.1", "prop-types": "^15.8.1",