Skip to content

Commit

Permalink
Upped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sdevalk committed Dec 1, 2018
1 parent a63aca8 commit 4771972
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "request-retry",
"version": "1.0.0",
"version": "1.0.1",
"description": "request-retry",
"engines": {
"node": ">=8.9.0"
Expand All @@ -15,17 +15,17 @@
"test-cov-html": "lab -a code -r html -o coverage.html"
},
"dependencies": {
"hoek": "5.0.4",
"joi": "13.6.0",
"hoek": "6.1.2",
"joi": "14.3.0",
"p-retry": "2.0.0"
},
"devDependencies": {
"axios": "0.18.0",
"boom": "7.2.0",
"code": "5.2.0",
"lab": "16.0.0",
"boom": "7.3.0",
"code": "5.2.4",
"lab": "18.0.0",
"request": "2.88.0",
"request-promise-native": "1.0.5",
"wreck": "14.1.0"
"wreck": "14.1.3"
}
}

0 comments on commit 4771972

Please sign in to comment.