From 477d4c844836f79862ad7fa8ad1b968e41e8aa66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 11:02:08 -0400 Subject: [PATCH] fix(deps): update dependency lru-cache to v11.3.5 (#14171) 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 f667307aa2..9d1f208c73 100644 --- a/install/package.json +++ b/install/package.json @@ -90,7 +90,7 @@ "jsonwebtoken": "9.0.3", "lodash": "4.18.1", "logrotate-stream": "0.2.9", - "lru-cache": "11.3.3", + "lru-cache": "11.3.5", "mime": "3.0.0", "mkdirp": "3.0.1", "mongodb": "7.1.1",