From b37eae4fed2cd97c676c4c77892d6ebd7766364d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 21:04:53 +0000 Subject: [PATCH] chore: bump graphql from 15.7.2 to 16.1.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.7.2 to 16.1.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.7.2...v16.1.0) --- 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..c3281e0 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.1.0", "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.1.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.1.0.tgz", + "integrity": "sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw==", "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.1.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.1.0.tgz", + "integrity": "sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw==" }, "graphql-tag": { "version": "2.12.6", diff --git a/package.json b/package.json index c72a7a0..df8b2a0 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.1.0", "graphql-tag": "^2.12.6", "mustache": "^4.2.0", "object-path": "^0.11.8",