From 88a1ce843225d8d2121ba53ec9e3323e892cba57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 03:25:25 +0000 Subject: [PATCH] Build(deps): bump graphql from 16.9.0 to 16.10.0 (#725) 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5847b18..2ea0584 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "env-schema": "^6.0.0", "fastify": "^5.2.0", "fluent-json-schema": "^5.0.0", - "graphql": "^16.9.0", + "graphql": "^16.10.0", "mercurius": "^15.1.0", "pg": "^8.13.1", "pino-pretty": "^13.0.0", @@ -6762,9 +6762,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" } @@ -19815,9 +19815,9 @@ "dev": true }, "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==" }, "graphql-jit": { "version": "0.8.6", diff --git a/package.json b/package.json index afb6fd7..635feb0 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "env-schema": "^6.0.0", "fastify": "^5.2.0", "fluent-json-schema": "^5.0.0", - "graphql": "^16.9.0", + "graphql": "^16.10.0", "mercurius": "^15.1.0", "pg": "^8.13.1", "pino-pretty": "^13.0.0",