diff --git a/package-lock.json b/package-lock.json index 2c7fab7..648923b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mapbox/sphericalmercator": "1.2.0", "@mapbox/vector-tile": "1.3.1", "@maplibre/maplibre-gl-native": "5.1.0", - "@maplibre/maplibre-gl-style-spec": "17.0.1", + "@maplibre/maplibre-gl-style-spec": "17.0.2", "advanced-pool": "0.3.3", "canvas": "2.11.0", "chokidar": "3.5.3", @@ -923,9 +923,9 @@ } }, "node_modules/@maplibre/maplibre-gl-style-spec": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-17.0.1.tgz", - "integrity": "sha512-pohuxZke5fAJmY7g9EM7tQHjFXOegG58R66tTGrHvdndJOr8hTDUOdgkmq3wCNNOJL8dIf014RVhvPua53P2ZQ==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-17.0.2.tgz", + "integrity": "sha512-iW63wG/ZzeJ2PawkR2g2m4VnFYlUJW22Uu966YhR6K0nDJflDE6QBLanX4wsfZb6adLT6Z106N/apgWKvS2/8g==", "dependencies": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", "@mapbox/unitbezier": "^0.0.0", @@ -936,10 +936,9 @@ "sort-object": "^0.3.2" }, "bin": { - "gl-style-composite": "bin/gl-style-composite", - "gl-style-format": "bin/gl-style-format", - "gl-style-migrate": "bin/gl-style-migrate", - "gl-style-validate": "bin/gl-style-validate" + "gl-style-format": "bin/gl-style-format.js", + "gl-style-migrate": "bin/gl-style-migrate.js", + "gl-style-validate": "bin/gl-style-validate.js" } }, "node_modules/@nodelib/fs.scandir": { @@ -9617,9 +9616,9 @@ } }, "@maplibre/maplibre-gl-style-spec": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-17.0.1.tgz", - "integrity": "sha512-pohuxZke5fAJmY7g9EM7tQHjFXOegG58R66tTGrHvdndJOr8hTDUOdgkmq3wCNNOJL8dIf014RVhvPua53P2ZQ==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-17.0.2.tgz", + "integrity": "sha512-iW63wG/ZzeJ2PawkR2g2m4VnFYlUJW22Uu966YhR6K0nDJflDE6QBLanX4wsfZb6adLT6Z106N/apgWKvS2/8g==", "requires": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", "@mapbox/unitbezier": "^0.0.0", diff --git a/package.json b/package.json index 656bb17..7ffc9b1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@mapbox/sphericalmercator": "1.2.0", "@mapbox/vector-tile": "1.3.1", "@maplibre/maplibre-gl-native": "5.1.0", - "@maplibre/maplibre-gl-style-spec": "17.0.1", + "@maplibre/maplibre-gl-style-spec": "17.0.2", "advanced-pool": "0.3.3", "canvas": "2.11.0", "chokidar": "3.5.3",