From 8ef024a2ff79cfcfd452318bb4b016d1a188fdc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 05:16:59 +0000 Subject: [PATCH] chore(deps): bump lru-cache from 11.5.0 to 11.5.2 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 11.5.0 to 11.5.2. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v11.5.0...v11.5.2) --- updated-dependencies: - dependency-name: lru-cache dependency-version: 11.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++------------- package.json | 2 +- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58f0af0..e3a43e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "helmet": "^8.2.0", "joi": "^17.12.0", "jsonwebtoken": "^9.0.2", - "lru-cache": "^11.5.0", + "lru-cache": "^11.5.2", "prompts": "^2.4.2", "swagger-jsdoc": "^6.3.0", "swagger-ui-express": "^5.0.1" @@ -1384,9 +1384,9 @@ "license": "MIT" }, "node_modules/lru-cache": { - "version": "11.5.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.0.tgz", - "integrity": "sha512-5YgH9UJd7wVb9hIouI2adWpgqrrICkt070Dnj8EUY1+B4B2P9eRLPAkAAo6NICA7CEhOIeBHl46u9zSNpNu7zA==", + "version": "11.5.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz", + "integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==", "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" @@ -1662,15 +1662,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/path-scurry/node_modules/lru-cache": { - "version": "11.5.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.0.tgz", - "integrity": "sha512-5YgH9UJd7wVb9hIouI2adWpgqrrICkt070Dnj8EUY1+B4B2P9eRLPAkAAo6NICA7CEhOIeBHl46u9zSNpNu7zA==", - "license": "BlueOak-1.0.0", - "engines": { - "node": "20 || >=22" - } - }, "node_modules/path-to-regexp": { "version": "0.1.13", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz", diff --git a/package.json b/package.json index b1104d2..f700737 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "helmet": "^8.2.0", "joi": "^17.12.0", "jsonwebtoken": "^9.0.2", - "lru-cache": "^11.5.0", + "lru-cache": "^11.5.2", "prompts": "^2.4.2", "swagger-jsdoc": "^6.3.0", "swagger-ui-express": "^5.0.1"