From 0d7237ea4b97d206a8d5ffe688a01b1a5d5e8331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 05:24:31 +0000 Subject: [PATCH] deps(deps): bump lru-cache from 11.1.0 to 11.5.1 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 11.1.0 to 11.5.1. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v11.1.0...v11.5.1) --- updated-dependencies: - dependency-name: lru-cache dependency-version: 11.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- packages/core/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 241d9dc..2776a54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5662,7 +5662,7 @@ "dependencies": { "@liquescent/log-correlator-query-parser": "file:../query-parser", "eventemitter3": "^5.0.1", - "lru-cache": "^11.1.0" + "lru-cache": "^11.5.1" }, "devDependencies": { "@types/jest": "^29.5.0", @@ -5673,10 +5673,10 @@ } }, "packages/core/node_modules/lru-cache": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz", - "integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==", - "license": "ISC", + "version": "11.5.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.1.tgz", + "integrity": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==", + "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" } diff --git a/packages/core/package.json b/packages/core/package.json index 8cedf01..8f6eef9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -23,7 +23,7 @@ "dependencies": { "@liquescent/log-correlator-query-parser": "file:../query-parser", "eventemitter3": "^5.0.1", - "lru-cache": "^11.1.0" + "lru-cache": "^11.5.1" }, "devDependencies": { "@types/jest": "^29.5.0",