From 731933a66bd50c4a137120b887c11e2e205284cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 14:35:46 -0500 Subject: [PATCH] fix(deps): update dependency lru-cache to v11.2.4 (#13798) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index a410094222..bd87c49e59 100644 --- a/install/package.json +++ b/install/package.json @@ -88,7 +88,7 @@ "jsonwebtoken": "9.0.2", "lodash": "4.17.21", "logrotate-stream": "0.2.9", - "lru-cache": "11.2.2", + "lru-cache": "11.2.4", "mime": "3.0.0", "mkdirp": "3.0.1", "mongodb": "7.0.0",