From affac5692a9307f6d482dd47316b27332c0cf038 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 18:29:07 -0500 Subject: [PATCH] fix(deps): update dependency lru-cache to v7.15.0 (#11305) 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 d9728fd89d..11d23adc31 100644 --- a/install/package.json +++ b/install/package.json @@ -79,7 +79,7 @@ "less": "4.1.3", "lodash": "4.17.21", "logrotate-stream": "0.2.9", - "lru-cache": "7.14.1", + "lru-cache": "7.15.0", "material-design-lite": "1.3.0", "mime": "3.0.0", "mkdirp": "2.1.3",