From 52c3ad677872d4e03aec32ea187e561243e9aee3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 11:34:54 +0000 Subject: [PATCH] build(deps-dev): bump rimraf from 2.7.1 to 3.0.1 Bumps [rimraf](https://github.com/isaacs/rimraf) from 2.7.1 to 3.0.1. - [Release notes](https://github.com/isaacs/rimraf/releases) - [Changelog](https://github.com/isaacs/rimraf/blob/master/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v2.7.1...v3.0.1) 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 31f65c2..3d0f2d1 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "nyc": "^14.0.0", "path": "^0.12.7", "prettier": "^1.12.1", - "rimraf": "^2.6.2", + "rimraf": "^3.0.1", "rxjs": "^6.2.0", "semantic-release": "^15.1.8", "typescript": "~2.9.2"