Skip to content

Commit

Permalink
Mitigate jsonwebtoken vulnerability in samples (#5685)
Browse files Browse the repository at this point in the history
* Update @azure/identity in samples to mitigate jsonwebtoken vulnerability

* Update OBO sample dependencies to mitigate jsonwebtokenvulnerability
  • Loading branch information
hectormmg authored Feb 14, 2023
1 parent 09f65ee commit 81d34b4
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 154 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@azure/msal-node": "file:../../../../lib/msal-node",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^1.8.1",
"uuid": "^8.3.1"
}
Expand Down
Loading

0 comments on commit 81d34b4

Please sign in to comment.