From 466535b3799e402d3b45645be7322a4cf269cbce Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 10:47:10 +0000 Subject: [PATCH] Bump rimraf from 2.7.1 to 3.0.0 Bumps [rimraf](https://github.com/isaacs/rimraf) from 2.7.1 to 3.0.0. - [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.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 610ae2a..f281416 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint-plugin-react": "^7.12.4", "i18next-parser": "1.0.0-beta34", "jest": "^24.1.0", - "rimraf": "^2.6.3", + "rimraf": "^3.0.0", "webpack": "^4.29.6", "webpack-cli": "^3.2.3", "webpack-node-externals": "^1.7.2"