From 5075c30b8cdeb2b25a5f68b5b8d8eb7bbcf5bc0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:49:50 +0000 Subject: [PATCH] chore(deps): bump graphql from 16.5.0 to 16.8.1 in /packages/sdk-util Bumps [graphql](https://github.com/graphql/graphql-js) from 16.5.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.5.0...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/sdk-util/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sdk-util/package.json b/packages/sdk-util/package.json index 29ea5a3..1e52a19 100644 --- a/packages/sdk-util/package.json +++ b/packages/sdk-util/package.json @@ -16,7 +16,7 @@ "dependencies": { "cross-fetch": "^3.1.8", "debug": "^4.3.4", - "graphql": "16.5.0", + "graphql": "16.8.1", "lodash.get": "^4.4.2", "lodash.isnull": "^3.0.0", "lodash.set": "^4.3.2"