From 9c81a255759c0f20936aa1ce7bb50c3e3aaded37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 01:04:30 +0000 Subject: [PATCH] build(deps): bump lru-cache from 11.3.6 to 11.4.0 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 11.3.6 to 11.4.0. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v11.3.6...v11.4.0) --- updated-dependencies: - dependency-name: lru-cache dependency-version: 11.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 10 ++++++++-- src/package.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cba3fd55ee5..b9fb6105970 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -266,8 +266,8 @@ importers: specifier: ^6.9.1 version: 6.9.1 lru-cache: - specifier: ^11.3.6 - version: 11.3.6 + specifier: ^11.4.0 + version: 11.4.0 mammoth: specifier: ^1.12.0 version: 1.12.0 @@ -4192,6 +4192,10 @@ packages: resolution: {integrity: sha512-Gf/KoL3C/MlI7Bt0PGI9I+TeTC/I6r/csU58N4BSNc4lppLBeKsOdFYkK+dX0ABDUMJNfCHTyPpzwwO21Awd3A==} engines: {node: 20 || >=22} + lru-cache@11.4.0: + resolution: {integrity: sha512-W+R+kFL4HgVxONq2bhXPi3bGpzGe/yEhVOp233qw9wCRtgncJ15P3bC+e4zZMu4Cq7d+WAJjXGW0uUkifhcatA==} + engines: {node: 20 || >=22} + lru-cache@5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} @@ -9862,6 +9866,8 @@ snapshots: lru-cache@11.3.6: {} + lru-cache@11.4.0: {} + lru-cache@5.1.1: dependencies: yallist: 3.1.1 diff --git a/src/package.json b/src/package.json index 126ac0e54b8..2fcd3456bc5 100644 --- a/src/package.json +++ b/src/package.json @@ -57,7 +57,7 @@ "live-plugin-manager": "^1.1.0", "lodash.clonedeep": "4.5.0", "log4js": "^6.9.1", - "lru-cache": "^11.3.6", + "lru-cache": "^11.4.0", "mammoth": "^1.12.0", "measured-core": "^2.0.0", "mime-types": "^3.0.2",