Skip to content

Commit

Permalink
fix: examples/login/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 2a15a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"body-parser": "^1.10.1",
"cookie-parser": "^1.3.3",
"ejs": "^2.1.4",
"ejs": "^3.1.10",
"express": "^4.11.0",
"express-session": "^1.10.1",
"method-override": "^2.3.1",
Expand Down

0 comments on commit 2a15a17

Please sign in to comment.