mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency @tryghost/nodemailer to v0.3.13
This commit is contained in:
parent
a0d248d18e
commit
688c353030
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.12",
|
||||
"@tryghost/nodemailer": "0.3.13",
|
||||
"@tryghost/package-json": "1.0.15",
|
||||
"@tryghost/promise": "0.1.14",
|
||||
"@tryghost/request": "0.1.15",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -2322,14 +2322,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.12":
|
||||
version "0.3.12"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/nodemailer/-/nodemailer-0.3.12.tgz#989df29da2d21bca4d15dd0622fb2e30667cd71c"
|
||||
integrity sha512-2Z6VyPTOMjRPDtwSjmJh5g9pytEWKiC5LOUe7WspxdIQPW6vjMqT7u44T4yz7xZXpwYBU5Gb413iWFDs4q9Rhg==
|
||||
"@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==
|
||||
dependencies:
|
||||
"@aws-sdk/client-ses" "^3.31.0"
|
||||
"@aws-sdk/credential-provider-node" "^3.31.0"
|
||||
"@tryghost/errors" "^1.2.2"
|
||||
"@tryghost/errors" "^1.2.3"
|
||||
nodemailer "^6.6.3"
|
||||
nodemailer-direct-transport "^3.3.2"
|
||||
nodemailer-stub-transport "^1.1.0"
|
||||
|
|
Loading…
Reference in a new issue