diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b9100d0f6..7351a71ab 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -272,8 +272,8 @@ importers: specifier: ^6.9.1 version: 6.9.1(supports-color@8.1.1) lru-cache: - specifier: ^11.5.1 - version: 11.5.1 + specifier: ^11.5.2 + version: 11.5.2 mammoth: specifier: ^1.12.0 version: 1.12.0 @@ -4046,8 +4046,8 @@ packages: lop@0.4.2: resolution: {integrity: sha512-RefILVDQ4DKoRZsJ4Pj22TxE3omDO47yFpkIBoDKzkqPRISs5U1cnAdg/5583YPkWPaLIYHOKRMQSvjFsO26cw==} - lru-cache@11.5.1: - resolution: {integrity: sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==} + lru-cache@11.5.2: + resolution: {integrity: sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==} engines: {node: 20 || >=22} lru-cache@7.18.3: @@ -6025,7 +6025,7 @@ snapshots: '@babel/compat-data': 8.0.0 '@babel/helper-validator-option': 8.0.0 browserslist: 4.28.5 - lru-cache: 11.5.1 + lru-cache: 11.5.2 semver: 7.8.5 '@babel/helper-globals@8.0.0': {} @@ -9324,7 +9324,7 @@ snapshots: decimal.js: 10.6.0 html-encoding-sniffer: 6.0.0(@noble/hashes@1.8.0) is-potential-custom-element-name: 1.0.1 - lru-cache: 11.5.1 + lru-cache: 11.5.2 parse5: 8.0.1 saxes: 6.0.0 symbol-tree: 3.2.4 @@ -9576,7 +9576,7 @@ snapshots: option: 0.2.4 underscore: 1.13.8 - lru-cache@11.5.1: {} + lru-cache@11.5.2: {} lru-cache@7.18.3: {} @@ -10050,7 +10050,7 @@ snapshots: path-scurry@2.0.2: dependencies: - lru-cache: 11.5.1 + lru-cache: 11.5.2 minipass: 7.1.3 path-to-regexp@8.4.2: {} diff --git a/src/package.json b/src/package.json index f1782ce6c..74339f8c9 100644 --- a/src/package.json +++ b/src/package.json @@ -56,7 +56,7 @@ "live-plugin-manager": "^1.1.0", "lodash.clonedeep": "4.5.0", "log4js": "^6.9.1", - "lru-cache": "^11.5.1", + "lru-cache": "^11.5.2", "mammoth": "^1.12.0", "measured-core": "^2.0.0", "mime-types": "^3.0.2",