Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
fix[jwt-verifier]: Pin jws-rsa to 1.4.0 (#450)
Browse files Browse the repository at this point in the history
This library is failing to install it's correct dependencies due to auth0/node-jwks-rsa#90

Pinning to 1.4.0 per recommendation here auth0/node-jwks-rsa#90 (comment)
  • Loading branch information
robertjd authored May 17, 2019
1 parent 852cdc7 commit 5971040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jwt-verifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"license": "Apache-2.0",
"dependencies": {
"@okta/configuration-validation": "^0.1.1",
"jwks-rsa": "^1.2.0",
"jwks-rsa": "1.4.0",
"njwt": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 5971040

Please sign in to comment.