From 3d4bbb440190c464085e55af230145571414ef9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 02:01:33 +0000 Subject: [PATCH] Bump graphql-yoga from 5.15.2 to 5.16.0 Bumps [graphql-yoga](https://github.com/graphql-hive/graphql-yoga/tree/HEAD/packages/graphql-yoga) from 5.15.2 to 5.16.0. - [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.16.0/packages/graphql-yoga) --- updated-dependencies: - dependency-name: graphql-yoga dependency-version: 5.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 cdd8d40..810c5c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "graphql": "^16.11.0", - "graphql-yoga": "^5.15.2", + "graphql-yoga": "^5.16.0", "js-yaml": "^4.1.0", "openapi-to-graphql": "^3.0.7", "request": "^2.88.2" @@ -820,9 +820,9 @@ } }, "node_modules/graphql-yoga": { - "version": "5.15.2", - "resolved": "https://registry.npmjs.org/graphql-yoga/-/graphql-yoga-5.15.2.tgz", - "integrity": "sha512-8cAdS1HNz5XRfYwr+t3jPP9KTyws1G0fYYaLZ5kgqXbcDJLhGjF1RVL21qL86g+DdmNi7uR+g4R+Zgzz6GBAzw==", + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/graphql-yoga/-/graphql-yoga-5.16.0.tgz", + "integrity": "sha512-/R2dJea7WgvNlXRU4F8iFwWd95Qn1mN+R+yC8XBs1wKjUzr0Pvv8cGYtt6UUcVHw5CiDEtu7iQY5oOe3sDAWCQ==", "dependencies": { "@envelop/core": "^5.3.0", "@envelop/instrumentation": "^1.0.0", @@ -2671,9 +2671,9 @@ } }, "graphql-yoga": { - "version": "5.15.2", - "resolved": "https://registry.npmjs.org/graphql-yoga/-/graphql-yoga-5.15.2.tgz", - "integrity": "sha512-8cAdS1HNz5XRfYwr+t3jPP9KTyws1G0fYYaLZ5kgqXbcDJLhGjF1RVL21qL86g+DdmNi7uR+g4R+Zgzz6GBAzw==", + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/graphql-yoga/-/graphql-yoga-5.16.0.tgz", + "integrity": "sha512-/R2dJea7WgvNlXRU4F8iFwWd95Qn1mN+R+yC8XBs1wKjUzr0Pvv8cGYtt6UUcVHw5CiDEtu7iQY5oOe3sDAWCQ==", "requires": { "@envelop/core": "^5.3.0", "@envelop/instrumentation": "^1.0.0", diff --git a/package.json b/package.json index 0b54983..e587230 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "graphql": "^16.11.0", - "graphql-yoga": "^5.15.2", + "graphql-yoga": "^5.16.0", "js-yaml": "^4.1.0", "openapi-to-graphql": "^3.0.7", "request": "^2.88.2"