Skip to content

Commit ef80639

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

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

bun.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@
1010
"@valibot/i18n": "^1.0.0",
1111
"@vercel/analytics": "^1.5.0",
1212
"@yamada-ui/lucide": "^1.10.5",
13-
"@yamada-ui/markdown": "^1.1.3",
14-
"@yamada-ui/react": "^1.7.6",
15-
"@yamada-ui/table": "^1.3.13",
16-
"jotai": "^2.11.0",
13+
"@yamada-ui/markdown": "^1.1.4",
14+
"@yamada-ui/react": "^1.7.7",
15+
"@yamada-ui/table": "^1.3.14",
16+
"jotai": "^2.12.5",
1717
"next": "15.1.6",
18-
"nodemailer": "^6.10.0",
18+
"nodemailer": "^7.0.0",
1919
"papaparse": "^5.5.3",
2020
"react": "^19.1.0",
2121
"react-dom": "^19.1.0",
22-
"remeda": "^2.20.0",
22+
"remeda": "^2.23.0",
2323
"server-only": "^0.0.1",
2424
"valibot": "^1.1.0",
2525
"valibot-env": "^0.2.1",
2626
},
2727
"devDependencies": {
2828
"@biomejs/biome": "^1.9.4",
29-
"@types/node": "^22.15.29",
29+
"@types/node": "^22.15.31",
3030
"@types/nodemailer": "^6.4.17",
3131
"@types/papaparse": "^5.3.16",
32-
"@types/react": "^19.1.6",
33-
"@types/react-dom": "^19.1.5",
32+
"@types/react": "^19.1.8",
33+
"@types/react-dom": "^19.1.6",
3434
"@yamada-ui/cli": "^1.2.4",
3535
"typescript": "^5.8.3",
3636
},
@@ -839,7 +839,7 @@
839839

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

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

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

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.1.6",
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)