From 9a34c787db12a1d07d87088636e69abe616bd22e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 21:05:19 +0000 Subject: [PATCH] chore: bump graphql from 15.5.1 to 16.0.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.5.1 to 16.0.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.5.1...v16.0.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 fe9f46d..94e4167 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.0", "graphql-tag": "^2.12.5", "mustache": "^4.2.0", "object-path": "^0.11.5", @@ -2300,11 +2300,11 @@ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" }, "node_modules/graphql": { - "version": "15.5.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.1.tgz", - "integrity": "sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.0.0.tgz", + "integrity": "sha512-n9NxoRfwnpYBZB/WJ7L166gyrShuZ8qYgVaX8oxVyELcJfAwkvwPt6WlYIl90WRlzqDjaNWvLmNOSnKs5llZWQ==", "engines": { - "node": ">= 10.x" + "node": "^12.22.0 || ^14.16.0 || >=16.0.0" } }, "node_modules/graphql-tag": { @@ -7616,9 +7616,9 @@ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" }, "graphql": { - "version": "15.5.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.1.tgz", - "integrity": "sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw==" + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.0.0.tgz", + "integrity": "sha512-n9NxoRfwnpYBZB/WJ7L166gyrShuZ8qYgVaX8oxVyELcJfAwkvwPt6WlYIl90WRlzqDjaNWvLmNOSnKs5llZWQ==" }, "graphql-tag": { "version": "2.12.5", diff --git a/package.json b/package.json index bd1d3d5..beb595b 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.0", "graphql-tag": "^2.12.5", "mustache": "^4.2.0", "object-path": "^0.11.5",