From 49abf4e7ebd8a45d5231b71e28ed01c302f35d6a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com>
Date: Sun, 20 Jan 2019 18:09:44 +0900
Subject: [PATCH] Update rimraf requirement from 2.6.2 to 2.6.3 (#3923)

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/commits/v2.6.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index d81a39bea..47e8c01e6 100644
--- a/package.json
+++ b/package.json
@@ -193,7 +193,7 @@
 		"request": "2.88.0",
 		"request-promise-native": "1.0.5",
 		"request-stats": "3.0.0",
-		"rimraf": "2.6.2",
+		"rimraf": "2.6.3",
 		"rndstr": "1.0.0",
 		"s-age": "1.1.2",
 		"seedrandom": "2.4.4",