From baef6c27c5609365b0ef0b2c08a5b207837111c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 00:36:34 +0000 Subject: [PATCH] Bump graphql from 15.8.0 to 16.8.1 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.8.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.8.0...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d7cc06b8e..707bf2fc77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@urql/exchange-graphcache": "^5.0.5", "blurhash": "^2.0.5", "date-fns": "^2.28.0", - "graphql": "^15.8.0", + "graphql": "^16.8.1", "graphql-scalars": "^1.14.1", "lodash-es": "^4.17.21", "preferred-locale": "^1.0.10", @@ -15188,10 +15188,11 @@ "license": "MIT" }, "node_modules/graphql": { - "version": "15.8.0", - "license": "MIT", + "version": "16.8.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", + "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", "engines": { - "node": ">= 10.x" + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } }, "node_modules/graphql-config": { @@ -33495,7 +33496,9 @@ "dev": true }, "graphql": { - "version": "15.8.0" + "version": "16.8.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", + "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==" }, "graphql-config": { "version": "4.3.6", diff --git a/package.json b/package.json index 832a090b18..f7c55a4686 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@urql/exchange-graphcache": "^5.0.5", "blurhash": "^2.0.5", "date-fns": "^2.28.0", - "graphql": "^15.8.0", + "graphql": "^16.8.1", "graphql-scalars": "^1.14.1", "lodash-es": "^4.17.21", "preferred-locale": "^1.0.10",