From b40f5c7b4f421cad19d47e82ace5e9efc587ad1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 09:47:53 -0500 Subject: [PATCH] fix(deps): update dependency rimraf to v6.1.3 (#13994) 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 660609bef1..184deb7def 100644 --- a/install/package.json +++ b/install/package.json @@ -126,7 +126,7 @@ "prompt": "1.3.0", "qs": "6.15.0", "redis": "5.10.0", - "rimraf": "6.1.2", + "rimraf": "6.1.3", "rss": "1.2.2", "rtlcss": "4.3.0", "sanitize-html": "2.17.0",