From c41cd4f681e6ded4adebd439c4beec1a878b163f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jan 2022 20:26:45 +0000 Subject: [PATCH] chore: bump graphql from 15.7.2 to 16.3.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.7.2 to 16.3.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.7.2...v16.3.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 124bcb2..7619e6d 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.5", - "graphql": "^15.7.2", + "graphql": "^16.3.0", "graphql-tag": "^2.12.6", "mustache": "^4.2.0", "object-path": "^0.11.8", @@ -2115,11 +2115,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.3.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.3.0.tgz", + "integrity": "sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A==", "engines": { - "node": ">= 10.x" + "node": "^12.22.0 || ^14.16.0 || >=16.0.0" } }, "node_modules/graphql-tag": { @@ -7078,9 +7078,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.3.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.3.0.tgz", + "integrity": "sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A==" }, "graphql-tag": { "version": "2.12.6", diff --git a/package.json b/package.json index d4c894b..6b77cec 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.5", - "graphql": "^15.7.2", + "graphql": "^16.3.0", "graphql-tag": "^2.12.6", "mustache": "^4.2.0", "object-path": "^0.11.8",