From 8711b237a6b3d0ac3dfa8ac6c4d44bb4e5a0271e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:28:42 +0000 Subject: [PATCH] Bump lru-cache from 11.5.1 to 11.5.2 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 11.5.1 to 11.5.2. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v11.5.1...v11.5.2) --- updated-dependencies: - dependency-name: lru-cache dependency-version: 11.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",