Skip to content

Commit

Permalink
chore(deps): update dependency rimraf to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 8, 2020
1 parent c7a5ebd commit c5cb228
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -54,7 +54,7 @@
"path-exists": "4.0.0",
"prettier": "1.18.2",
"pretty-format": "24.8.0",
"rimraf": "2.6.3",
"rimraf": "3.0.1",
"strip-ansi": "5.2.0"
},
"husky": {
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Expand Up @@ -11587,6 +11587,13 @@ rimraf@2.6.3:
dependencies:
glob "^7.1.3"

rimraf@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.1.tgz#48d3d4cb46c80d388ab26cd61b1b466ae9ae225a"
integrity sha512-IQ4ikL8SjBiEDZfk+DFVwqRK8md24RWMEJkdSlgNLkyyAImcjf8SWvU1qFMDOb4igBClbTQ/ugPqXcRwdFTxZw==
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"
Expand Down

0 comments on commit c5cb228

Please sign in to comment.