From 595d0746e6dadb7fa5820c8ccdcff94a34193f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 09:48:22 +0000 Subject: [PATCH] chore(deps): bump graphql from 16.9.0 to 16.11.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.9.0 to 16.11.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.9.0...v16.11.0) --- updated-dependencies: - dependency-name: graphql dependency-version: 16.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 815dbc5..56ec085 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^6.0.1", "@apollo/client": "^3.12.2", "cross-fetch": "^4.0.0", - "graphql": "^16.7.1" + "graphql": "^16.11.0" }, "devDependencies": { "@graphql-codegen/cli": "4.0.1", @@ -4837,9 +4837,10 @@ "dev": true }, "node_modules/graphql": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", - "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", + "version": "16.11.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.11.0.tgz", + "integrity": "sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==", + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } diff --git a/package.json b/package.json index 4d618b6..ae7efe9 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@actions/github": "^6.0.1", "@apollo/client": "^3.12.2", "cross-fetch": "^4.0.0", - "graphql": "^16.7.1" + "graphql": "^16.11.0" }, "devDependencies": { "@graphql-codegen/cli": "4.0.1",