From 31e047da3ff5076926f7eb736ec50386bac40b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 17:38:27 +0000 Subject: [PATCH] chore(deps): Bump graphql in /packages/openneuro-client 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] --- packages/openneuro-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/openneuro-client/package.json b/packages/openneuro-client/package.json index bba567ca3..c9594904c 100644 --- a/packages/openneuro-client/package.json +++ b/packages/openneuro-client/package.json @@ -20,7 +20,7 @@ "@apollo/client": "3.7.2", "@graphql-tools/mock": "^9.0.0", "crypto-hash": "^1.3.0", - "graphql": "16.6.0", + "graphql": "16.8.1", "react": "^17.0.1", "semver": "^5.5.0", "subscriptions-transport-ws": "^0.11.0"