diff --git a/package-lock.json b/package-lock.json index 833ba80a869..daa0546cc57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "leaflet-providers": "^2.0.0", "leaflet.markercluster": "^1.5.3", "lodash-es": "^4.18.1", - "lru-cache": "^11.5.1", + "lru-cache": "^11.5.2", "markdown-it": "^14.2.0", "mirador": "^3.4.3", "mirador-dl-plugin": "^0.13.0", @@ -20112,9 +20112,9 @@ } }, "node_modules/lru-cache": { - "version": "11.5.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.1.tgz", - "integrity": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==", + "version": "11.5.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz", + "integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==", "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" diff --git a/package.json b/package.json index 2a372522005..283ea430c80 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "leaflet-providers": "^2.0.0", "leaflet.markercluster": "^1.5.3", "lodash-es": "^4.18.1", - "lru-cache": "^11.5.1", + "lru-cache": "^11.5.2", "markdown-it": "^14.2.0", "mirador": "^3.4.3", "mirador-dl-plugin": "^0.13.0",