From 0811525c953283959d708c316958a93a5c2e5d20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:33:58 -0400 Subject: [PATCH] Bump graphql from 16.6.0 to 16.8.1 (#8956) 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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4cb8d15dd4..e43cbdbd6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -107,7 +107,7 @@ "eslint-plugin-rxjs": "^5.0.3", "eslint-plugin-unicorn": "^46.0.0", "github-api": "^3.4.0", - "graphql": "^16.6.0", + "graphql": "^16.8.1", "graphql-request": "^6.1.0", "husky": "^7.0.4", "jasmine-ajax": "4.0.0", @@ -33141,8 +33141,9 @@ "devOptional": true }, "node_modules/graphql": { - "version": "16.6.0", - "license": "MIT", + "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" } diff --git a/package.json b/package.json index d9b805df7a..41c8ce1f6b 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ "eslint-plugin-rxjs": "^5.0.3", "eslint-plugin-unicorn": "^46.0.0", "github-api": "^3.4.0", - "graphql": "^16.6.0", + "graphql": "^16.8.1", "graphql-request": "^6.1.0", "husky": "^7.0.4", "jasmine-ajax": "4.0.0",