From 002c156559df88a344a9c4949a9f480a28bafebc Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 18:35:37 +0000 Subject: [PATCH] chore(package): update rimraf to version 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 340ab824..ea28322c 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@redux-saga/is": "^1.0.1", "@redux-saga/testing-utils": "^1.0.1", "@redux-saga/symbols": "^1.0.1", - "rimraf": "^2.5.4" + "rimraf": "^3.0.0" }, "dependencies": { "core-js": "^2.4.1",