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",