From 610f845edec65fc4e98804d7be668b1bcb5311fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 19:28:42 +0000 Subject: [PATCH] chore(deps): bump graphql from 16.6.0 to 16.8.1 in /platform/galaxy Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- platform/galaxy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/galaxy/package.json b/platform/galaxy/package.json index 339dab93b9..36638670aa 100644 --- a/platform/galaxy/package.json +++ b/platform/galaxy/package.json @@ -25,7 +25,7 @@ "@graphql-tools/stitch": "8.7.49", "@graphql-yoga/plugin-sofa": "1.9.1", "@proofzero/utils": "workspace:*", - "graphql": "16.6.0", + "graphql": "16.8.1", "graphql-type-json": "0.3.2", "graphql-yoga": "3.9.1", "jose": "4.14.4"