From 726ba71c5721e25011df9e9e642914d8111efb14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 10:56:53 -0500 Subject: [PATCH] fix(deps): update dependency rimraf to v3.0.1 (#8138) Co-authored-by: WhiteSource Renovate --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 610c07d513..d844023142 100644 --- a/install/package.json +++ b/install/package.json @@ -104,7 +104,7 @@ "prompt": "^1.0.0", "redis": "2.8.0", "request": "2.88.0", - "rimraf": "3.0.0", + "rimraf": "3.0.1", "rss": "^1.2.2", "sanitize-html": "^1.16.3", "semver": "^7.0.0",