Skip to content

Commit

Permalink
fix: upgrade jsonwebtoken to fix vulnerabilities (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
formulahendry authored Aug 3, 2023
1 parent bb234ea commit 637f425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graph-connector-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"botbuilder-dialogs": "^4.18.0",
"csv-parse": "^5.3.0",
"isomorphic-fetch": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.1",
"jwks-rsa": "^2.1.4",
"restify": "^10.0.0",
"uuid": "^8.3.2"
Expand All @@ -45,4 +45,4 @@
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
}
}
}

0 comments on commit 637f425

Please sign in to comment.