Skip to content

Commit 8b4144e

Browse files
fix(deps): update dependency nodemailer to v7
1 parent f221421 commit 8b4144e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@yamada-ui/table": "^1.3.14",
1616
"jotai": "^2.12.5",
1717
"next": "15.3.3",
18-
"nodemailer": "^6.10.1",
18+
"nodemailer": "^7.0.0",
1919
"papaparse": "^5.5.3",
2020
"react": "^19.1.0",
2121
"react-dom": "^19.1.0",
@@ -843,7 +843,7 @@
843843

844844
"node-fetch": ["[email protected]", "", { "dependencies": { "whatwg-url": "^5.0.0" }, "peerDependencies": { "encoding": "^0.1.0" }, "optionalPeers": ["encoding"] }, "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A=="],
845845

846-
"nodemailer": ["nodemailer@6.10.1", "", {}, "sha512-Z+iLaBGVaSjbIzQ4pX6XV41HrooLsQ10ZWPUehGmuantvzWoDVBnmsdUcOIDM1t+yPor5pDhVlDESgOMEGxhHA=="],
846+
"nodemailer": ["nodemailer@7.0.3", "", {}, "sha512-Ajq6Sz1x7cIK3pN6KesGTah+1gnwMnx5gKl3piQlQQE/PwyJ4Mbc8is2psWYxK3RJTVeqsDaCv8ZzXLCDHMTZw=="],
847847

848848
"object-assign": ["[email protected]", "", {}, "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg=="],
849849

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@yamada-ui/table": "^1.3.14",
3737
"jotai": "^2.12.5",
3838
"next": "15.3.3",
39-
"nodemailer": "^6.10.1",
39+
"nodemailer": "^7.0.0",
4040
"papaparse": "^5.5.3",
4141
"react": "^19.1.0",
4242
"react-dom": "^19.1.0",

0 commit comments

Comments
 (0)