Skip to content

Commit

Permalink
fix(deps): Bumped nodemailer
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Feb 2, 2024
1 parent 31b38c1 commit 0410b96
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 69 deletions.
144 changes: 78 additions & 66 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build-source": "rm -rf node_modules package-lock.json && npm install && npm run licenses && rm -rf node_modules package-lock.json && npm install --production && rm -rf package-lock.json",
"build-dist": "npx pkg --compress Brotli package.json && rm -rf package-lock.json && npm install",
"build-dist-fast": "npx pkg --debug package.json && rm -rf package-lock.json && npm install",
"licenses": "license-report --only=prod --output=table --config license-report-config.json > licenses.txt"
"licenses": "license-report --only=prod --output=table --config license-report-config.json > licenses.txt",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
},
"keywords": [],
"author": "Postal Systems OÜ",
Expand All @@ -26,11 +27,11 @@
},
"dependencies": {
"ipaddr.js": "2.1.0",
"nodemailer": "6.9.5"
"nodemailer": "6.9.9"
},
"devDependencies": {
"pkg": "5.8.1",
"license-report": "6.4.0"
"license-report": "6.5.0"
},
"pkg": {
"assets": [
Expand Down

0 comments on commit 0410b96

Please sign in to comment.