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
This commit is contained in:
Andrey Lushnikov 2020-03-12 14:17:47 -07:00 committed by GitHub
parent 067662c677
commit b9240b1664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"