Skip to content

Commit

Permalink
fix(jwks): update jsrsasign dependency to 10.2.0
Browse files Browse the repository at this point in the history
Solves security vulnerability in angular-oauth2-oidc-jwks.

Closes #1061.
  • Loading branch information
coyoteecd authored and manfredsteyer committed Jul 16, 2021
1 parent 2eea009 commit a05bd8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/angular-oauth2-oidc-jwks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "angular-oauth2-oidc-jwks",
"version": "10.0.0",
"dependencies": {
"jsrsasign": "^8.0.12"
, "tslib": "^2.0.0"
}
"jsrsasign": "^10.2.0",
"tslib": "^2.0.0"
}
}

0 comments on commit a05bd8a

Please sign in to comment.