From b666c032f8f6bd70a2c412332121a2d48635df9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:43:18 +0000 Subject: [PATCH] build(deps-dev): bump graphql from 16.9.0 to 16.10.0 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 b2b5707f..231259aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@types/node": "20.17.6", "@vercel/ncc": "0.38.3", "eslint": "9.15.0", - "graphql": "16.9.0", + "graphql": "16.10.0", "husky": "9.1.7", "lint-staged": "15.2.10", "prettier": "3.3.3", @@ -4411,9 +4411,9 @@ "license": "MIT" }, "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==", "dev": true, "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" diff --git a/package.json b/package.json index 887461b1..4c359f98 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@types/node": "20.17.6", "@vercel/ncc": "0.38.3", "eslint": "9.15.0", - "graphql": "16.9.0", + "graphql": "16.10.0", "husky": "9.1.7", "lint-staged": "15.2.10", "prettier": "3.3.3",