From 9521cd12065f494ec6d4e0aea7ad4146ab66b4c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 05:44:07 +0000 Subject: [PATCH] Bump lru-cache from 11.2.2 to 11.2.4 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 11.2.2 to 11.2.4. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v11.2.2...v11.2.4) --- updated-dependencies: - dependency-name: lru-cache dependency-version: 11.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e38f07df73..167d6aa86cd 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.21", - "lru-cache": "^11.2.2", + "lru-cache": "^11.2.4", "markdown-it": "^13.0.1", "mirador": "^3.4.3", "mirador-dl-plugin": "^0.13.0", @@ -18398,10 +18398,10 @@ } }, "node_modules/lru-cache": { - "version": "11.2.2", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz", - "integrity": "sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==", - "license": "ISC", + "version": "11.2.4", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz", + "integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==", + "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" } diff --git a/package.json b/package.json index 59ac04a1b03..5f95f4ea891 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "leaflet-providers": "^2.0.0", "leaflet.markercluster": "^1.5.3", "lodash-es": "^4.17.21", - "lru-cache": "^11.2.2", + "lru-cache": "^11.2.4", "markdown-it": "^13.0.1", "mirador": "^3.4.3", "mirador-dl-plugin": "^0.13.0",