diff --git a/package-lock.json b/package-lock.json index 591374e4cdd..a29ebf0b9c0 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.17.23", - "lru-cache": "^11.2.6", + "lru-cache": "^11.2.7", "markdown-it": "^13.0.1", "mirador": "^3.4.3", "mirador-dl-plugin": "^0.13.0", @@ -18740,9 +18740,9 @@ } }, "node_modules/lru-cache": { - "version": "11.2.6", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz", - "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==", + "version": "11.2.7", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.7.tgz", + "integrity": "sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==", "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" diff --git a/package.json b/package.json index a584f703c94..20c0479c312 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "leaflet-providers": "^2.0.0", "leaflet.markercluster": "^1.5.3", "lodash-es": "^4.17.23", - "lru-cache": "^11.2.6", + "lru-cache": "^11.2.7", "markdown-it": "^13.0.1", "mirador": "^3.4.3", "mirador-dl-plugin": "^0.13.0",