Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dafortune committed Feb 14, 2018
1 parent 7741cef commit c6627af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ internals.implementation = function (server, options) {
try {
keyResult = await getKey(request, token);
} catch (err) {
throw Boom.boomify(err);
throw Boom.boomify(err, { override: false });
}

const { key, extraInfo } = keyResult;
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"node": ">=8.9.x"
},
"dependencies": {
"boom": "2.x.x",
"hoek": "2.x.x",
"joi": "^10.0.1",
"jsonwebtoken": "^5.4.1"
"boom": "^7.1.1",
"hoek": "^5.0.3",
"joi": "^13.1.2",
"jsonwebtoken": "^8.1.1"
},
"devDependencies": {
"code": "5.x.x",
Expand Down

0 comments on commit c6627af

Please sign in to comment.