From 021f97ff5cd64cde97ec3fc3dafe8691f38ee0d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 08:48:19 +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 a97e61b9de7..27b8af574b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,7 +83,7 @@ "eventsource": "2.0.2", "fancy-log": "2.0.0", "fastify": "4.28.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 1bbc0bef057..01990ed6519 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "eventsource": "2.0.2", "fancy-log": "2.0.0", "fastify": "4.28.0", - "graphql": "16.8.1", + "graphql": "16.8.2", "graphql-tools": "9.0.1", "gulp": "4.0.2", "gulp-clang-format": "1.0.27",