diff --git a/package-lock.json b/package-lock.json index ece33dbac3a..57cf55252c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "leaflet-providers": "^2.0.0", "leaflet.markercluster": "^1.5.3", "lodash-es": "^4.18.1", - "lru-cache": "^11.3.5", + "lru-cache": "^11.3.6", "markdown-it": "^14.1.1", "mirador": "^3.4.3", "mirador-dl-plugin": "^0.13.0", @@ -19070,9 +19070,9 @@ } }, "node_modules/lru-cache": { - "version": "11.3.5", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz", - "integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==", + "version": "11.3.6", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.6.tgz", + "integrity": "sha512-Gf/KoL3C/MlI7Bt0PGI9I+TeTC/I6r/csU58N4BSNc4lppLBeKsOdFYkK+dX0ABDUMJNfCHTyPpzwwO21Awd3A==", "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" diff --git a/package.json b/package.json index f973e29db56..7716599cf1c 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "leaflet-providers": "^2.0.0", "leaflet.markercluster": "^1.5.3", "lodash-es": "^4.18.1", - "lru-cache": "^11.3.5", + "lru-cache": "^11.3.6", "markdown-it": "^14.1.1", "mirador": "^3.4.3", "mirador-dl-plugin": "^0.13.0",