From b526d42ed92eab195106bc0fbd612f38feee6d80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 11:49:14 -0500 Subject: [PATCH] fix(deps): update dependency lru-cache to v7.18.1 (#11327) 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 ffb1533118..12c90d6db8 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.17.0", + "lru-cache": "7.18.1", "material-design-lite": "1.3.0", "mime": "3.0.0", "mkdirp": "2.1.3",