From bc278052819dab587f64d7eb86820d853be48eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 02:01:13 +0000 Subject: [PATCH] Bump graphql-yoga from 5.17.1 to 5.18.0 Bumps [graphql-yoga](https://github.com/graphql-hive/graphql-yoga/tree/HEAD/packages/graphql-yoga) from 5.17.1 to 5.18.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.18.0/packages/graphql-yoga) --- updated-dependencies: - dependency-name: graphql-yoga dependency-version: 5.18.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 c7f085b..d99b4f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "graphql": "^16.12.0", - "graphql-yoga": "^5.17.1", + "graphql-yoga": "^5.18.0", "js-yaml": "^4.1.1", "openapi-to-graphql": "^3.0.7", "request": "^2.88.2" @@ -779,9 +779,9 @@ } }, "node_modules/graphql-yoga": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/graphql-yoga/-/graphql-yoga-5.17.1.tgz", - "integrity": "sha512-Izb2uVWfdoWm+tF4bi39KE6F4uml3r700/EwULPZYOciY8inmy4hw+98c6agy3C+xceXvTkP7Li6mY/EI8XliA==", + "version": "5.18.0", + "resolved": "https://registry.npmjs.org/graphql-yoga/-/graphql-yoga-5.18.0.tgz", + "integrity": "sha512-xFt1DVXS1BZ3AvjnawAGc5OYieSe56WuQuyk3iEpBwJ3QDZJWQGLmU9z/L5NUZ+pUcyprsz/bOwkYIV96fXt/g==", "dependencies": { "@envelop/core": "^5.3.0", "@envelop/instrumentation": "^1.0.0", @@ -2602,9 +2602,9 @@ } }, "graphql-yoga": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/graphql-yoga/-/graphql-yoga-5.17.1.tgz", - "integrity": "sha512-Izb2uVWfdoWm+tF4bi39KE6F4uml3r700/EwULPZYOciY8inmy4hw+98c6agy3C+xceXvTkP7Li6mY/EI8XliA==", + "version": "5.18.0", + "resolved": "https://registry.npmjs.org/graphql-yoga/-/graphql-yoga-5.18.0.tgz", + "integrity": "sha512-xFt1DVXS1BZ3AvjnawAGc5OYieSe56WuQuyk3iEpBwJ3QDZJWQGLmU9z/L5NUZ+pUcyprsz/bOwkYIV96fXt/g==", "requires": { "@envelop/core": "^5.3.0", "@envelop/instrumentation": "^1.0.0", diff --git a/package.json b/package.json index bb69b2c..9bab9e9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "graphql": "^16.12.0", - "graphql-yoga": "^5.17.1", + "graphql-yoga": "^5.18.0", "js-yaml": "^4.1.1", "openapi-to-graphql": "^3.0.7", "request": "^2.88.2"