Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-EJS-6689533
  • Loading branch information
snyk-bot committed Apr 29, 2024
1 parent 520b9fc commit d53c5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"main": "./lib/passport-wsfed-saml2",
"dependencies": {
"@auth0/xmldom": "0.1.22",
"ejs": "2.5.5",
"ejs": "3.1.10",
"jsonwebtoken": "~9.0.0",
"node-forge": "^0.10.0",
"passport-strategy": "^1.0.0",
Expand Down

0 comments on commit d53c5d7

Please sign in to comment.