diff --git a/lib/package.json b/lib/package.json index c5b6a9fc..7d737dc0 100644 --- a/lib/package.json +++ b/lib/package.json @@ -124,7 +124,7 @@ "react-image-crop": "^11.0.10", "react-inlinesvg": "^4.2.0", "react-leaflet": "^4.2.1", - "react-leaflet-cluster": "^3.1.1", + "react-leaflet-cluster": "^4.1.3", "react-markdown": "^9.0.1", "react-photo-album": "^3.4.0", "react-qr-code": "^2.0.16", diff --git a/package-lock.json b/package-lock.json index 1f61ba53..8db77e97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -154,7 +154,7 @@ "react-image-crop": "^11.0.10", "react-inlinesvg": "^4.2.0", "react-leaflet": "^4.2.1", - "react-leaflet-cluster": "^3.1.1", + "react-leaflet-cluster": "^4.1.3", "react-markdown": "^9.0.1", "react-photo-album": "^3.4.0", "react-qr-code": "^2.0.16", @@ -223,6 +223,18 @@ "react-router-dom": "^7.10.1" } }, + "lib/node_modules/@react-leaflet/core": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@react-leaflet/core/-/core-3.0.0.tgz", + "integrity": "sha512-3EWmekh4Nz+pGcr+xjf0KNyYfC3U2JjnkWsh0zcqaexYqmmB5ZhH37kz41JXGmKzpaMZCnPofBBm64i+YrEvGQ==", + "license": "Hippocratic-2.1", + "peer": true, + "peerDependencies": { + "leaflet": "^1.9.0", + "react": "^19.0.0", + "react-dom": "^19.0.0" + } + }, "lib/node_modules/@typescript-eslint/types": { "version": "8.48.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.48.1.tgz", @@ -290,6 +302,22 @@ "url": "https://github.com/sponsors/isaacs" } }, + "lib/node_modules/react-leaflet-cluster": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/react-leaflet-cluster/-/react-leaflet-cluster-4.1.3.tgz", + "integrity": "sha512-b3ICS7r9Fs5hBWrFPMVnmkCuDewyG3m1GaGzamXY0eryyAXDfQ+ikSkiR/mVethueIIA5MSyLok2/KsZVotspQ==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "leaflet.markercluster": "^1.5.3" + }, + "peerDependencies": { + "@react-leaflet/core": "^3.0.0", + "leaflet": "^1.9.0", + "react": "^19.0.0", + "react-dom": "^19.0.0", + "react-leaflet": "^5.0.0" + } + }, "node_modules/@adobe/css-tools": { "version": "4.4.4", "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.4.tgz", @@ -13245,21 +13273,6 @@ "react-dom": "^18.0.0" } }, - "node_modules/react-leaflet-cluster": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/react-leaflet-cluster/-/react-leaflet-cluster-3.1.1.tgz", - "integrity": "sha512-g39QohKNrmIwHNlL0KTv+a9PYYWDtcRAsnHHytJyRhIgjxGxs4/SXe/Zr4kP8IZoEzxbqCMkJqUsFBEZJqKp2g==", - "license": "SEE LICENSE IN ", - "dependencies": { - "leaflet.markercluster": "^1.5.3" - }, - "peerDependencies": { - "leaflet": "^1.8.0", - "react": "^18.2.0 || ^19.0.0", - "react-dom": "^18.2.0 || ^19.0.0", - "react-leaflet": "^4.0.0" - } - }, "node_modules/react-markdown": { "version": "9.1.0", "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.1.0.tgz",