mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency @tryghost/nodemailer to v0.3.12
This commit is contained in:
parent
0a84bae1b8
commit
72fe844396
2 changed files with 6 additions and 6 deletions
|
@ -91,7 +91,7 @@
|
|||
"@tryghost/minifier": "0.1.10",
|
||||
"@tryghost/mw-error-handler": "0.1.2",
|
||||
"@tryghost/mw-session-from-token": "0.1.27",
|
||||
"@tryghost/nodemailer": "0.3.11",
|
||||
"@tryghost/nodemailer": "0.3.12",
|
||||
"@tryghost/package-json": "1.0.15",
|
||||
"@tryghost/promise": "0.1.14",
|
||||
"@tryghost/request": "0.1.15",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -2298,14 +2298,14 @@
|
|||
resolved "https://registry.yarnpkg.com/@tryghost/mw-session-from-token/-/mw-session-from-token-0.1.27.tgz#325e01252b52d9bdcab810e739f3803b103cc590"
|
||||
integrity sha512-+3al2q0lOR+xtAuhuaqPRrdhgO4OFeqFRoe+rvL8OjBI6Y5QLj6S7rr6XYcmAexWLIqRsCAKJbjgVZwo4PK/Nw==
|
||||
|
||||
"@tryghost/nodemailer@0.3.11":
|
||||
version "0.3.11"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/nodemailer/-/nodemailer-0.3.11.tgz#2bafa3532f64b2dff784589b57a603fbb4ba6f2a"
|
||||
integrity sha512-Q9IW8FWiVzpNpmPjZ7YWdERGpXcZ9zkoZGGRyDKnWyt1e4AyMJNSBkN2f3KQyo+hycqkFtFWIwTKywZo/goaGw==
|
||||
"@tryghost/nodemailer@0.3.12":
|
||||
version "0.3.12"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/nodemailer/-/nodemailer-0.3.12.tgz#989df29da2d21bca4d15dd0622fb2e30667cd71c"
|
||||
integrity sha512-2Z6VyPTOMjRPDtwSjmJh5g9pytEWKiC5LOUe7WspxdIQPW6vjMqT7u44T4yz7xZXpwYBU5Gb413iWFDs4q9Rhg==
|
||||
dependencies:
|
||||
"@aws-sdk/client-ses" "^3.31.0"
|
||||
"@aws-sdk/credential-provider-node" "^3.31.0"
|
||||
"@tryghost/errors" "^1.0.0"
|
||||
"@tryghost/errors" "^1.2.2"
|
||||
nodemailer "^6.6.3"
|
||||
nodemailer-direct-transport "^3.3.2"
|
||||
nodemailer-stub-transport "^1.1.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue