From fcfe1f5719a8230144738e907bc277506e80b18f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 02:15:28 -0400 Subject: [PATCH] fix(deps): update dependency lru-cache to v10.3.1 (#12678) 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 15838d778e..35e187d09a 100644 --- a/install/package.json +++ b/install/package.json @@ -86,7 +86,7 @@ "jsonwebtoken": "9.0.2", "lodash": "4.17.21", "logrotate-stream": "0.2.9", - "lru-cache": "10.3.0", + "lru-cache": "10.3.1", "mime": "3.0.0", "mkdirp": "3.0.1", "mongodb": "6.8.0",