From bac8762617444caafc0c6efbd063d2f3eb30179d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:06:37 +0000 Subject: [PATCH] chore(deps): 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 375d95a4..fba5e556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "csv-stringify": "6.5.2", "dotenv": "16.4.7", "express": "4.21.2", - "graphql": "16.9.0", + "graphql": "16.10.0", "handlebars": "4.7.8", "joi": "17.13.3", "jsonwebtoken": "9.0.2", @@ -6152,10 +6152,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==", - "license": "MIT", + "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 3fe30a6e..9aea27c4 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "csv-stringify": "6.5.2", "dotenv": "16.4.7", "express": "4.21.2", - "graphql": "16.9.0", + "graphql": "16.10.0", "handlebars": "4.7.8", "joi": "17.13.3", "jsonwebtoken": "9.0.2",