From 867ab1fb373a6cba769768442941ee032783f537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:49:26 +0000 Subject: [PATCH] deps: bump graphql from 16.9.0 to 16.10.0 (#1967) Bumps [graphql](https://github.com/graphql/graphql-js) from 16.9.0 to 16.10.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.9.0...v16.10.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fbdba745a..a3c33b74b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "electron-store": "^8.2.0", "electron-updater": "^6.3.9", "ethers": "^5.7.2", - "graphql": "^16.9.0", + "graphql": "^16.10.0", "keytar": "^7.9.0", "ms": "^2.1.3", "npm": "^10.9.2", @@ -12871,9 +12871,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", - "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.10.0.tgz", + "integrity": "sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } diff --git a/package.json b/package.json index 37073afcc..4b3cbc21a 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "electron-store": "^8.2.0", "electron-updater": "^6.3.9", "ethers": "^5.7.2", - "graphql": "^16.9.0", + "graphql": "^16.10.0", "keytar": "^7.9.0", "ms": "^2.1.3", "npm": "^10.9.2",