Skip to content

Commit

Permalink
upgrading jwks-util to use latest with clearCache bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Ault committed Jul 10, 2019
1 parent 82c2f49 commit 0902d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oada-trusted-jws",
"version": "1.0.2",
"version": "1.0.4",
"description": "Check if a JWS was signed by an OADA trusted party",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"bluebird": "^3.5.5",
"debug": "^4.1.1",
"jsonwebtoken": "^8.5.1",
"jwks-utils": "^1.0.8",
"jwks-utils": "^1.0.10",
"jws": "^3.2.2",
"lodash": "^4.17.11",
"pem-jwk": "^2.0.0",
Expand Down

0 comments on commit 0902d48

Please sign in to comment.