From 335bc685bcaf690951b76b945f82a8a68b6a5ba6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:07:16 -0400 Subject: [PATCH] fix(deps): update dependency rimraf to v5.0.9 (#12684) 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 35e187d09a..37c5d96829 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.8", + "rimraf": "5.0.9", "rss": "1.2.2", "rtlcss": "4.1.1", "sanitize-html": "2.13.0",