Skip to content

Commit

Permalink
build(deps-dev): bump smtp-server and @types/smtp-server (#1200)
Browse files Browse the repository at this point in the history
Bumps [smtp-server](https://github.com/nodemailer/smtp-server) and [@types/smtp-server](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/smtp-server). These dependencies needed to be updated together.

Updates `smtp-server` from 3.11.0 to 3.13.6
- [Release notes](https://github.com/nodemailer/smtp-server/releases)
- [Changelog](https://github.com/nodemailer/smtp-server/blob/master/CHANGELOG.md)
- [Commits](nodemailer/smtp-server@v3.11.0...v3.13.6)

Updates `@types/smtp-server` from 3.5.7 to 3.5.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/smtp-server)

---
updated-dependencies:
- dependency-name: smtp-server
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/smtp-server"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 1422236 commit 074bfe0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 25 deletions.
4 changes: 2 additions & 2 deletions modules/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
"@types/node": "20.11.24",
"@types/nodemailer": "^6.4.16",
"@types/nodemailer-mailgun-transport": "^1.4.6",
"@types/smtp-server": "^3.5.7",
"@types/smtp-server": "^3.5.10",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"rimraf": "^5.0.5",
"smtp-server": "^3.11.0",
"smtp-server": "^3.13.6",
"ts-proto": "^1.167.1",
"typescript": "~5.6.2"
}
Expand Down
40 changes: 17 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5050,14 +5050,7 @@
dependencies:
"@types/nodemailer" "*"

"@types/nodemailer@*":
version "6.4.14"
resolved "https://registry.yarnpkg.com/@types/nodemailer/-/nodemailer-6.4.14.tgz#5c81a5e856db7f8ede80013e6dbad7c5fb2283e2"
integrity sha512-fUWthHO9k9DSdPCSPRqcu6TWhYyxTBg382vlNIttSe9M7XfsT06y0f24KHXtbnijPGGRIcVvdKHTNikOI6qiHA==
dependencies:
"@types/node" "*"

"@types/nodemailer@^6.4.16":
"@types/nodemailer@*", "@types/nodemailer@^6.4.16":
version "6.4.16"
resolved "https://registry.yarnpkg.com/@types/nodemailer/-/nodemailer-6.4.16.tgz#db006abcb1e1c8e6ea2fb53b27fefec3c03eaa6c"
integrity sha512-uz6hN6Pp0upXMcilM61CoKyjT7sskBoOWpptkjjJp8jIMlTdc3xG01U7proKkXzruMS4hS0zqtHNkNPFB20rKQ==
Expand Down Expand Up @@ -5137,10 +5130,10 @@
"@types/mime" "^1"
"@types/node" "*"

"@types/smtp-server@^3.5.7":
version "3.5.7"
resolved "https://registry.yarnpkg.com/@types/smtp-server/-/smtp-server-3.5.7.tgz#0bfc5d3489db94565baee305444d9a551bbd9a3b"
integrity sha512-8HtcCeN1DCu3P3D4unfRlwRT2sM54PQSBnfwCf6HZl4CH234lTvTJxKXvZtcJajg8mCgiSLkJ6rratEhxgvhqQ==
"@types/smtp-server@^3.5.10":
version "3.5.10"
resolved "https://registry.yarnpkg.com/@types/smtp-server/-/smtp-server-3.5.10.tgz#06d0338aea519469529847a12b0903678fdd6bea"
integrity sha512-i3Jx7sJ2qF52vjaOf3HguulXlWRFf6BSfsRLsIdmytDyVGv7KkhSs+gR9BXJnJWg1Ljkh/56Fh1Xqwa6u6X7zw==
dependencies:
"@types/node" "*"
"@types/nodemailer" "*"
Expand Down Expand Up @@ -12520,12 +12513,7 @@ nodemailer-sendgrid@^1.0.3:
dependencies:
"@sendgrid/mail" "^6.2.1"

[email protected]:
version "6.7.3"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.7.3.tgz#b73f9a81b9c8fa8acb4ea14b608f5e725ea8e018"
integrity sha512-KUdDsspqx89sD4UUyUKzdlUOper3hRkDVkrKh/89G+d9WKsU5ox51NWS4tB1XR5dPUdR4SP0E3molyEfOvSa3g==

nodemailer@^6.9.15:
[email protected], nodemailer@^6.9.15:
version "6.9.15"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.9.15.tgz#57b79dc522be27e0e47ac16cc860aa0673e62e04"
integrity sha512-AHf04ySLC6CIfuRtRiEYtGEXgRfa6INgWGluDhnxTZhHSKvrBu7lc1VVchQ0d8nPc4cFaZoPq8vkyNoZr0TpGQ==
Expand Down Expand Up @@ -13688,6 +13676,11 @@ pump@^3.0.0:
end-of-stream "^1.1.0"
once "^1.3.1"

[email protected]:
version "2.3.1"
resolved "https://registry.yarnpkg.com/punycode.js/-/punycode.js-2.3.1.tgz#6b53e56ad75588234e79f4affa90972c7dd8cdb7"
integrity sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==

punycode@^2.1.0, punycode@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
Expand Down Expand Up @@ -14594,14 +14587,15 @@ smart-buffer@^4.1.0, smart-buffer@^4.2.0:
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae"
integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==

smtp-server@^3.11.0:
version "3.11.0"
resolved "https://registry.yarnpkg.com/smtp-server/-/smtp-server-3.11.0.tgz#8820c191124fab37a8f16c8325a7f1fd38092c4f"
integrity sha512-j/W6mEKeMNKuiM9oCAAjm87agPEN1O3IU4cFLT4ZOCyyq3UXN7HiIXF+q7izxJcYSar15B/JaSxcijoPCR8Tag==
smtp-server@^3.13.6:
version "3.13.6"
resolved "https://registry.yarnpkg.com/smtp-server/-/smtp-server-3.13.6.tgz#779aa22fd3746bb8b94d25ab78447b6e4b7d5b78"
integrity sha512-dqbSPKn3PCq3Gp5hxBM99u7PET7cQSAWrauhtArJbc+zrf5xNEOjm9+Ob3lySySrRoIEvNE0dz+w2H/xWFJNRw==
dependencies:
base32.js "0.1.0"
ipv6-normalize "1.0.1"
nodemailer "6.7.3"
nodemailer "6.9.15"
punycode.js "2.3.1"

snappy@^7.2.2:
version "7.2.2"
Expand Down

0 comments on commit 074bfe0

Please sign in to comment.