From 018494ecb71c969bf795e32cc64dd9fdc5dfd522 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 15:41:14 +0000 Subject: [PATCH] fix(deps): update dependency graphql from v16.9.0 to v16.10.0 (#1164) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f58c8a88..b0fd71cd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "axios": "1.7.9", "classnames": "2.5.1", "detect-browser": "5.3.0", - "graphql": "16.9.0", + "graphql": "16.10.0", "graphql-tag": "2.12.6", "history": "5.3.0", "leaflet": "1.9.4", @@ -3961,9 +3961,10 @@ } }, "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==", + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } diff --git a/package.json b/package.json index cd4612316..cd9f43a7c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "axios": "1.7.9", "classnames": "2.5.1", "detect-browser": "5.3.0", - "graphql": "16.9.0", + "graphql": "16.10.0", "graphql-tag": "2.12.6", "history": "5.3.0", "leaflet": "1.9.4",