From 1d478b0cb8c6c6d2f4bd1a2ff2cace00c1c2f258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 01:46:57 +0000 Subject: [PATCH] chore(deps): bump lru-cache from 11.2.6 to 11.5.1 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 11.2.6 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.2.6...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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 632c8ed..bc4b3fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "inquirer": "^13.0.1", "joi": "^18.0.1", "jsonwebtoken": "^9.0.2", - "lru-cache": "^11.2.2", + "lru-cache": "^11.5.1", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1" } @@ -1531,9 +1531,9 @@ "license": "MIT" }, "node_modules/lru-cache": { - "version": "11.2.6", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz", - "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==", + "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/package.json b/package.json index f58d598..0218d94 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "inquirer": "^13.0.1", "joi": "^18.0.1", "jsonwebtoken": "^9.0.2", - "lru-cache": "^11.2.2", + "lru-cache": "^11.5.1", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1" }