From 7b9c3223626c9c8e8a8990d7dd5342b44ddce59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:54:19 -0400 Subject: [PATCH] chore(deps-dev): bump graphql from 16.8.2 to 16.9.0 in /integration (#3158) Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.2 to 16.9.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.2...v16.9.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- integration/package-lock.json | 14 +++++++------- integration/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/integration/package-lock.json b/integration/package-lock.json index a023a3fcf9f..f6d82588f45 100644 --- a/integration/package-lock.json +++ b/integration/package-lock.json @@ -14,7 +14,7 @@ "@graphql-codegen/introspection": "^4.0.3", "@graphql-codegen/schema-ast": "^4.0.2", "cross-fetch": "^4.0.0", - "graphql": "^16.8.2", + "graphql": "^16.9.0", "graphql-codegen": "^0.4.0", "graphql-sse": "^2.5.3", "graphql-ws": "^5.16.0", @@ -4684,9 +4684,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.8.2", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.2.tgz", - "integrity": "sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==", + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", + "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", "dev": true, "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" @@ -11312,9 +11312,9 @@ "dev": true }, "graphql": { - "version": "16.8.2", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.2.tgz", - "integrity": "sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==", + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", + "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", "dev": true }, "graphql-codegen": { diff --git a/integration/package.json b/integration/package.json index 3e2b0e92d1e..df2f83c7359 100644 --- a/integration/package.json +++ b/integration/package.json @@ -14,7 +14,7 @@ "@graphql-codegen/introspection": "^4.0.3", "@graphql-codegen/schema-ast": "^4.0.2", "cross-fetch": "^4.0.0", - "graphql": "^16.8.2", + "graphql": "^16.9.0", "graphql-codegen": "^0.4.0", "graphql-sse": "^2.5.3", "graphql-ws": "^5.16.0",