From 81dcb8e1979ae23e8806548b5cd763e4c094fe0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 12:22:48 +0000 Subject: [PATCH] build(deps): bump graphql from 16.13.1 to 16.13.2 in the graphql group Bumps the graphql group with 1 update: [graphql](https://github.com/graphql/graphql-js). Updates `graphql` 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:production update-type: version-update:semver-patch dependency-group: graphql ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 15dc55810..409514b2d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -24,7 +24,7 @@ "ejs": "^5.0.1", "enquirer": "2.4.1", "fetch-retry": "^6.0.0", - "graphql": "16.13.1", + "graphql": "16.13.2", "graphql-tag": "2.12.6", "https-proxy-agent": "^7.0.6", "js-yaml": "^4.1.0", @@ -8430,9 +8430,9 @@ "license": "ISC" }, "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==", "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 2576d9bfa..2350081e5 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "ejs": "^5.0.1", "enquirer": "2.4.1", "fetch-retry": "^6.0.0", - "graphql": "16.13.1", + "graphql": "16.13.2", "graphql-tag": "2.12.6", "https-proxy-agent": "^7.0.6", "js-yaml": "^4.1.0",