Skip to content

Commit

Permalink
Update dependency rimraf to v2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 5, 2019
1 parent 20d3373 commit df745f6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/redux-saga-requests-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"jest": "23.6.0",
"nodemon": "1.18.9",
"npm-run-all": "4.1.5",
"rimraf": "2.6.2",
"rimraf": "2.6.3",
"typescript": "3.2.2",
"webpack": "4.28.3",
"webpack-cli": "3.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-saga-requests-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"jest": "23.6.0",
"nodemon": "1.18.9",
"npm-run-all": "4.1.5",
"rimraf": "2.6.2",
"rimraf": "2.6.3",
"typescript": "3.2.2",
"webpack": "4.28.3",
"webpack-cli": "3.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-saga-requests-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"jest": "23.6.0",
"nodemon": "1.18.9",
"npm-run-all": "4.1.5",
"rimraf": "2.6.2",
"rimraf": "2.6.3",
"typescript": "3.2.2",
"webpack": "4.28.3",
"webpack-cli": "3.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-saga-requests-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"jest": "23.6.0",
"nodemon": "1.18.9",
"npm-run-all": "4.1.5",
"rimraf": "2.6.2",
"rimraf": "2.6.3",
"typescript": "3.2.2",
"webpack": "4.28.3",
"webpack-cli": "3.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-saga-requests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"redux-mock-store": "1.5.3",
"redux-saga": "0.16.2",
"redux-saga-test-plan": "3.7.0",
"rimraf": "2.6.2",
"rimraf": "2.6.3",
"typescript": "3.2.2",
"webpack": "4.28.3",
"webpack-cli": "3.1.2"
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8177,13 +8177,20 @@ right-align@^0.1.1:
dependencies:
align-text "^0.1.1"

rimraf@2, rimraf@2.6.2, rimraf@^2.2.8, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2:
rimraf@2, rimraf@^2.2.8, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36"
integrity sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==
dependencies:
glob "^7.0.5"

rimraf@2.6.3:
version "2.6.3"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
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"
Expand Down

0 comments on commit df745f6

Please sign in to comment.