Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

[Snyk] Security upgrade nodemailer from 0.5.15 to 1.0.0 #530

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346
  • Loading branch information
snyk-bot committed Feb 10, 2022
commit a91747f02c87f7669ab0a063ba9e38b15c10449b
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"mkdirp": "0.3.x",
"moment": "~2.5.1",
"moment-timezone": "0.0.x",
"nodemailer": "0.5.x",
"nodemailer": "1.0.0",
"redis": "0.10.x",
"request": "~2.33.0",
"soap": "~0.3.2",
Expand Down