From 264e692a21b5af01653b16fc9e31ebbbeef781a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 07:41:17 -0500 Subject: [PATCH] chore(deps): update dependency graphql to v16.10.0 (#387) Co-authored-by: renovate[bot] <29139614+renovate[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 6a40cc4..78f7c03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "cspell": "8.16.1", "eslint": "8.57.1", "form-data": "4.0.1", - "graphql": "16.9.0", + "graphql": "16.10.0", "jest": "29.7.0", "jest-junit": "16.0.0", "nock": "13.5.6", @@ -5726,9 +5726,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==", "dev": true, "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" @@ -14381,9 +14381,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==", "dev": true }, "has": { diff --git a/package.json b/package.json index fe2cc73..d2ef6f3 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "cspell": "8.16.1", "eslint": "8.57.1", "form-data": "4.0.1", - "graphql": "16.9.0", + "graphql": "16.10.0", "jest": "29.7.0", "jest-junit": "16.0.0", "nock": "13.5.6",