From 2c48b90285e4529cd87fe104e4b7daddf368f420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 22:42:41 +0000 Subject: [PATCH] chore(deps): bump graphql from 16.10.0 to 16.11.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.10.0 to 16.11.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.10.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9f437b..81460c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@oclif/plugin-help": "^6", "@oclif/plugin-update": "^4", "@oclif/table": "^0.4.7", - "graphql": "^16.8.1", + "graphql": "^16.11.0", "packageurl-js": "^2.0.1", "update-notifier": "^7.3.1" }, @@ -7931,9 +7931,9 @@ "license": "ISC" }, "node_modules/graphql": { - "version": "16.10.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.10.0.tgz", - "integrity": "sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==", + "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 994ee51..7db129e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@oclif/plugin-help": "^6", "@oclif/plugin-update": "^4", "@oclif/table": "^0.4.7", - "graphql": "^16.8.1", + "graphql": "^16.11.0", "packageurl-js": "^2.0.1", "update-notifier": "^7.3.1" },