From 342beff4674250b7dd7e59750c16c59ddd255914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 22:22:23 +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 630923bb868..7f7fdc05007 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", @@ -19038,9 +19038,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 6bebf530f3a..7762d5cdf80 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",