diff --git a/package-lock.json b/package-lock.json index b5404f22..1a4fb6a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "dms-conversion": "^3.1.3" }, "devDependencies": { - "@arcgis/core": "^4.30.6", + "@arcgis/core": "^4.30.8", "@eslint/js": "^9.4.0", "@esri/arcgis-rest-request": "^4.2.3", "@fontsource/overpass": "^5.0.18", @@ -65,11 +65,10 @@ } }, "node_modules/@arcgis/core": { - "version": "4.30.6", - "resolved": "https://registry.npmjs.org/@arcgis/core/-/core-4.30.6.tgz", - "integrity": "sha512-zSClmH7llG4a2lHkR4f7wIHCuYBBgWrp5/ctYzqYD8Nq8HATMMBE9tBNR2lI+N7OC89Ii/Rlwv/HWv5ZyQIqgA==", + "version": "4.30.8", + "resolved": "https://registry.npmjs.org/@arcgis/core/-/core-4.30.8.tgz", + "integrity": "sha512-nb1PwcPcqIKwSBb0wGF3DAHnA+G/2xcgXoZCVZQo4pvQSBTJQNvuXDxFhTCugsAAPh96FiQ4FL6ibEFO/jM9lA==", "dev": true, - "license": "SEE LICENSE IN copyright.txt", "dependencies": { "@esri/arcgis-html-sanitizer": "~4.0.3", "@esri/calcite-colors": "~6.1.0", diff --git a/package.json b/package.json index 7e4f6a28..c2e44e8f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "spell": "cspell ." }, "devDependencies": { - "@arcgis/core": "^4.30.6", + "@arcgis/core": "^4.30.8", "@eslint/js": "^9.4.0", "@esri/arcgis-rest-request": "^4.2.3", "@fontsource/overpass": "^5.0.18",