diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 28345c201..957cbf7b8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -217,8 +217,8 @@ importers: specifier: ^6.9.1 version: 6.9.1 lru-cache: - specifier: ^11.3.2 - version: 11.3.2 + specifier: ^11.3.5 + version: 11.3.5 measured-core: specifier: ^2.0.0 version: 2.0.0 @@ -3867,8 +3867,8 @@ packages: lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} - lru-cache@11.3.2: - resolution: {integrity: sha512-wgWa6FWQ3QRRJbIjbsldRJZxdxYngT/dO0I5Ynmlnin8qy7tC6xYzbcJjtN4wHLXtkbVwHzk0C+OejVw1XM+DQ==} + lru-cache@11.3.5: + resolution: {integrity: sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==} engines: {node: 20 || >=22} lru-cache@5.1.1: @@ -8636,7 +8636,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.3.2 + lru-cache: 11.3.5 parse5: 8.0.0 saxes: 6.0.0 symbol-tree: 3.2.4 @@ -8864,7 +8864,7 @@ snapshots: lru-cache@10.4.3: {} - lru-cache@11.3.2: {} + lru-cache@11.3.5: {} lru-cache@5.1.1: dependencies: diff --git a/src/package.json b/src/package.json index 3a8dfc613..143770396 100644 --- a/src/package.json +++ b/src/package.json @@ -53,7 +53,7 @@ "live-plugin-manager": "^1.1.0", "lodash.clonedeep": "4.5.0", "log4js": "^6.9.1", - "lru-cache": "^11.3.2", + "lru-cache": "^11.3.5", "measured-core": "^2.0.0", "mime-types": "^3.0.2", "oidc-provider": "9.8.0",