From 6d8833a83feec3bbab4bc79f7610a638cf80499c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2020 09:46:52 +0100 Subject: [PATCH] build(deps): bump rimraf from 3.0.0 to 3.0.1 (#11819) Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.0 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/v3.0.0...v3.0.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2a6fd86b0..af3d7a8d91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11415,9 +11415,9 @@ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" }, "rimraf": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.0.tgz", - "integrity": "sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.1.tgz", + "integrity": "sha512-IQ4ikL8SjBiEDZfk+DFVwqRK8md24RWMEJkdSlgNLkyyAImcjf8SWvU1qFMDOb4igBClbTQ/ugPqXcRwdFTxZw==", "requires": { "glob": "^7.1.3" } diff --git a/package.json b/package.json index dd844ead3c..d9b74dfc3f 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "ps-tree": "^1.0.0", "regenerator-runtime": "^0.13.3", "remove-markdown": "^0.3.0", - "rimraf": "^3.0.0", + "rimraf": "^3.0.1", "short-uuid": "^3.0.0", "stripe": "^7.15.0", "superagent": "^5.2.1",