From 888d007672b07b17bf7a454f29b4abdb5730dc8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 12:07:11 +0000 Subject: [PATCH] chore(deps): bump graphql in /utility-packages/graphql 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] --- utility-packages/graphql/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility-packages/graphql/package.json b/utility-packages/graphql/package.json index 87bb5a7c..5e25164c 100644 --- a/utility-packages/graphql/package.json +++ b/utility-packages/graphql/package.json @@ -29,7 +29,7 @@ "@graphql-codegen/near-operation-file-preset": "2.5.0", "@graphql-codegen/typescript-document-nodes": "3.0.2", "@xdefi-tech/chains-core": "*", - "graphql": "16.6.0", + "graphql": "16.8.1", "prettier": "2.5.1", "typescript": "4.8.3" },