diff --git a/packages/email/package.json b/packages/email/package.json index 43019705..7264836d 100644 --- a/packages/email/package.json +++ b/packages/email/package.json @@ -42,12 +42,12 @@ "imapflow": "^1.2.10", "mailparser": "^3.9.3", "node-pop3": "^0.11.0", - "nodemailer": "^7.0.13" + "nodemailer": "^8.0.5" }, "devDependencies": { "@types/mailparser": "^3.4.6", "@types/node": "25.0.10", - "@types/nodemailer": "^7.0.11", + "@types/nodemailer": "^8.0.0", "smtp-server": "^3.18.1", "typescript": "^5.9.3", "vite": "7.3.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 84b958ea..8bac18f3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -415,8 +415,8 @@ importers: specifier: ^0.11.0 version: 0.11.0 nodemailer: - specifier: ^7.0.13 - version: 7.0.13 + specifier: ^8.0.5 + version: 8.0.5 devDependencies: '@types/mailparser': specifier: ^3.4.6 @@ -425,8 +425,8 @@ importers: specifier: 24.10.13 version: 24.10.13 '@types/nodemailer': - specifier: ^7.0.11 - version: 7.0.11 + specifier: ^8.0.0 + version: 8.0.0 smtp-server: specifier: ^3.18.1 version: 3.18.1 @@ -5816,8 +5816,8 @@ packages: '@types/node@24.10.13': resolution: {integrity: sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==} - '@types/nodemailer@7.0.11': - resolution: {integrity: sha512-E+U4RzR2dKrx+u3N4DlsmLaDC6mMZOM/TPROxA0UAPiTgI0y4CEFBmZE+coGWTjakDriRsXG368lNk1u9Q0a2g==} + '@types/nodemailer@8.0.0': + resolution: {integrity: sha512-fyf8jWULsCo0d0BuoQ75i6IeoHs47qcqxWc7yUdUcV0pOZGjUTTOvwdG1PRXUDqN/8A64yQdQdnA2pZgcdi+cA==} '@types/pg-pool@2.0.7': resolution: {integrity: sha512-U4CwmGVQcbEuqpyju8/ptOKg6gEC+Tqsvj2xS9o1g71bUh8twxnC6ZL5rZKCsGN0iyH0CwgUyc9VR5owNQF9Ng==} @@ -9909,6 +9909,10 @@ packages: resolution: {integrity: sha512-5kcldIXmaEjZcHR6F28IKGSgpmZHaF1IXLWFTG+Xh3S+Cce4MiakLtWY+PlBU69fLbRa8HlaGIrC/QolUpHkhg==} engines: {node: '>=6.0.0'} + nodemailer@8.0.5: + resolution: {integrity: sha512-0PF8Yb1yZuQfQbq+5/pZJrtF6WQcjTd5/S4JOHs9PGFxuTqoB/icwuB44pOdURHJbRKX1PPoJZtY7R4VUoCC8w==} + engines: {node: '>=6.0.0'} + normalize-path@3.0.0: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} @@ -19545,7 +19549,7 @@ snapshots: dependencies: undici-types: 7.16.0 - '@types/nodemailer@7.0.11': + '@types/nodemailer@8.0.0': dependencies: '@types/node': 24.10.13 @@ -24472,6 +24476,8 @@ snapshots: nodemailer@8.0.1: {} + nodemailer@8.0.5: {} + normalize-path@3.0.0: {} normalize-url@8.1.1: {}