node_modules: upgrade

This commit is contained in:
Dawid Dziurla
2025-06-13 19:44:16 +02:00
parent 7d23b91650
commit 21abe22bd8
320 changed files with 34046 additions and 3537 deletions

11
node_modules/nodemailer/.ncurc.js generated vendored Normal file
View File

@ -0,0 +1,11 @@
module.exports = {
upgrade: true,
reject: [
// API changes break existing tests
'proxy',
// API changes
'eslint',
'eslint-config-prettier'
]
};