From de07ef19b54db6ee7c4f6e45673675113b5c59e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 01:21:29 +0000 Subject: [PATCH] Build(deps): Bump @maplibre/maplibre-gl-leaflet from 0.0.19 to 0.0.20 Bumps [@maplibre/maplibre-gl-leaflet](https://github.com/maplibre/maplibre-gl-leaflet) from 0.0.19 to 0.0.20. - [Release notes](https://github.com/maplibre/maplibre-gl-leaflet/releases) - [Changelog](https://github.com/maplibre/maplibre-gl-leaflet/blob/main/CHANGELOG.md) - [Commits](https://github.com/maplibre/maplibre-gl-leaflet/compare/v0.0.19...v0.0.20) --- updated-dependencies: - dependency-name: "@maplibre/maplibre-gl-leaflet" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfe8c205c..40356645d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "AGPL-3.0", "dependencies": { "@fortawesome/fontawesome-free": "^6.4.2", - "@maplibre/maplibre-gl-leaflet": "^0.0.19", + "@maplibre/maplibre-gl-leaflet": "^0.0.20", "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", "@nextcloud/dialogs": "^4.2.1", @@ -3148,12 +3148,13 @@ } }, "node_modules/@maplibre/maplibre-gl-leaflet": { - "version": "0.0.19", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-leaflet/-/maplibre-gl-leaflet-0.0.19.tgz", - "integrity": "sha512-NwWqmE8Lmx8uMQS8sgHzGTz/CPfLBnbGns5BjXTmj459BUd7leCx3TVVhg04Pea4fzJeGaiyS2+KdWUVtKNuHg==", + "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==", "peerDependencies": { + "@types/leaflet": "^1.9.0", "leaflet": "^1.9.3", - "maplibre-gl": "^2.4.0" + "maplibre-gl": "^2.4.0 || ^3.3.1" } }, "node_modules/@mdi/svg": { @@ -21089,9 +21090,9 @@ "integrity": "sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q==" }, "@maplibre/maplibre-gl-leaflet": { - "version": "0.0.19", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-leaflet/-/maplibre-gl-leaflet-0.0.19.tgz", - "integrity": "sha512-NwWqmE8Lmx8uMQS8sgHzGTz/CPfLBnbGns5BjXTmj459BUd7leCx3TVVhg04Pea4fzJeGaiyS2+KdWUVtKNuHg==", + "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==", "requires": {} }, "@mdi/svg": { diff --git a/package.json b/package.json index 49eda7024..648e1bd17 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^6.4.2", - "@maplibre/maplibre-gl-leaflet": "^0.0.19", + "@maplibre/maplibre-gl-leaflet": "^0.0.20", "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", "@nextcloud/dialogs": "^4.2.1",