From 3c077fc7656ab8f03b8ad8c9f9b801043a3669e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 08:54:36 +0000 Subject: [PATCH] Bump graphql from 15.8.0 to 16.7.1 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.8.0 to 16.7.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.8.0...v16.7.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..b9405f5d1f 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.7.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.7.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.7.1.tgz", + "integrity": "sha512-DRYR9tf+UGU0KOsMcKAlXeFfX89UiiIZ0dRU3mR0yJfu6OjZqUcp68NnFLnqQU5RexygFoDy1EW+ccOYcPfmHg==", "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.7.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.7.1.tgz", + "integrity": "sha512-DRYR9tf+UGU0KOsMcKAlXeFfX89UiiIZ0dRU3mR0yJfu6OjZqUcp68NnFLnqQU5RexygFoDy1EW+ccOYcPfmHg==" }, "graphql-config": { "version": "4.3.6", diff --git a/package.json b/package.json index 832a090b18..36dd5cecca 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.7.1", "graphql-scalars": "^1.14.1", "lodash-es": "^4.17.21", "preferred-locale": "^1.0.10",