From b3bdb9d0d9ba8c5c0dcb0fabe25e0aab3b0249f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 09:38:28 -0400 Subject: [PATCH] fix(deps): update dependency lru-cache to v10 (#11716) 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 e58c18f21e..6074816a87 100644 --- a/install/package.json +++ b/install/package.json @@ -83,7 +83,7 @@ "less": "4.1.3", "lodash": "4.17.21", "logrotate-stream": "0.2.9", - "lru-cache": "9.1.2", + "lru-cache": "10.0.0", "mime": "3.0.0", "mkdirp": "3.0.1", "mongodb": "5.6.0",