From 2bec910bec3a7e4289db2ca1adb31eb52804e49c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 02:11:30 +0000 Subject: [PATCH] deps: bump graphql from 16.8.1 to 16.8.2 (#1615) 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 b5f200371..20babfffd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "electron-store": "^8.2.0", "electron-updater": "^6.2.1", "ethers": "^5.7.2", - "graphql": "^16.8.1", + "graphql": "^16.8.2", "keytar": "^7.9.0", "ms": "^2.1.3", "npm": "^10.8.1", @@ -11566,9 +11566,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==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } @@ -29972,9 +29972,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==" }, "hamt-sharding": { "version": "3.0.2", diff --git a/package.json b/package.json index d3ecf141f..f61b3fc96 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "electron-store": "^8.2.0", "electron-updater": "^6.2.1", "ethers": "^5.7.2", - "graphql": "^16.8.1", + "graphql": "^16.8.2", "keytar": "^7.9.0", "ms": "^2.1.3", "npm": "^10.8.1",