From 4136de25c1b34226e45b8bdb1398a9c9e026d193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 16:59:58 +0000 Subject: [PATCH] chore: bump graphql from 15.5.1 to 16.0.1 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.5.1 to 16.0.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.5.1...v16.0.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b75f32a..2ed188c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "apollo-link-http": "^1.5.17", "apollo-link-ws": "^1.0.20", "cross-fetch": "^3.1.4", - "graphql": "^15.5.1", + "graphql": "^16.0.1", "graphql-tag": "^2.12.6", "mustache": "^4.2.0", "object-path": "^0.11.8", @@ -2149,11 +2149,11 @@ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" }, "node_modules/graphql": { - "version": "15.7.2", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.2.tgz", - "integrity": "sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A==", + "version": "16.0.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.0.1.tgz", + "integrity": "sha512-oPvCuu6dlLdiz8gZupJ47o1clgb72r1u8NDBcQYjcV6G/iEdmE11B1bBlkhXRvV0LisP/SXRFP7tT6AgaTjpzg==", "engines": { - "node": ">= 10.x" + "node": "^12.22.0 || ^14.16.0 || >=16.0.0" } }, "node_modules/graphql-tag": { @@ -7209,9 +7209,9 @@ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" }, "graphql": { - "version": "15.7.2", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.2.tgz", - "integrity": "sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A==" + "version": "16.0.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.0.1.tgz", + "integrity": "sha512-oPvCuu6dlLdiz8gZupJ47o1clgb72r1u8NDBcQYjcV6G/iEdmE11B1bBlkhXRvV0LisP/SXRFP7tT6AgaTjpzg==" }, "graphql-tag": { "version": "2.12.6", diff --git a/package.json b/package.json index c72a7a0..e797c49 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "apollo-link-http": "^1.5.17", "apollo-link-ws": "^1.0.20", "cross-fetch": "^3.1.4", - "graphql": "^15.5.1", + "graphql": "^16.0.1", "graphql-tag": "^2.12.6", "mustache": "^4.2.0", "object-path": "^0.11.8",