Skip to content

Commit 64a498c

Browse files
committed
fix(attachments): Bumped Nodemailer for fix issue with large data-uri images in emails
1 parent 7d39b3b commit 64a498c

File tree

5 files changed

+56
-130
lines changed

5 files changed

+56
-130
lines changed

package-lock.json

Lines changed: 35 additions & 99 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"@phc/pbkdf2": "1.1.14",
6060
"@postalsys/certs": "1.0.12",
6161
"@postalsys/ee-client": "1.3.0",
62-
"@postalsys/email-ai-tools": "1.9.0",
63-
"@postalsys/email-text-tools": "2.3.3",
62+
"@postalsys/email-ai-tools": "1.9.1",
63+
"@postalsys/email-text-tools": "2.3.4",
6464
"@postalsys/gettext": "4.1.0",
6565
"@postalsys/joi-messages": "1.0.5",
6666
"@postalsys/templates": "2.0.0",

sbom.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

static/licenses.html

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html><html><head><meta charset="utf-8"><title>EmailEngine Licenses</title><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous"></head><body>
22
<div class="container-fluid">
3-
<h1>EmailEngine v2.57.1</h1><p>EmailEngine includes code from the following software packages:</p>
3+
<h1>EmailEngine v2.57.2</h1><p>EmailEngine includes code from the following software packages:</p>
44
<table class="table table-sm">
55
<tr><thead class="thead-dark"><th>Package</th><th>Version</th><th>License</th><th>Publisher</th><th>Publisher's Email</th><th>Package URL</th></tr>
66
<tbody>
@@ -676,7 +676,7 @@ <h1>EmailEngine v2.57.1</h1><p>EmailEngine includes code from the following soft
676676
</tr>
677677
<tr>
678678
<td><a href="https://npmjs.com/package/@hapi/tlds">@hapi/tlds</a></td>
679-
<td>1.1.3</td>
679+
<td>1.1.4</td>
680680
<td>BSD-3-Clause</td>
681681
<td></td>
682682
<td></td>
@@ -926,7 +926,7 @@ <h1>EmailEngine v2.57.1</h1><p>EmailEngine includes code from the following soft
926926
</tr>
927927
<tr>
928928
<td><a href="https://npmjs.com/package/@postalsys/email-ai-tools">@postalsys/email-ai-tools</a></td>
929-
<td>1.9.0</td>
929+
<td>1.9.1</td>
930930
<td>MIT</td>
931931
<td>Postal Systems O&#xDC;</td>
932932
<td></td>
@@ -936,7 +936,7 @@ <h1>EmailEngine v2.57.1</h1><p>EmailEngine includes code from the following soft
936936
</tr>
937937
<tr>
938938
<td><a href="https://npmjs.com/package/@postalsys/email-text-tools">@postalsys/email-text-tools</a></td>
939-
<td>2.3.3</td>
939+
<td>2.3.4</td>
940940
<td>MIT</td>
941941
<td>Postal Systems O&#xDC;</td>
942942
<td></td>
@@ -3995,7 +3995,7 @@ <h1>EmailEngine v2.57.1</h1><p>EmailEngine includes code from the following soft
39953995
</tr>
39963996
<tr>
39973997
<td><a href="https://npmjs.com/package/jsdom">jsdom</a></td>
3998-
<td>27.0.1</td>
3998+
<td>27.0.0</td>
39993999
<td>MIT</td>
40004000
<td></td>
40014001
<td></td>
@@ -5024,16 +5024,6 @@ <h1>EmailEngine v2.57.1</h1><p>EmailEngine includes code from the following soft
50245024
</td
50255025
</tr>
50265026
<tr>
5027-
<td><a href="https://npmjs.com/package/parse5">parse5</a></td>
5028-
<td>8.0.0</td>
5029-
<td>MIT</td>
5030-
<td>Ivan Nikulin</td>
5031-
<td>ifaaan@gmail.com</td>
5032-
<td>
5033-
<a href="https://github.com/inikulin/parse5">github.com/inikulin/parse5</a>
5034-
</td
5035-
</tr>
5036-
<tr>
50375027
<td><a href="https://npmjs.com/package/parseley">parseley</a></td>
50385028
<td>0.12.1</td>
50395029
<td>MIT</td>

0 commit comments

Comments
 (0)