diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-08-19 22:24:31 +0900 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2019-08-19 22:24:31 +0900 |
commit | 173ebefe3742b2cdf0dc3d594a9db405b0cf5b28 (patch) | |
tree | a7d015c9ad596f784d996661048922aec98b44c0 | |
parent | cb62a83a71a9679061f8daa468119124b5da5e76 (diff) |
Bump rimraf from 2.6.3 to 3.0.0 (#11610)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 2.6.3 to 3.0.0. - [Release notes](https://github.com/isaacs/rimraf/releases) - [Commits](https://github.com/isaacs/rimraf/compare/v2.6.3...v3.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json index 43aedb68c..86dfbcf89 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "rellax": "^1.10.0", "requestidlecallback": "^0.3.0", "reselect": "^4.0.0", - "rimraf": "^2.6.3", + "rimraf": "^3.0.0", "sass": "^1.22.9", "sass-loader": "^7.0.3", "stringz": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index f486e3eae..1d9f942fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9084,6 +9084,13 @@ rimraf@2.6.3, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3, rimraf dependencies: glob "^7.1.3" +rimraf@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.0.tgz#614176d4b3010b75e5c390eb0ee96f6dc0cebb9b" + integrity sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg== + dependencies: + glob "^7.1.3" + ripemd160@^2.0.0, ripemd160@^2.0.1: version "2.0.2" resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c" |