From 41c2509f0460d5307903416b7bf8369e4ae2ddcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:29:51 +0000 Subject: [PATCH] fix: bump graphql-yoga from 5.21.2 to 5.21.3 Bumps [graphql-yoga](https://github.com/graphql-hive/graphql-yoga/tree/HEAD/packages/graphql-yoga) from 5.21.2 to 5.21.3. - [Release notes](https://github.com/graphql-hive/graphql-yoga/releases) - [Changelog](https://github.com/graphql-hive/graphql-yoga/blob/main/packages/graphql-yoga/CHANGELOG.md) - [Commits](https://github.com/graphql-hive/graphql-yoga/commits/graphql-yoga@5.21.3/packages/graphql-yoga) --- updated-dependencies: - dependency-name: graphql-yoga dependency-version: 5.21.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a610ae7..b0d8fe8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2302,9 +2302,9 @@ } }, "node_modules/graphql-yoga": { - "version": "5.21.2", - "resolved": "https://registry.npmjs.org/graphql-yoga/-/graphql-yoga-5.21.2.tgz", - "integrity": "sha512-IIRF/3xtjj2D6caAWL9177hQ8tV3mWB3hve1GRnz7njPhQ3iY1jFtSp98fNGv0yV9kaPh9kKQ8JWdJZnedVmDw==", + "version": "5.21.3", + "resolved": "https://registry.npmjs.org/graphql-yoga/-/graphql-yoga-5.21.3.tgz", + "integrity": "sha512-1hJTKZd7k2V0Q2tFMb+rIUSbcovL6uIkkKnW2W9HcldtrC1udukdf5CswKi6SzaI5keG4scxKPEolyZ6U83i/g==", "license": "MIT", "dependencies": { "@envelop/core": "^5.5.1",