From ba7a36927b8f59ced9595a4d4d6a92cd2317ddfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 17:22:37 +0000 Subject: [PATCH] chore: bump graphql from 15.7.2 to 16.2.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.7.2 to 16.2.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.7.2...v16.2.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 9679a55..d5bdb26 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.2.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.2.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.2.0.tgz", + "integrity": "sha512-MuQd7XXrdOcmfwuLwC2jNvx0n3rxIuNYOxUtiee5XOmfrWo613ar2U8pE7aHAKh8VwfpifubpD9IP+EdEAEOsA==", "engines": { - "node": ">= 10.x" + "node": "^12.22.0 || ^14.16.0 || >=16.0.0" } }, "node_modules/graphql-tag": { @@ -7200,9 +7200,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.2.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.2.0.tgz", + "integrity": "sha512-MuQd7XXrdOcmfwuLwC2jNvx0n3rxIuNYOxUtiee5XOmfrWo613ar2U8pE7aHAKh8VwfpifubpD9IP+EdEAEOsA==" }, "graphql-tag": { "version": "2.12.6", diff --git a/package.json b/package.json index 4b53563..a12e762 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.2.0", "graphql-tag": "^2.12.6", "mustache": "^4.2.0", "object-path": "^0.11.8",