diff --git a/package-lock.json b/package-lock.json index ee37f4a..11f9738 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.4.0", - "@maplibre/maplibre-gl-style-spec": "20.2.0", + "@maplibre/maplibre-gl-style-spec": "20.3.0", "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3", "axios": "^1.7.2", @@ -1309,9 +1309,9 @@ } }, "node_modules/@maplibre/maplibre-gl-style-spec": { - "version": "20.2.0", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-20.2.0.tgz", - "integrity": "sha512-BTw6/3ysowky22QMtNDjElp+YLwwvBDh3xxnq1izDFjTtUERm5nYSihlNZ6QaxXb+6lX2T2t0hBEjheAI+kBEQ==", + "version": "20.3.0", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-20.3.0.tgz", + "integrity": "sha512-eSiQ3E5LUSxAOY9ABXGyfNhout2iEa6mUxKeaQ9nJ8NL1NuaQYU7zKqzx/LEYcXe1neT4uYAgM1wYZj3fTSXtA==", "dependencies": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", "@mapbox/unitbezier": "^0.0.1", diff --git a/package.json b/package.json index 4661e85..cca9524 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.4.0", - "@maplibre/maplibre-gl-style-spec": "20.2.0", + "@maplibre/maplibre-gl-style-spec": "20.3.0", "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3", "axios": "^1.7.2",