Skip to content

Commit

Permalink
fix(deps): update dependency smtp-server to v3.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 1, 2024
1 parent 21661a6 commit 23ad493
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"mailparser": "3.6.9",
"pushover-notifications": "1.2.2",
"smtp-server": "3.13.2"
"smtp-server": "3.13.3"
},
"devDependencies": {
"@types/jest": "29.5.12",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4183,11 +4183,6 @@ [email protected]:
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.9.11.tgz#900703bd6dc62855d9cea962acf261926841f825"
integrity sha512-UiAkgiERuG94kl/3bKfE8o10epvDnl0vokNEtZDPTq9BWzIl6EFT9336SbIT4oaTBD8NmmUTLsQyXHV82eXSWg==

[email protected]:
version "6.9.9"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.9.9.tgz#4549bfbf710cc6addec5064dd0f19874d24248d9"
integrity sha512-dexTll8zqQoVJEZPwQAKzxxtFn0qTnjdQTchoU6Re9BUUGBJiOy3YMn/0ShTW6J5M0dfQ1NeDeRTTl4oIWgQMA==

nopt@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88"
Expand Down Expand Up @@ -5178,14 +5173,14 @@ smart-buffer@^4.2.0:
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae"
integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==

[email protected].2:
version "3.13.2"
resolved "https://registry.yarnpkg.com/smtp-server/-/smtp-server-3.13.2.tgz#0cab8a9533db8e4afef638fd2592c0136bdfba70"
integrity sha512-MWHAmsIlrfffQ75RDruOr5DhOJF8sPeG4iSW8a0euhOjaV107OGaRo30RXmmnmoKxS1mvaL+dtSEKbgev/9YeQ==
[email protected].3:
version "3.13.3"
resolved "https://registry.yarnpkg.com/smtp-server/-/smtp-server-3.13.3.tgz#2a6e5d9d67a3e208fc427975b271d7ea8484001b"
integrity sha512-a5lGUfh0GkXGKHlDK/F6ErqIDOOGUGhcVnAiBB3a5iGQXPO95vY7LIceKsPYy96N8Aqsl4JZFANil46qh5m2mg==
dependencies:
base32.js "0.1.0"
ipv6-normalize "1.0.1"
nodemailer "6.9.9"
nodemailer "6.9.11"
punycode "2.3.1"

socks-proxy-agent@^7.0.0:
Expand Down

0 comments on commit 23ad493

Please sign in to comment.