Merge pull request #1239 from nextcloud/dependabot/npm_and_yarn/mapbox-gl-3.3.0

Build(deps): Bump mapbox-gl from 3.2.0 to 3.3.0
This commit is contained in:
Arne Hamann 2024-04-14 13:04:20 +02:00 коммит произвёл GitHub
Родитель 817c6a0778 b34c471627
Коммит 32af82c4bb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 35 добавлений и 8 удалений

41
package-lock.json сгенерированный
Просмотреть файл

@ -35,7 +35,7 @@
"leaflet.locatecontrol": "^0.79.0",
"leaflet.markercluster": "^1.5.3",
"lrm-graphhopper": "^1.3.0",
"mapbox-gl": "^3.2.0",
"mapbox-gl": "^3.3.0",
"mapbox-gl-leaflet": "^0.0.16",
"maplibre-gl": "^3.6.2",
"nouislider": "^15.7.1",
@ -9061,6 +9061,11 @@
"node": "^12.20 || >= 14.13"
}
},
"node_modules/fflate": {
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz",
"integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A=="
},
"node_modules/file-entry-cache": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
@ -13118,9 +13123,9 @@
}
},
"node_modules/mapbox-gl": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.2.0.tgz",
"integrity": "sha512-v8S7x+wTr35kJ9nqzgn/VPiSFZxBkyQhwCk9bdyiFHVwCukNGG3LXt03FoaHHTsOuB9JWenWE96k0Uw+HGMZ8w==",
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.3.0.tgz",
"integrity": "sha512-cVeAu9PxPTx113AnJAzcSKbBtL5F5EpJ6/NuYgNib9zNduNSoDG2oVX6xK0bAP/VwwVwRh9SEhcyM7nh4GThvQ==",
"dependencies": {
"@mapbox/geojson-rewind": "^0.5.2",
"@mapbox/jsonlint-lines-primitives": "^2.0.2",
@ -13133,6 +13138,7 @@
"cheap-ruler": "^3.0.1",
"csscolorparser": "~1.0.3",
"earcut": "^2.2.4",
"fflate": "^0.8.1",
"geojson-vt": "^3.2.1",
"gl-matrix": "^3.4.3",
"grid-index": "^1.1.0",
@ -13145,6 +13151,7 @@
"rw": "^1.3.3",
"serialize-to-js": "^3.1.2",
"supercluster": "^8.0.0",
"tiny-lru": "^11.2.5",
"tinyqueue": "^2.0.3",
"tweakpane": "^4.0.3",
"vt-pbf": "^3.1.3"
@ -18067,6 +18074,14 @@
"node": ">=0.6.0"
}
},
"node_modules/tiny-lru": {
"version": "11.2.5",
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-11.2.5.tgz",
"integrity": "sha512-JpqM0K33lG6iQGKiigcwuURAKZlq6rHXfrgeL4/I8/REoyJTGU+tEMszvT/oTRVHG2OiylhGDjqPp1jWMlr3bw==",
"engines": {
"node": ">=12"
}
},
"node_modules/tinycolor2": {
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz",
@ -26772,6 +26787,11 @@
"web-streams-polyfill": "^3.0.3"
}
},
"fflate": {
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz",
"integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A=="
},
"file-entry-cache": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
@ -29823,9 +29843,9 @@
"peer": true
},
"mapbox-gl": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.2.0.tgz",
"integrity": "sha512-v8S7x+wTr35kJ9nqzgn/VPiSFZxBkyQhwCk9bdyiFHVwCukNGG3LXt03FoaHHTsOuB9JWenWE96k0Uw+HGMZ8w==",
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.3.0.tgz",
"integrity": "sha512-cVeAu9PxPTx113AnJAzcSKbBtL5F5EpJ6/NuYgNib9zNduNSoDG2oVX6xK0bAP/VwwVwRh9SEhcyM7nh4GThvQ==",
"requires": {
"@mapbox/geojson-rewind": "^0.5.2",
"@mapbox/jsonlint-lines-primitives": "^2.0.2",
@ -29838,6 +29858,7 @@
"cheap-ruler": "^3.0.1",
"csscolorparser": "~1.0.3",
"earcut": "^2.2.4",
"fflate": "^0.8.1",
"geojson-vt": "^3.2.1",
"gl-matrix": "^3.4.3",
"grid-index": "^1.1.0",
@ -29850,6 +29871,7 @@
"rw": "^1.3.3",
"serialize-to-js": "^3.1.2",
"supercluster": "^8.0.0",
"tiny-lru": "^11.2.5",
"tinyqueue": "^2.0.3",
"tweakpane": "^4.0.3",
"vt-pbf": "^3.1.3"
@ -33465,6 +33487,11 @@
"setimmediate": "^1.0.4"
}
},
"tiny-lru": {
"version": "11.2.5",
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-11.2.5.tgz",
"integrity": "sha512-JpqM0K33lG6iQGKiigcwuURAKZlq6rHXfrgeL4/I8/REoyJTGU+tEMszvT/oTRVHG2OiylhGDjqPp1jWMlr3bw=="
},
"tinycolor2": {
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz",

Просмотреть файл

@ -62,7 +62,7 @@
"leaflet.locatecontrol": "^0.79.0",
"leaflet.markercluster": "^1.5.3",
"lrm-graphhopper": "^1.3.0",
"mapbox-gl": "^3.2.0",
"mapbox-gl": "^3.3.0",
"mapbox-gl-leaflet": "^0.0.16",
"maplibre-gl": "^3.6.2",
"nouislider": "^15.7.1",