From d683937a271821f2f5205f3331d3b8b9f83aa231 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 05:24:39 +0000 Subject: [PATCH] build(deps-dev): update rimraf requirement from ^2.6.2 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.6.2...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 07a2fbe..0262556 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "chai": "^4.2.0", "mocha": "^6.0.0", "nyc": "^13.1.0", - "rimraf": "^2.6.2", + "rimraf": "^3.0.0", "tslint": "^5.11.0", "typescript": "^3.2.2" }