From 11dd416436e96f5da7f786b4251508548add05cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:23:45 +0000 Subject: [PATCH] build(deps): bump graphql from 15.5.1 to 16.8.2 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.5.1 to 16.8.2. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.5.1...v16.8.2) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 44e5dfb6f..18179f048 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -25,7 +25,7 @@ "ejs": "^3.1.8", "enquirer": "2.4.1", "fetch-retry": "^6.0.0", - "graphql": "15.5.1", + "graphql": "16.8.2", "graphql-tag": "2.12.6", "https-proxy-agent": "^5.0.1", "ini": "4.1.3", @@ -7745,11 +7745,11 @@ "dev": true }, "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.8.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.2.tgz", + "integrity": "sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==", "engines": { - "node": ">= 10.x" + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } }, "node_modules/graphql-tag": { @@ -19001,9 +19001,9 @@ "dev": true }, "graphql": { - "version": "15.5.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.1.tgz", - "integrity": "sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw==" + "version": "16.8.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.2.tgz", + "integrity": "sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==" }, "graphql-tag": { "version": "2.12.6", diff --git a/package.json b/package.json index 6214494f4..efa7e6955 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "ejs": "^3.1.8", "enquirer": "2.4.1", "fetch-retry": "^6.0.0", - "graphql": "15.5.1", + "graphql": "16.8.2", "graphql-tag": "2.12.6", "https-proxy-agent": "^5.0.1", "ini": "4.1.3",