Skip to content

Commit 014fb82

Browse files
fix(deps): update dependency nodemailer to v7
1 parent d6aca92 commit 014fb82

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
@@ -13,7 +13,7 @@
1313
"@yamada-ui/table": "^1.3.13",
1414
"jotai": "^2.11.0",
1515
"next": "15.1.6",
16-
"nodemailer": "^6.10.0",
16+
"nodemailer": "^7.0.0",
1717
"papaparse": "^5.5.3",
1818
"react": "^19.1.0",
1919
"react-dom": "^19.1.0",
@@ -833,7 +833,7 @@
833833

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

836-
"nodemailer": ["nodemailer@6.10.0", "", {}, "sha512-SQ3wZCExjeSatLE/HBaXS5vqUOQk6GtBdIIKxiFdmm01mOQZX/POJkO3SUX1wDiYcwUOJwT23scFSC9fY2H8IA=="],
836+
"nodemailer": ["nodemailer@7.0.3", "", {}, "sha512-Ajq6Sz1x7cIK3pN6KesGTah+1gnwMnx5gKl3piQlQQE/PwyJ4Mbc8is2psWYxK3RJTVeqsDaCv8ZzXLCDHMTZw=="],
837837

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@yamada-ui/table": "^1.3.13",
3535
"jotai": "^2.11.0",
3636
"next": "15.1.6",
37-
"nodemailer": "^6.10.0",
37+
"nodemailer": "^7.0.0",
3838
"papaparse": "^5.5.3",
3939
"react": "^19.1.0",
4040
"react-dom": "^19.1.0",

0 commit comments

Comments
 (0)