Skip to content

Commit

Permalink
fix: package.json & package-lock.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-NODEMAILER-6219989
  • Loading branch information
snyk-bot committed Feb 8, 2024
1 parent 2b986fd commit aff6c90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"next": "13.5.6",
"next-auth": "^4.24.5",
"next-connect": "0.13.0",
"nodemailer": "^6.9.1",
"nodemailer": "^6.9.9",
"objects-to-csv": "^1.3.6",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down

0 comments on commit aff6c90

Please sign in to comment.