From db6650b34de1b17f5f9bcf4b78ebcfb8203a666d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 16:55:04 +0000 Subject: [PATCH] Bump graphql from 15.7.2 to 16.0.0 (#22492) Bumps [graphql](https://github.com/graphql/graphql-js) from 15.7.2 to 16.0.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.7.2...v16.0.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 fdc17aaca7..ad9d7f9e33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -138,7 +138,7 @@ "eslint-plugin-promise": "^5.1.0", "event-to-promise": "^0.8.0", "glob": "^7.2.0", - "graphql": "^15.7.2", + "graphql": "^16.0.0", "heroku-client": "^3.1.0", "http-status-code": "^2.1.0", "husky": "^7.0.2", @@ -10184,12 +10184,12 @@ "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.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.0.0.tgz", + "integrity": "sha512-n9NxoRfwnpYBZB/WJ7L166gyrShuZ8qYgVaX8oxVyELcJfAwkvwPt6WlYIl90WRlzqDjaNWvLmNOSnKs5llZWQ==", "dev": true, "engines": { - "node": ">= 10.x" + "node": "^12.22.0 || ^14.16.0 || >=16.0.0" } }, "node_modules/gray-matter": { @@ -30730,9 +30730,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.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.0.0.tgz", + "integrity": "sha512-n9NxoRfwnpYBZB/WJ7L166gyrShuZ8qYgVaX8oxVyELcJfAwkvwPt6WlYIl90WRlzqDjaNWvLmNOSnKs5llZWQ==", "dev": true }, "gray-matter": { diff --git a/package.json b/package.json index 1371a76109..a60f4db59d 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "eslint-plugin-promise": "^5.1.0", "event-to-promise": "^0.8.0", "glob": "^7.2.0", - "graphql": "^15.7.2", + "graphql": "^16.0.0", "heroku-client": "^3.1.0", "http-status-code": "^2.1.0", "husky": "^7.0.2",