From d4f23e865fcddf033886bdb4846194b880fb6cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:45:48 +0000 Subject: [PATCH] fix(deps): bump lru-cache from 11.2.4 to 11.2.5 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 11.2.4 to 11.2.5. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v11.2.4...v11.2.5) --- updated-dependencies: - dependency-name: lru-cache dependency-version: 11.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 264bdb0..758e6a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "json-logic-js": "^2.0.2", "just-has": "^2.3.0", "just-unique": "^4.2.0", - "lru-cache": "^11.2.4" + "lru-cache": "^11.2.5" }, "devDependencies": { "@eslint/js": "^9.39.2", @@ -2707,9 +2707,9 @@ "dev": true }, "node_modules/lru-cache": { - "version": "11.2.4", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz", - "integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==", + "version": "11.2.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.5.tgz", + "integrity": "sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==", "engines": { "node": "20 || >=22" } @@ -5375,9 +5375,9 @@ "dev": true }, "lru-cache": { - "version": "11.2.4", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz", - "integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==" + "version": "11.2.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.5.tgz", + "integrity": "sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==" }, "magic-string": { "version": "0.30.17", diff --git a/package.json b/package.json index 972a5d1..b9a6a44 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "json-logic-js": "^2.0.2", "just-has": "^2.3.0", "just-unique": "^4.2.0", - "lru-cache": "^11.2.4" + "lru-cache": "^11.2.5" }, "devDependencies": { "@eslint/js": "^9.39.2",