From b9240b1664b86a3573b23ccee6bb0c2b35d9ac9b Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 12 Mar 2020 14:17:47 -0700 Subject: [PATCH] chore: bump rimraf to v3.0.2 (#5431) `rimraf` version 3.0.2 doesn't throw any more when used in Jest environment. Fixes #5425 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1decf3e7ec0ef..3b354bfccb92f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "mime-types": "^2.1.25", "progress": "^2.0.1", "proxy-from-env": "^1.0.0", - "rimraf": "^2.6.1", + "rimraf": "^3.0.2", "tar-fs": "^2.0.0", "unbzip2-stream": "^1.3.3", "ws": "^6.1.0"