diff --git a/package-lock.json b/package-lock.json index 7ad085a..cb129ab 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.1.1", - "@maplibre/maplibre-gl-style-spec": "17.0.2", + "@maplibre/maplibre-gl-style-spec": "18.0.0", "advanced-pool": "0.3.3", "canvas": "2.11.0", "chokidar": "3.5.3", @@ -756,12 +756,14 @@ } }, "node_modules/@maplibre/maplibre-gl-style-spec": { - "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==", + "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==", "dependencies": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", + "@mapbox/point-geometry": "^0.1.0", "@mapbox/unitbezier": "^0.0.0", + "@types/mapbox__point-geometry": "^0.1.2", "csscolorparser": "~1.0.2", "json-stringify-pretty-compact": "^2.0.0", "minimist": "^1.2.5", @@ -992,6 +994,11 @@ "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", "dev": true }, + "node_modules/@types/mapbox__point-geometry": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@types/mapbox__point-geometry/-/mapbox__point-geometry-0.1.2.tgz", + "integrity": "sha512-D0lgCq+3VWV85ey1MZVkE8ZveyuvW5VAfuahVTQRpXFQTxw03SuIf1/K4UQ87MMIXVKzpFjXFiFMZzLj2kU+iA==" + }, "node_modules/@types/minimist": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", diff --git a/package.json b/package.json index d71a715..a99a80f 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.1.1", - "@maplibre/maplibre-gl-style-spec": "17.0.2", + "@maplibre/maplibre-gl-style-spec": "18.0.0", "advanced-pool": "0.3.3", "canvas": "2.11.0", "chokidar": "3.5.3",