From 6a4ffe02159d133e260fc99036db65aa63ad4d59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 22:33:25 -0400 Subject: [PATCH] fix(deps): update dependency rimraf to v6 (#12686) 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 3e4f0c8b1f..44d45bb9ad 100644 --- a/install/package.json +++ b/install/package.json @@ -124,7 +124,7 @@ "progress-webpack-plugin": "1.0.16", "prompt": "1.3.0", "ioredis": "5.6.1", - "rimraf": "5.0.10", + "rimraf": "6.0.1", "rss": "1.2.2", "rtlcss": "4.3.0", "sanitize-html": "2.16.0",