0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Update dependency @tryghost/nodemailer to v0.3.14

This commit is contained in:
Renovate Bot 2022-03-09 13:03:38 +00:00 committed by Daniel Lockyer
parent 9231a4c6f6
commit 1825f408a5
2 changed files with 6 additions and 6 deletions

View file

@ -93,7 +93,7 @@
"@tryghost/minifier": "0.1.11",
"@tryghost/mw-error-handler": "0.1.3",
"@tryghost/mw-session-from-token": "0.1.28",
"@tryghost/nodemailer": "0.3.13",
"@tryghost/nodemailer": "0.3.14",
"@tryghost/nql": "0.9.0",
"@tryghost/package-json": "1.0.16",
"@tryghost/promise": "0.1.15",

View file

@ -2326,14 +2326,14 @@
resolved "https://registry.yarnpkg.com/@tryghost/mw-session-from-token/-/mw-session-from-token-0.1.28.tgz#6cddffa53e07a19c13cfc5a72071e59f42e65719"
integrity sha512-1BXi+twPQVBbfm4NMRa9Ms5mHHZg0P8Z4oq1s0tnkJ+iNIWol2fkuJ5m6Mi6qXiWD0lPqpOL/as/aBGJsyoe7A==
"@tryghost/nodemailer@0.3.13":
version "0.3.13"
resolved "https://registry.yarnpkg.com/@tryghost/nodemailer/-/nodemailer-0.3.13.tgz#d11e713bdf0bd267bb6e4d810b8a8406145fcfb5"
integrity sha512-RYk1TLX5dN8i6NbJmEhmR51gwYJWz7Jb3KVJZPwoTHFIpC87kiRtfBC3IkfyxgbVUVrDlittMRvNUR1yJj3aoQ==
"@tryghost/nodemailer@0.3.14":
version "0.3.14"
resolved "https://registry.yarnpkg.com/@tryghost/nodemailer/-/nodemailer-0.3.14.tgz#17323efb9ff54ac191c5cce862e03e13e9c6fa12"
integrity sha512-lAAqfJHsxjyYEdjigjWrWmbmilLr3pa24Gut7DhZD4vqqIO+ZoaWHYx3vn4CpWtg3UKBvmR00bSoMjE+6UUR2g==
dependencies:
"@aws-sdk/client-ses" "^3.31.0"
"@aws-sdk/credential-provider-node" "^3.31.0"
"@tryghost/errors" "^1.2.3"
"@tryghost/errors" "^1.2.4"
nodemailer "^6.6.3"
nodemailer-direct-transport "^3.3.2"
nodemailer-stub-transport "^1.1.0"