From 3327547d5e3a4d6f0fc676eec0b1100e3a08a32e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:42:45 +0000 Subject: [PATCH] Bump graphql from 16.9.0 to 16.10.0 in /ts 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] --- ts/package-lock.json | 14 +++++++------- ts/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ts/package-lock.json b/ts/package-lock.json index c3bef4df..73ee0d0b 100644 --- a/ts/package-lock.json +++ b/ts/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@graphql-codegen/cli": "^5.0.3", - "graphql": "^16.9.0", + "graphql": "^16.10.0", "y18n": "^5.0.8" }, "devDependencies": { @@ -4424,9 +4424,9 @@ "license": "ISC" }, "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" } @@ -10031,9 +10031,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-config": { "version": "5.1.3", diff --git a/ts/package.json b/ts/package.json index 852ba58c..500776cd 100644 --- a/ts/package.json +++ b/ts/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@graphql-codegen/cli": "^5.0.3", - "graphql": "^16.9.0", + "graphql": "^16.10.0", "y18n": "^5.0.8" } }