Browse Source

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>
pull/4/head
dependabot-preview[bot] 4 years ago
committed by Yamagishi Kazutoshi
parent
commit
173ebefe37
2 changed files with 8 additions and 1 deletions
  1. +1
    -1
      package.json
  2. +7
    -0
      yarn.lock

+ 1
- 1
package.json View File

@ -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",

+ 7
- 0
yarn.lock View File

@ -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"

Loading…
Cancel
Save