From 1d69950035ae3dbc39c80d2bd0934618d1c8b54b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 13:29:09 +0000 Subject: [PATCH] refactor: bump graphql from 16.8.1 to 16.11.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.1 to 16.11.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.1...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] <support@github.com> --- 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 f8f8f5b71..6cefcfe61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "csurf": "1.11.0", "express": "4.21.2", "graphiql": "2.0.8", - "graphql": "16.8.1", + "graphql": "16.11.0", "immutable": "5.1.1", "immutable-devtools": "0.1.5", "inquirer": "12.6.0", @@ -12186,9 +12186,10 @@ } }, "node_modules/graphql": { - "version": "16.8.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", - "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", + "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 79166482f..05fe25bb4 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "csurf": "1.11.0", "express": "4.21.2", "graphiql": "2.0.8", - "graphql": "16.8.1", + "graphql": "16.11.0", "immutable": "5.1.1", "immutable-devtools": "0.1.5", "inquirer": "12.6.0",