Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
felixheck committed Jan 20, 2021
1 parent 678f3f8 commit f10bbd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@hapi/boom": "^9.0.0",
"@hapi/joi": "^17.0.0",
"joi": "^17.0.0",
"got": "^11.8.1",
"jsonwebtoken": "^8.5.1",
"jwk-to-pem": "^1.2.6",
Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const boom = require('@hapi/boom')
const joi = require('@hapi/joi')
const joi = require('joi')
const jwkToPem = require('jwk-to-pem')

/**
Expand Down

0 comments on commit f10bbd5

Please sign in to comment.