Skip to content

Commit a05bd8a

Browse files
coyoteecdmanfredsteyer
authored andcommitted
fix(jwks): update jsrsasign dependency to 10.2.0
Solves security vulnerability in angular-oauth2-oidc-jwks. Closes #1061.
1 parent 2eea009 commit a05bd8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/angular-oauth2-oidc-jwks/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-oauth2-oidc-jwks",
33
"version": "10.0.0",
44
"dependencies": {
5-
"jsrsasign": "^8.0.12"
6-
, "tslib": "^2.0.0"
7-
}
5+
"jsrsasign": "^10.2.0",
6+
"tslib": "^2.0.0"
7+
}
88
}

0 commit comments

Comments
 (0)