From 900ff431e19681340d383acb837fa915050dd400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 03:12:18 +0000 Subject: [PATCH] deps(deps): bump lru-cache from 11.1.0 to 11.3.6 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 11.1.0 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.1.0...v11.3.6) --- updated-dependencies: - dependency-name: lru-cache dependency-version: 11.3.6 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..c9314a3 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.3.6" }, "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.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/packages/core/package.json b/packages/core/package.json index 8cedf01..4312c0c 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.3.6" }, "devDependencies": { "@types/jest": "^29.5.0",