From d1ccfac159af711042d312c9d73bd0a951f58f79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 13:47:11 -0400 Subject: [PATCH] fix(deps): update dependency rimraf to v5.0.1 (#11610) 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 6cacb74fd3..3c6d525fae 100644 --- a/install/package.json +++ b/install/package.json @@ -119,7 +119,7 @@ "ioredis": "5.3.2", "request": "2.88.2", "request-promise-native": "1.0.9", - "rimraf": "5.0.0", + "rimraf": "5.0.1", "rss": "1.2.2", "rtlcss": "4.1.0", "sanitize-html": "2.10.0",