From fd385647a21f6a66738b4637436806e16b664212 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 21:14:23 -0400 Subject: [PATCH] fix(deps): update dependency lru-cache to v10.0.1 (#11899) 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 5e6f6c1478..a315f057dd 100644 --- a/install/package.json +++ b/install/package.json @@ -83,7 +83,7 @@ "jsonwebtoken": "9.0.1", "lodash": "4.17.21", "logrotate-stream": "0.2.9", - "lru-cache": "10.0.0", + "lru-cache": "10.0.1", "mime": "3.0.0", "mkdirp": "3.0.1", "mongodb": "5.7.0",