From 68ab78011f92e3f3f76072ff00769d60a84a93fc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Jan 2025 01:23:27 +0000 Subject: [PATCH] Update dependency mapbox-gl to v3.9.3 --- package-lock.json | 49 +++-------------------------- packages/vue-mapbox-gl/package.json | 2 +- 2 files changed, 5 insertions(+), 46 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8b64f4..40aea1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9434,9 +9434,9 @@ } }, "node_modules/mapbox-gl": { - "version": "3.9.2", - "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.9.2.tgz", - "integrity": "sha512-ADGW4rJOylwcy9+yGf8HM2sLXLh3An+9PZVQzdpXrSbSNt0dI7e49a6NY35Yf2wbd4hoVyR5M3hy7cQ9sFrC2w==", + "version": "3.9.3", + "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.9.3.tgz", + "integrity": "sha512-31mh95f35srpBMxAP32F9dKQXz7pT5VxQA5r6bFY6Aa5G6Z6NC/SVOTyWR+G/wY8wXWTHAnOaAAf5UkD5++/Kg==", "license": "SEE LICENSE IN LICENSE.txt", "workspaces": [ "src/style-spec", @@ -17021,7 +17021,7 @@ "devDependencies": { "@mapbox/mapbox-gl-geocoder": "5.0.3", "@studiometa/js-toolkit": "2.12.1", - "mapbox-gl": "3.9.1", + "mapbox-gl": "3.9.3", "vue": "3.5.13" }, "peerDependencies": { @@ -17029,47 +17029,6 @@ "mapbox-gl": "^2.8.2 || ^3.0.0", "vue": "^3.2.37" } - }, - "packages/vue-mapbox-gl/node_modules/mapbox-gl": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.9.1.tgz", - "integrity": "sha512-KGgS07MOoGSrewRrw0zqPG/2zkUNWYVGhI4+OEGnUGnUR5GV+k6rgKBEZei3U8z9VIrhrO5Qfbh3Da9o7GhX/Q==", - "dev": true, - "license": "SEE LICENSE IN LICENSE.txt", - "workspaces": [ - "src/style-spec", - "test/build/typings" - ], - "dependencies": { - "@mapbox/jsonlint-lines-primitives": "^2.0.2", - "@mapbox/mapbox-gl-supported": "^3.0.0", - "@mapbox/point-geometry": "^0.1.0", - "@mapbox/tiny-sdf": "^2.0.6", - "@mapbox/unitbezier": "^0.0.1", - "@mapbox/vector-tile": "^1.3.1", - "@mapbox/whoots-js": "^3.1.0", - "@types/geojson": "^7946.0.15", - "@types/geojson-vt": "^3.2.5", - "@types/mapbox__point-geometry": "^0.1.4", - "@types/mapbox__vector-tile": "^1.3.4", - "@types/pbf": "^3.0.5", - "@types/supercluster": "^7.1.3", - "cheap-ruler": "^4.0.0", - "csscolorparser": "~1.0.3", - "earcut": "^3.0.0", - "geojson-vt": "^4.0.2", - "gl-matrix": "^3.4.3", - "grid-index": "^1.1.0", - "kdbush": "^4.0.2", - "murmurhash-js": "^1.0.0", - "pbf": "^3.2.1", - "potpack": "^2.0.0", - "quickselect": "^3.0.0", - "serialize-to-js": "^3.1.2", - "supercluster": "^8.0.1", - "tinyqueue": "^3.0.0", - "vt-pbf": "^3.1.3" - } } } } diff --git a/packages/vue-mapbox-gl/package.json b/packages/vue-mapbox-gl/package.json index 98d99ac..6a39ea4 100644 --- a/packages/vue-mapbox-gl/package.json +++ b/packages/vue-mapbox-gl/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@mapbox/mapbox-gl-geocoder": "5.0.3", "@studiometa/js-toolkit": "2.12.1", - "mapbox-gl": "3.9.1", + "mapbox-gl": "3.9.3", "vue": "3.5.13" }, "peerDependencies": {