Skip to content

Commit 0ca6a4c

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-13378253
1 parent 7bf07c6 commit 0ca6a4c

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

package-lock.json

Lines changed: 17 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"next-auth": "^4.24.9",
9191
"next-safe-action": "^7.9.4",
9292
"next-themes": "^0.3.0",
93-
"nodemailer": "^6.9.14",
93+
"nodemailer": "^7.0.7",
9494
"pg": "^8.12.0",
9595
"postgres": "^3.4.4",
9696
"posthog-js": "^1.180.0",

0 commit comments

Comments
 (0)