Chore: update maplibre

This commit is contained in:
Pieter Vander Vennet 2025-01-24 00:04:22 +01:00
parent 67c234617e
commit 797b5216f2
2 changed files with 12 additions and 0 deletions

11
package-lock.json generated
View file

@ -55,6 +55,7 @@
"latlon2country": "^1.2.6",
"libphonenumber-js": "^1.10.8",
"mangrove-reviews-typescript": "^1.1.0",
"maplibre": "^0.0.1-security",
"maplibre-gl": "^4.1.1",
"marked": "^12.0.2",
"monaco-editor": "^0.46.0",
@ -12659,6 +12660,11 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/maplibre": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/maplibre/-/maplibre-0.0.1-security.tgz",
"integrity": "sha512-XawLsomeCq3O+x3IYTlU1QH52m9JvgEZvffgzWZ9P61HdSghJFzLUJjGXvtwV3hEuuZy9v9iSCG7W8pfr8p4Eg=="
},
"node_modules/maplibre-gl": {
"version": "4.1.2",
"license": "BSD-3-Clause",
@ -30056,6 +30062,11 @@
"integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==",
"dev": true
},
"maplibre": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/maplibre/-/maplibre-0.0.1-security.tgz",
"integrity": "sha512-XawLsomeCq3O+x3IYTlU1QH52m9JvgEZvffgzWZ9P61HdSghJFzLUJjGXvtwV3hEuuZy9v9iSCG7W8pfr8p4Eg=="
},
"maplibre-gl": {
"version": "4.1.2",
"requires": {

View file

@ -206,6 +206,7 @@
"latlon2country": "^1.2.6",
"libphonenumber-js": "^1.10.8",
"mangrove-reviews-typescript": "^1.1.0",
"maplibre": "^0.0.1-security",
"maplibre-gl": "^4.1.1",
"marked": "^12.0.2",
"monaco-editor": "^0.46.0",