From 6b1d4a365ee95be85627c841d8a99ce97698efea Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 2 Jan 2019 21:11:27 +0000 Subject: [PATCH] fix: pin rimraf to 2.6.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4050c3..3f07570 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "lint-staged": "^7.1.2", "nyc": "^12.0.1", "release-it": "^7.4.7", - "rimraf": "^2.6.2", + "rimraf": "2.6.2", "sinon": "^6.1.0", "webpack": "^4.16.1", "webpack-cli": "^3.0.8",