Skip to content

Commit

Permalink
fix: nodemailer audit
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphclue committed Feb 2, 2024
1 parent 026d109 commit f98c5a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
"pnpm": {
"overrides": {
"axios@>=0.8.1 <1.6.0": ">=1.6.0",
"vite@>=4.0.0 <=4.5.1": ">=4.5.2"
"vite@>=4.0.0 <=4.5.1": ">=4.5.2",
"nodemailer@<=6.9.8": ">=6.9.9"
}
}
}
17 changes: 9 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit f98c5a7

Please sign in to comment.