From bd302cfdcfb928fec9de9078225355f5844a4631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 22:53:10 +0000 Subject: [PATCH] chore(deps): bump graphql from 16.6.0 to 16.11.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.11.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.11.0) --- updated-dependencies: - dependency-name: graphql dependency-version: 16.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f7626c..9c973dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "apollo-server-caching": "^3.3.0", "apollo-server-errors": "^3.3.1", "dataloader": "^2.1.0", - "graphql": "^16.6.0" + "graphql": "^16.11.0" }, "devDependencies": { "@babel/core": "^7.8.7", @@ -7044,9 +7044,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", - "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", + "version": "16.11.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.11.0.tgz", + "integrity": "sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } @@ -17804,9 +17804,9 @@ "dev": true }, "graphql": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", - "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==" + "version": "16.11.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.11.0.tgz", + "integrity": "sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==" }, "has": { "version": "1.0.3", diff --git a/package.json b/package.json index 6a883f2..0d9d00a 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "apollo-server-caching": "^3.3.0", "apollo-server-errors": "^3.3.1", "dataloader": "^2.1.0", - "graphql": "^16.6.0" + "graphql": "^16.11.0" }, "devDependencies": { "@babel/core": "^7.8.7",