diff --git a/package-lock.json b/package-lock.json index b5e5cae..57e5946 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.1", "license": "CC0-1.0", "devDependencies": { - "@maplibre/maplibre-gl-style-spec": "^22.0.0", + "@maplibre/maplibre-gl-style-spec": "^23.1.0", "esbuild": "0.24.0", "open": "^10.1.0", "shx": "^0.3.4" @@ -465,9 +465,9 @@ } }, "node_modules/@maplibre/maplibre-gl-style-spec": { - "version": "22.0.0", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-22.0.0.tgz", - "integrity": "sha512-kD8TxV6CdgHIEeam4xODVJNAT3hcvRhRl5RcNiu+FPR/JoMsExAQTruBGtv+jLppj4xt9V56pG/SHK8z6fv6xA==", + "version": "23.1.0", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-23.1.0.tgz", + "integrity": "sha512-R6/ihEuC5KRexmKIYkWqUv84Gm+/QwsOUgHyt1yy2XqCdGdLvlBWVWIIeTZWN4NGdwmY6xDzdSGU2R9oBLNg2w==", "dev": true, "dependencies": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", diff --git a/package.json b/package.json index 80b7a7a..c8ce479 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "maplibre-gl": ">=3.0.0" }, "devDependencies": { - "@maplibre/maplibre-gl-style-spec": "^22.0.0", + "@maplibre/maplibre-gl-style-spec": "^23.1.0", "esbuild": "0.24.0", "open": "^10.1.0", "shx": "^0.3.4"