From c1a4735eca9584ff799eee5e6cb8fc23a26cf5b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Dec 2022 08:01:21 +0000 Subject: [PATCH] chore(deps): update dependency @types/nodemailer to v6.4.7 (#825) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- auth/package-lock.json | 6 +++--- auth/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/auth/package-lock.json b/auth/package-lock.json index e774b0a74..170da3492 100644 --- a/auth/package-lock.json +++ b/auth/package-lock.json @@ -980,9 +980,9 @@ "integrity": "sha512-2ATO8pfhG1kDvw4Lc4C0GXIMSQFFJBCo/R1fSgTwmUlq5oy95LXyjDQinsRVgQY6gp6ghh3H91wk9ES5/5C+Tw==" }, "@types/nodemailer": { - "version": "6.4.6", - "resolved": "https://registry.npmjs.org/@types/nodemailer/-/nodemailer-6.4.6.tgz", - "integrity": "sha512-pD6fL5GQtUKvD2WnPmg5bC2e8kWCAPDwMPmHe/ohQbW+Dy0EcHgZ2oCSuPlWNqk74LS5BVMig1SymQbFMPPK3w==", + "version": "6.4.7", + "resolved": "https://registry.npmjs.org/@types/nodemailer/-/nodemailer-6.4.7.tgz", + "integrity": "sha512-f5qCBGAn/f0qtRcd4SEn88c8Fp3Swct1731X4ryPKqS61/A3LmmzN8zaEz7hneJvpjFbUUgY7lru/B/7ODTazg==", "dev": true, "requires": { "@types/node": "*" diff --git a/auth/package.json b/auth/package.json index 833c44535..0a5860246 100644 --- a/auth/package.json +++ b/auth/package.json @@ -41,7 +41,7 @@ "@types/express": "4.17.15", "@types/mongoose": "5.11.96", "@types/node": "14.18.35", - "@types/nodemailer": "6.4.6", + "@types/nodemailer": "6.4.7", "@types/supertest": "2.0.12", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0",