From 826cceb73e5287927247fb382e4aef122cef5db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 22:21:49 +0000 Subject: [PATCH] Bump lru-cache from 11.3.5 to 11.3.6 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 11.3.5 to 11.3.6. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v11.3.5...v11.3.6) --- updated-dependencies: - dependency-name: lru-cache dependency-version: 11.3.6 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 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",