From 0545614322479c1af615c50587a5f8cb786cef43 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 04:41:09 +0000 Subject: [PATCH] Update rimraf requirement from ^2.5.4 to ^3.0.0 Updates the requirements on [rimraf](https://github.com/isaacs/rimraf) to permit the latest version. - [Release notes](https://github.com/isaacs/rimraf/releases) - [Commits](https://github.com/isaacs/rimraf/compare/v2.5.4...v3.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dadc622..788759b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "babel-preset-es2015": "^6.14.0", "eslint": "^3.5.0", "mocha": "^3.0.2", - "rimraf": "^2.5.4", + "rimraf": "^3.0.0", "webpack": "^1.13.2" } }