diff --git a/package-lock.json b/package-lock.json index 8f4ed37..d80b642 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mapbox/sphericalmercator": "1.2.0", "@mapbox/vector-tile": "1.3.1", "@maplibre/maplibre-gl-native": "5.2.0", - "@maplibre/maplibre-gl-style-spec": "18.0.0", + "@maplibre/maplibre-gl-style-spec": "18.0.1", "advanced-pool": "0.3.3", "canvas": "2.11.2", "chokidar": "3.5.3", @@ -749,9 +749,9 @@ } }, "node_modules/@mapbox/unitbezier": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/@mapbox/unitbezier/-/unitbezier-0.0.0.tgz", - "integrity": "sha512-HPnRdYO0WjFjRTSwO3frz1wKaU649OBFPX3Zo/2WZvuRi6zMiRGui8SnPQiQABgqCf8YikDe5t3HViTVw1WUzA==" + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/@mapbox/unitbezier/-/unitbezier-0.0.1.tgz", + "integrity": "sha512-nMkuDXFv60aBr9soUG5q+GvZYL+2KZHVvsqFCzqnkGEf46U2fvmytHaEVc1/YZbiLn8X+eR3QzX1+dwDO1lxlw==" }, "node_modules/@mapbox/vector-tile": { "version": "1.3.1", @@ -777,24 +777,24 @@ } }, "node_modules/@maplibre/maplibre-gl-style-spec": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-18.0.0.tgz", - "integrity": "sha512-d/s4//oyJ4xrpwGAk3joHj9OhV4hL6JFSuk0mv013VYUfD1A90Q/768LwiG+EpAKMOn5MPH3stTj+HQ+wEwbKQ==", + "version": "18.0.1", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-18.0.1.tgz", + "integrity": "sha512-PM0dKiN5WEkXcSskWSFfdaAgAk2aLvM3qRIZqWd20FGbsGDdvzRb/RH4vWU9InPnvR85R1toLU21jNFDCDLljQ==", "dependencies": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", "@mapbox/point-geometry": "^0.1.0", - "@mapbox/unitbezier": "^0.0.0", + "@mapbox/unitbezier": "^0.0.1", "@types/mapbox__point-geometry": "^0.1.2", - "csscolorparser": "~1.0.2", - "json-stringify-pretty-compact": "^2.0.0", - "minimist": "^1.2.5", + "csscolorparser": "~1.0.3", + "json-stringify-pretty-compact": "^3.0.0", + "minimist": "^1.2.8", "rw": "^1.3.3", "sort-object": "^0.3.2" }, "bin": { - "gl-style-format": "bin/gl-style-format.js", - "gl-style-migrate": "bin/gl-style-migrate.js", - "gl-style-validate": "bin/gl-style-validate.js" + "gl-style-format": "dist/gl-style-format.mjs", + "gl-style-migrate": "dist/gl-style-migrate.mjs", + "gl-style-validate": "dist/gl-style-validate.mjs" } }, "node_modules/@nodelib/fs.scandir": { @@ -4598,9 +4598,9 @@ "dev": true }, "node_modules/json-stringify-pretty-compact": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-2.0.0.tgz", - "integrity": "sha512-WRitRfs6BGq4q8gTgOy4ek7iPFXjbra0H3PmDLKm2xnZ+Gh1HUhiKGgCZkSPNULlP7mvfu6FV/mOLhCarspADQ==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-3.0.0.tgz", + "integrity": "sha512-Rc2suX5meI0S3bfdZuA7JMFBGkJ875ApfVyq2WHELjBiiG22My/l7/8zPpH/CfFVQHuVLd8NLR0nv6vi0BYYKA==" }, "node_modules/json-stringify-safe": { "version": "5.0.1", @@ -5388,9 +5388,9 @@ } }, "node_modules/minimist": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", - "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "funding": { "url": "https://github.com/sponsors/ljharb" } diff --git a/package.json b/package.json index 107e379..7991183 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@mapbox/sphericalmercator": "1.2.0", "@mapbox/vector-tile": "1.3.1", "@maplibre/maplibre-gl-native": "5.2.0", - "@maplibre/maplibre-gl-style-spec": "18.0.0", + "@maplibre/maplibre-gl-style-spec": "18.0.1", "advanced-pool": "0.3.3", "canvas": "2.11.2", "chokidar": "3.5.3",