From 5b0d8d87a5ed23a51a740d32fb8077dbc5ecd1e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:16:58 +0000 Subject: [PATCH] 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 549ff6843..33e856c40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@open-rpc/schema-utils-js": "1.16.2", "gatsby": "~5.13.3", "gh-pages": "~6.1.1", - "graphql": "~16.8.1", + "graphql": "~16.8.2", "graphql-request": "~4.1.0", "js-yaml": "~4.1.0", "json-schema-merge-allof": "~0.8.1" @@ -11941,9 +11941,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.8.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", - "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", + "version": "16.8.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.2.tgz", + "integrity": "sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==", "dev": true, "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" @@ -28379,9 +28379,9 @@ "dev": true }, "graphql": { - "version": "16.8.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", - "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", + "version": "16.8.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.2.tgz", + "integrity": "sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==", "dev": true }, "graphql-compose": { diff --git a/package.json b/package.json index edc36329f..5715913db 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@open-rpc/schema-utils-js": "1.16.2", "gatsby": "~5.13.3", "gh-pages": "~6.1.1", - "graphql": "~16.8.1", + "graphql": "~16.8.2", "graphql-request": "~4.1.0", "js-yaml": "~4.1.0", "json-schema-merge-allof": "~0.8.1"