We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678f3f8 commit f10bbd5Copy full SHA for f10bbd5
package.json
@@ -50,7 +50,7 @@
50
},
51
"dependencies": {
52
"@hapi/boom": "^9.0.0",
53
- "@hapi/joi": "^17.0.0",
+ "joi": "^17.0.0",
54
"got": "^11.8.1",
55
"jsonwebtoken": "^8.5.1",
56
"jwk-to-pem": "^1.2.6",
src/utils.js
@@ -1,5 +1,5 @@
1
const boom = require('@hapi/boom')
2
-const joi = require('@hapi/joi')
+const joi = require('joi')
3
const jwkToPem = require('jwk-to-pem')
4
5
/**
0 commit comments