Skip to content

Commit

Permalink
Update nodemailer to version 6.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Feb 1, 2024
1 parent 17d6853 commit 816773c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 42 deletions.
46 changes: 8 additions & 38 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"start:production": "blitz start --port $PORT",
"test:watch": "jest --watch"
},
"engines" : {
"npm" : ">=7.0.0",
"node" : ">=14 <15"
"engines": {
"npm": ">=7.0.0",
"node": ">=14 <15"
},
"prisma": {
"schema": "db/schema.prisma"
Expand Down Expand Up @@ -49,7 +49,7 @@
"fs": "0.0.2",
"fs-extra": "9.1.0",
"hbs": "4.1.2",
"nodemailer": "6.6.1",
"nodemailer": "6.9.9",
"prisma": "~2.19",
"react-dom": "0.0.0-experimental-6a589ad71",
"react-error-boundary": "3.1.3",
Expand Down

0 comments on commit 816773c

Please sign in to comment.