From 2bebe054fd1429d2aec2280f28f0ebeb9481897c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 00:09:31 +0000 Subject: [PATCH] build(deps-dev): bump rimraf from 2.7.1 to 3.0.2 Bumps [rimraf](https://github.com/isaacs/rimraf) from 2.7.1 to 3.0.2. - [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.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1ead2fcd..a02bf1bb1 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "fs-extra": "^0.30.0", "mocha": "^8.1.3", "nyc": "^15.1.0", - "rimraf": "^2.5.2", + "rimraf": "^3.0.2", "unique-temp-dir": "^1.0.0" } }