Skip to content

Commit f10bbd5

Browse files
committed
update dependencies
1 parent 678f3f8 commit f10bbd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"@hapi/boom": "^9.0.0",
53-
"@hapi/joi": "^17.0.0",
53+
"joi": "^17.0.0",
5454
"got": "^11.8.1",
5555
"jsonwebtoken": "^8.5.1",
5656
"jwk-to-pem": "^1.2.6",

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const boom = require('@hapi/boom')
2-
const joi = require('@hapi/joi')
2+
const joi = require('joi')
33
const jwkToPem = require('jwk-to-pem')
44

55
/**

0 commit comments

Comments
 (0)