From 17c6b43a4068da710c3713ec72f03dcb34bbd3de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:14:59 -0700 Subject: [PATCH] Bump graphql from 16.6.0 to 16.8.1 (#278) Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7bd07bd5..b670060f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "eslint-plugin-react": "^7.29.4", "eslint-plugin-react-hooks": "4.5.0", "fs-extra": "^10.1.0", - "graphql": "16.6.0", + "graphql": "16.8.1", "husky": "7.0.4", "prettier": "2.6.2", "react": "18.1.0", @@ -5007,9 +5007,9 @@ "license": "MIT" }, "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" } @@ -9987,7 +9987,7 @@ }, "packages/explorer": { "name": "@apollo/explorer", - "version": "3.5.0", + "version": "3.6.0", "license": "MIT", "dependencies": { "@types/whatwg-mimetype": "^3.0.0", @@ -10019,7 +10019,7 @@ }, "packages/explorer-helpers": { "name": "@apollo/explorer-helpers", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "dependencies": { "@types/whatwg-mimetype": "^3.0.0", @@ -10033,7 +10033,7 @@ }, "packages/sandbox": { "name": "@apollo/sandbox", - "version": "2.5.0", + "version": "2.5.1", "license": "MIT", "dependencies": { "@types/whatwg-mimetype": "^3.0.0", @@ -13548,9 +13548,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-ws": { "version": "5.9.0", diff --git a/package.json b/package.json index 7dc1027a..0231a0c4 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "eslint-plugin-react": "^7.29.4", "eslint-plugin-react-hooks": "4.5.0", "fs-extra": "^10.1.0", - "graphql": "16.6.0", + "graphql": "16.8.1", "husky": "7.0.4", "prettier": "2.6.2", "react": "18.1.0",