From 4fb4390ad60360e5a3d85c07d5519a9ded8c1d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 00:41:40 +0000 Subject: [PATCH] chore(deps-dev): bump graphql from 16.8.1 to 16.8.2 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.1 to 16.8.2. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.1...v16.8.2) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9a158b657b..400b769ba0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,7 +83,7 @@ "eventsource": "2.0.2", "fancy-log": "2.0.0", "fastify": "4.27.0", - "graphql": "16.8.1", + "graphql": "16.8.2", "graphql-tools": "9.0.1", "gulp": "4.0.2", "gulp-clang-format": "1.0.27", @@ -23298,8 +23298,9 @@ "license": "MIT" }, "node_modules/graphql": { - "version": "16.8.1", - "license": "MIT", + "version": "16.8.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.2.tgz", + "integrity": "sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } diff --git a/package.json b/package.json index bfd6a7dcc04..99089c56c0b 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "eventsource": "2.0.2", "fancy-log": "2.0.0", "fastify": "4.27.0", - "graphql": "16.8.1", + "graphql": "16.8.2", "graphql-tools": "9.0.1", "gulp": "4.0.2", "gulp-clang-format": "1.0.27",