From 5ab8f87741e3717a7391205f4141ba01a22bedc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 09:07:38 -0500 Subject: [PATCH] fix(deps): update dependency rimraf to v6.1.2 (#13784) 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 a7fd7a8f86..1cb3570c41 100644 --- a/install/package.json +++ b/install/package.json @@ -125,7 +125,7 @@ "progress-webpack-plugin": "1.0.16", "prompt": "1.3.0", "redis": "5.9.0", - "rimraf": "6.1.0", + "rimraf": "6.1.2", "rss": "1.2.2", "rtlcss": "4.3.0", "sanitize-html": "2.17.0",