From c8f1a5ba2e7caa03ebde6b858f880132cb2badd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:08:48 +0000 Subject: [PATCH] build(deps): bump graphql-yoga from 3.9.1 to 5.7.0 Bumps [graphql-yoga](https://github.com/dotansimha/graphql-yoga/tree/HEAD/packages/graphql-yoga) from 3.9.1 to 5.7.0. - [Release notes](https://github.com/dotansimha/graphql-yoga/releases) - [Changelog](https://github.com/dotansimha/graphql-yoga/blob/main/packages/graphql-yoga/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-yoga/commits/graphql-yoga@5.7.0/packages/graphql-yoga) --- updated-dependencies: - dependency-name: graphql-yoga dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c43b9b..f682b33 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "graphql": "^16.6.0", "graphql-mobius": "^0.1.11", - "graphql-yoga": "^3.9.1" + "graphql-yoga": "^5.7.0" }, "devDependencies": { "@envelop/core": "^3.0.6",