From 78aa3c334964a1b1273c9259f819027f8db9ce25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 16:40:46 +0000 Subject: [PATCH] Bump graphql from 16.0.1 to 16.5.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.0.1 to 16.5.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.0.1...v16.5.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:development update-type: version-update:semver-minor ... 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 f4a4b1baee00..673cfd261b23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -142,7 +142,7 @@ "event-to-promise": "^0.8.0", "git-diff": "^2.0.6", "glob": "^7.2.0", - "graphql": "^16.0.1", + "graphql": "^16.5.0", "heroku-client": "^3.1.0", "http-status-code": "^2.1.0", "husky": "^7.0.4", @@ -10438,12 +10438,12 @@ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" }, "node_modules/graphql": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.0.1.tgz", - "integrity": "sha512-oPvCuu6dlLdiz8gZupJ47o1clgb72r1u8NDBcQYjcV6G/iEdmE11B1bBlkhXRvV0LisP/SXRFP7tT6AgaTjpzg==", + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.5.0.tgz", + "integrity": "sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==", "dev": true, "engines": { - "node": "^12.22.0 || ^14.16.0 || >=16.0.0" + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } }, "node_modules/gray-matter": { @@ -31312,9 +31312,9 @@ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" }, "graphql": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.0.1.tgz", - "integrity": "sha512-oPvCuu6dlLdiz8gZupJ47o1clgb72r1u8NDBcQYjcV6G/iEdmE11B1bBlkhXRvV0LisP/SXRFP7tT6AgaTjpzg==", + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.5.0.tgz", + "integrity": "sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==", "dev": true }, "gray-matter": { diff --git a/package.json b/package.json index e50d9d2c8793..f8d63477eec8 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "event-to-promise": "^0.8.0", "git-diff": "^2.0.6", "glob": "^7.2.0", - "graphql": "^16.0.1", + "graphql": "^16.5.0", "heroku-client": "^3.1.0", "http-status-code": "^2.1.0", "husky": "^7.0.4",