From c71e85173bacbab0ebf59b6c50f1afe8b3f29b29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 12:27:16 +0100 Subject: [PATCH] chore(deps): update dependency @types/nodemailer to ^7.0.4 (#3061) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/typescript/smtp-client-pool/package.json | 2 +- examples/typescript/smtp-client-pool/pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/typescript/smtp-client-pool/package.json b/examples/typescript/smtp-client-pool/package.json index eff1c36da..6d32585c1 100644 --- a/examples/typescript/smtp-client-pool/package.json +++ b/examples/typescript/smtp-client-pool/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@types/node": "^24.10.1", - "@types/nodemailer": "^7.0.3", + "@types/nodemailer": "^7.0.4", "typescript": "^5.9.3" } } diff --git a/examples/typescript/smtp-client-pool/pnpm-lock.yaml b/examples/typescript/smtp-client-pool/pnpm-lock.yaml index 714e51f4b..449fe7f42 100644 --- a/examples/typescript/smtp-client-pool/pnpm-lock.yaml +++ b/examples/typescript/smtp-client-pool/pnpm-lock.yaml @@ -19,8 +19,8 @@ importers: specifier: ^24.10.1 version: 24.10.1 '@types/nodemailer': - specifier: ^7.0.3 - version: 7.0.3 + specifier: ^7.0.4 + version: 7.0.4 typescript: specifier: ^5.9.3 version: 5.9.3 @@ -327,8 +327,8 @@ packages: '@types/node@24.10.1': resolution: {integrity: sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==} - '@types/nodemailer@7.0.3': - resolution: {integrity: sha512-fC8w49YQ868IuPWRXqPfLf+MuTRex5Z1qxMoG8rr70riqqbOp2F5xgOKE9fODEBPzpnvjkJXFgK6IL2xgMSTnA==} + '@types/nodemailer@7.0.4': + resolution: {integrity: sha512-ee8fxWqOchH+Hv6MDDNNy028kwvVnLplrStm4Zf/3uHWw5zzo8FoYYeffpJtGs2wWysEumMH0ZIdMGMY1eMAow==} bowser@2.12.1: resolution: {integrity: sha512-z4rE2Gxh7tvshQ4hluIT7XcFrgLIQaw9X3A+kTTRdovCz5PMukm/0QC/BKSYPj3omF5Qfypn9O/c5kgpmvYUCw==} @@ -1023,7 +1023,7 @@ snapshots: dependencies: undici-types: 7.16.0 - '@types/nodemailer@7.0.3': + '@types/nodemailer@7.0.4': dependencies: '@aws-sdk/client-sesv2': 3.932.0 '@types/node': 24.10.1 -- 2.43.0