From c101749950dc27699d6d45b00ad6d99b45e5a645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 03:10:23 +0000 Subject: [PATCH] Bump graphql from 16.11.0 to 16.12.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.11.0 to 16.12.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.11.0...v16.12.0) --- updated-dependencies: - dependency-name: graphql dependency-version: 16.12.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 d4c7e96..2abe530 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "axios": "^1.12.2", "cross-env": "^10.1.0", "express": "^5.1.0", - "graphql": "^16.11.0", + "graphql": "^16.12.0", "graphql-http": "^1.22.4", "react": "^19.2.0", "react-dom": "^19.2.0", @@ -10285,9 +10285,9 @@ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" }, "node_modules/graphql": { - "version": "16.11.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.11.0.tgz", - "integrity": "sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==", + "version": "16.12.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.12.0.tgz", + "integrity": "sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==", "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 3f929d5..5162848 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "axios": "^1.12.2", "cross-env": "^10.1.0", "express": "^5.1.0", - "graphql": "^16.11.0", + "graphql": "^16.12.0", "graphql-http": "^1.22.4", "react": "^19.2.0", "react-dom": "^19.2.0",