From 49a0e2ee171b6604adb09e7d482cc455ae35de68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 00:52:39 +0000 Subject: [PATCH] chore(deps-dev): bump graphql from 16.13.1 to 16.13.2 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.13.1 to 16.13.2. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.13.1...v16.13.2) --- updated-dependencies: - dependency-name: graphql dependency-version: 16.13.2 dependency-type: direct:development update-type: version-update:semver-patch ... 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 d7a8eb0c01e..f8153dbb456 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,7 +83,7 @@ "fastify-plugin": "5.1.0", "find-my-way": "9.5.0", "globals": "17.4.0", - "graphql": "16.13.1", + "graphql": "16.13.2", "graphql-subscriptions": "3.0.0", "gulp": "5.0.1", "gulp-clang-format": "1.0.27", @@ -12816,9 +12816,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.13.1.tgz", - "integrity": "sha512-gGgrVCoDKlIZ8fIqXBBb0pPKqDgki0Z/FSKNiQzSGj2uEYHr1tq5wmBegGwJx6QB5S5cM0khSBpi/JFHMCvsmQ==", + "version": "16.13.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.13.2.tgz", + "integrity": "sha512-5bJ+nf/UCpAjHM8i06fl7eLyVC9iuNAjm9qzkiu2ZGhM0VscSvS6WDPfAwkdkBuoXGM9FJSbKl6wylMwP9Ktig==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index b691d57af12..942a247072a 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "fastify-plugin": "5.1.0", "find-my-way": "9.5.0", "globals": "17.4.0", - "graphql": "16.13.1", + "graphql": "16.13.2", "graphql-subscriptions": "3.0.0", "gulp": "5.0.1", "gulp-clang-format": "1.0.27",