diff --git a/package-lock.json b/package-lock.json index 5526950b..61090950 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "AGPL-3.0", "dependencies": { "@fortawesome/fontawesome-free": "^6.5.2", - "@maplibre/maplibre-gl-leaflet": "^0.0.20", + "@maplibre/maplibre-gl-leaflet": "^0.0.22", "@nextcloud/auth": "^2.3.0", "@nextcloud/axios": "^2.5.0", "@nextcloud/dialogs": "^5.3.1", @@ -2247,13 +2247,13 @@ } }, "node_modules/@maplibre/maplibre-gl-leaflet": { - "version": "0.0.20", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-leaflet/-/maplibre-gl-leaflet-0.0.20.tgz", - "integrity": "sha512-W36NFgRbhOic/Bv2dU4f6P3BE2QlhPbselQdf0snY4E36kjmhAl9RKEfAGDmfI1T5bUOmPmWzQDRnvEWqGc+jw==", + "version": "0.0.22", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-leaflet/-/maplibre-gl-leaflet-0.0.22.tgz", + "integrity": "sha512-9p4DSPLUE5t0StXH/IcZw37/UL7Ekea4jcVdkSsb2jWI+sM3K7mYHLOnti/2wn+HqxG4jMVUHah7Xun3bs00AQ==", "peerDependencies": { "@types/leaflet": "^1.9.0", "leaflet": "^1.9.3", - "maplibre-gl": "^2.4.0 || ^3.3.1" + "maplibre-gl": "^2.4.0 || ^3.3.1 || ^4.3.2" } }, "node_modules/@maplibre/maplibre-gl-style-spec": { @@ -17519,9 +17519,9 @@ "integrity": "sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q==" }, "@maplibre/maplibre-gl-leaflet": { - "version": "0.0.20", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-leaflet/-/maplibre-gl-leaflet-0.0.20.tgz", - "integrity": "sha512-W36NFgRbhOic/Bv2dU4f6P3BE2QlhPbselQdf0snY4E36kjmhAl9RKEfAGDmfI1T5bUOmPmWzQDRnvEWqGc+jw==", + "version": "0.0.22", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-leaflet/-/maplibre-gl-leaflet-0.0.22.tgz", + "integrity": "sha512-9p4DSPLUE5t0StXH/IcZw37/UL7Ekea4jcVdkSsb2jWI+sM3K7mYHLOnti/2wn+HqxG4jMVUHah7Xun3bs00AQ==", "requires": {} }, "@maplibre/maplibre-gl-style-spec": { diff --git a/package.json b/package.json index b1818321..6459ae52 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^6.5.2", - "@maplibre/maplibre-gl-leaflet": "^0.0.20", + "@maplibre/maplibre-gl-leaflet": "^0.0.22", "@nextcloud/auth": "^2.3.0", "@nextcloud/axios": "^2.5.0", "@nextcloud/dialogs": "^5.3.1",