Skip to content

Commit a06f9de

Browse files
authored
Merge pull request #23 from formidablejs/feature/deps
Feature/deps
2 parents 80a3476 + 8df71ee commit a06f9de

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Donald Pakkies
3+
Copyright (c) 2021 - 2025 Donald Pakkies
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formidablejs/mailer",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "Formidablejs mailer",
55
"main": "lib/index.js",
66
"types": "types/index.d.ts",
@@ -18,7 +18,7 @@
1818
"author": "Donald Pakkies <donaldpakkies@gmail.com>",
1919
"license": "MIT",
2020
"dependencies": {
21-
"nodemailer": "^6.9.12"
21+
"nodemailer": "^7.0.9"
2222
},
2323
"devDependencies": {
2424
"@types/jest": "^28.1.6",

0 commit comments

Comments
 (0)