From 4a9c0afc21f15a72da0d913326005234783d3049 Mon Sep 17 00:00:00 2001 From: admin-token-bot <36773031+admin-token-bot@users.noreply.github.com> Date: Mon, 6 Mar 2023 18:06:50 +0000 Subject: [PATCH] [Snyk] Upgrade graphql from 16.3.0 to 16.6.0 (#2643) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit

Snyk has created this PR to upgrade graphql from 16.3.0 to 16.6.0.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is **5 versions** ahead of your current version. - The recommended version was released **6 months ago**, on 2022-08-16.
Release notes
Package name: graphql from graphql GitHub release notes
Commit messages
Package name: graphql Compare

**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.* For more information: 🧐 [View latest project report](https://app.snyk.io/org/sandbox-2ba/project/9043c51f-3f0d-45c6-8455-b658274f2872?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/sandbox-2ba/project/9043c51f-3f0d-45c6-8455-b658274f2872/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/sandbox-2ba/project/9043c51f-3f0d-45c6-8455-b658274f2872/settings/integration?pkg=graphql&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades) --------- Co-authored-by: snyk-bot --- examples/web/package-lock.json | 13 ++++++++----- examples/web/package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/examples/web/package-lock.json b/examples/web/package-lock.json index 1e26e85388..e2a91aa4d4 100644 --- a/examples/web/package-lock.json +++ b/examples/web/package-lock.json @@ -17,7 +17,7 @@ "@types/react": "^17.0.52", "@types/react-dom": "^17.0.11", "firebase": "^9.10.0", - "graphql": "^16.3.0", + "graphql": "^16.6.0", "graphql-tag": "^2.12.6", "react": "^17.0.2", "react-dom": "^17.0.2", @@ -8568,10 +8568,11 @@ "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==" }, "node_modules/graphql": { - "version": "16.3.0", - "license": "MIT", + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", + "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", "engines": { - "node": "^12.22.0 || ^14.16.0 || >=16.0.0" + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } }, "node_modules/graphql-tag": { @@ -22180,7 +22181,9 @@ "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==" }, "graphql": { - "version": "16.3.0" + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", + "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==" }, "graphql-tag": { "version": "2.12.6", diff --git a/examples/web/package.json b/examples/web/package.json index eaad1ca948..45a8910749 100644 --- a/examples/web/package.json +++ b/examples/web/package.json @@ -12,7 +12,7 @@ "@types/react": "^17.0.52", "@types/react-dom": "^17.0.11", "firebase": "^9.10.0", - "graphql": "^16.3.0", + "graphql": "^16.6.0", "graphql-tag": "^2.12.6", "react": "^17.0.2", "react-dom": "^17.0.2",