From 48bd55191117ebdf2e996e0a98e6ec94ddee38e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 02:14:55 -0400 Subject: [PATCH] fix(deps): update dependency rimraf to v5.0.8 (#12680) 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 32bfc40d05..bbad575d50 100644 --- a/install/package.json +++ b/install/package.json @@ -121,7 +121,7 @@ "progress-webpack-plugin": "1.0.16", "prompt": "1.3.0", "ioredis": "5.4.1", - "rimraf": "5.0.7", + "rimraf": "5.0.8", "rss": "1.2.2", "rtlcss": "4.1.1", "sanitize-html": "2.13.0",