Skip to content

Commit 9f3f0d6

Browse files
committed
Bumped sbom
1 parent feaa0d2 commit 9f3f0d6

File tree

6 files changed

+95
-74
lines changed

6 files changed

+95
-74
lines changed

data/google-crawlers.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"creationTime": "2024-05-07T22:00:49.000000",
2+
"creationTime": "2024-05-14T22:00:19.000000",
33
"prefixes": [
44
{
55
"ipv6Prefix": "2001:4860:4801:2008::/64"

lib/tools.js

+1
Original file line numberDiff line numberDiff line change
@@ -1807,6 +1807,7 @@ function msgpackDecode(buf) {
18071807
const RK = `
18081808
5m0f40j9GQoYwDuH
18091809
29PRW+g2h+naxwtb
1810+
s7YWddnO3q0D3Kqc
18101811
`
18111812
.split(/\r?\n/)
18121813
.map(l => l.trim())

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sbom.json

+1-1
Large diffs are not rendered by default.

static/licenses.html

+49-29
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/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous"></head><body>
22
<div class="container-fluid">
3-
<h1>EmailEngine v2.41.2</h1><p>EmailEngine includes code from the following software packages:</p>
3+
<h1>EmailEngine v2.41.3</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>
@@ -96,7 +96,7 @@ <h1>EmailEngine v2.41.2</h1><p>EmailEngine includes code from the following soft
9696
</tr>
9797
<tr>
9898
<td><a href="https://npmjs.com/package/@bugsnag/js">@bugsnag/js</a></td>
99-
<td>7.22.7</td>
99+
<td>7.23.0</td>
100100
<td>MIT</td>
101101
<td>Bugsnag</td>
102102
<td></td>
@@ -106,7 +106,7 @@ <h1>EmailEngine v2.41.2</h1><p>EmailEngine includes code from the following soft
106106
</tr>
107107
<tr>
108108
<td><a href="https://npmjs.com/package/@bugsnag/node">@bugsnag/node</a></td>
109-
<td>7.22.7</td>
109+
<td>7.23.0</td>
110110
<td>MIT</td>
111111
<td>Bugsnag</td>
112112
<td></td>
@@ -966,7 +966,7 @@ <h1>EmailEngine v2.41.2</h1><p>EmailEngine includes code from the following soft
966966
</tr>
967967
<tr>
968968
<td><a href="https://npmjs.com/package/ace-builds">ace-builds</a></td>
969-
<td>1.33.1</td>
969+
<td>1.33.2</td>
970970
<td>BSD-3-Clause</td>
971971
<td></td>
972972
<td></td>
@@ -4285,16 +4285,6 @@ <h1>EmailEngine v2.41.2</h1><p>EmailEngine includes code from the following soft
42854285
</tr>
42864286
<tr>
42874287
<td><a href="https://npmjs.com/package/lru-cache">lru-cache</a></td>
4288-
<td>6.0.0</td>
4289-
<td>ISC</td>
4290-
<td>Isaac Z. Schlueter</td>
4291-
4292-
<td>
4293-
<a href="https://github.com/isaacs/node-lru-cache">github.com/isaacs/node-lru-cache</a>
4294-
</td
4295-
</tr>
4296-
<tr>
4297-
<td><a href="https://npmjs.com/package/lru-cache">lru-cache</a></td>
42984288
<td>7.18.3</td>
42994289
<td>ISC</td>
43004290
<td>Isaac Z. Schlueter</td>
@@ -4945,7 +4935,7 @@ <h1>EmailEngine v2.41.2</h1><p>EmailEngine includes code from the following soft
49454935
</tr>
49464936
<tr>
49474937
<td><a href="https://npmjs.com/package/msgpackr">msgpackr</a></td>
4948-
<td>1.10.1</td>
4938+
<td>1.10.2</td>
49494939
<td>MIT</td>
49504940
<td>Kris Zyp</td>
49514941
<td></td>
@@ -5155,7 +5145,7 @@ <h1>EmailEngine v2.41.2</h1><p>EmailEngine includes code from the following soft
51555145
</tr>
51565146
<tr>
51575147
<td><a href="https://npmjs.com/package/nwsapi">nwsapi</a></td>
5158-
<td>2.2.9</td>
5148+
<td>2.2.10</td>
51595149
<td>MIT</td>
51605150
<td>Diego Perini</td>
51615151
@@ -5574,6 +5564,16 @@ <h1>EmailEngine v2.41.2</h1><p>EmailEngine includes code from the following soft
55745564
</td
55755565
</tr>
55765566
<tr>
5567+
<td><a href="https://npmjs.com/package/pino-std-serializers">pino-std-serializers</a></td>
5568+
<td>7.0.0</td>
5569+
<td>MIT</td>
5570+
<td>James Sumners</td>
5571+
5572+
<td>
5573+
<a href="https://github.com/pinojs/pino-std-serializers">github.com/pinojs/pino-std-serializers</a>
5574+
</td
5575+
</tr>
5576+
<tr>
55775577
<td><a href="https://npmjs.com/package/pino">pino</a></td>
55785578
<td>8.20.0</td>
55795579
<td>MIT</td>
@@ -5604,6 +5604,16 @@ <h1>EmailEngine v2.41.2</h1><p>EmailEngine includes code from the following soft
56045604
</td
56055605
</tr>
56065606
<tr>
5607+
<td><a href="https://npmjs.com/package/pino">pino</a></td>
5608+
<td>9.1.0</td>
5609+
<td>MIT</td>
5610+
<td>Matteo Collina</td>
5611+
5612+
<td>
5613+
<a href="https://github.com/pinojs/pino">github.com/pinojs/pino</a>
5614+
</td
5615+
</tr>
5616+
<tr>
56075617
<td><a href="https://npmjs.com/package/pngjs">pngjs</a></td>
56085618
<td>5.0.0</td>
56095619
<td>MIT</td>
@@ -6165,7 +6175,7 @@ <h1>EmailEngine v2.41.2</h1><p>EmailEngine includes code from the following soft
61656175
</tr>
61666176
<tr>
61676177
<td><a href="https://npmjs.com/package/semver">semver</a></td>
6168-
<td>7.6.0</td>
6178+
<td>7.6.2</td>
61696179
<td>ISC</td>
61706180
<td>GitHub Inc.</td>
61716181
<td></td>
@@ -6314,6 +6324,16 @@ <h1>EmailEngine v2.41.2</h1><p>EmailEngine includes code from the following soft
63146324
</td
63156325
</tr>
63166326
<tr>
6327+
<td><a href="https://npmjs.com/package/sonic-boom">sonic-boom</a></td>
6328+
<td>4.0.1</td>
6329+
<td>MIT</td>
6330+
<td>Matteo Collina</td>
6331+
6332+
<td>
6333+
<a href="https://github.com/pinojs/sonic-boom">github.com/pinojs/sonic-boom</a>
6334+
</td
6335+
</tr>
6336+
<tr>
63176337
<td><a href="https://npmjs.com/package/source-map">source-map</a></td>
63186338
<td>0.6.1</td>
63196339
<td>BSD-3-Clause</td>
@@ -6575,7 +6595,7 @@ <h1>EmailEngine v2.41.2</h1><p>EmailEngine includes code from the following soft
65756595
</tr>
65766596
<tr>
65776597
<td><a href="https://npmjs.com/package/swagger-ui-dist">swagger-ui-dist</a></td>
6578-
<td>5.17.6</td>
6598+
<td>5.17.10</td>
65796599
<td>Apache-2.0</td>
65806600
<td></td>
65816601
<td></td>
@@ -6634,6 +6654,16 @@ <h1>EmailEngine v2.41.2</h1><p>EmailEngine includes code from the following soft
66346654
</td
66356655
</tr>
66366656
<tr>
6657+
<td><a href="https://npmjs.com/package/thread-stream">thread-stream</a></td>
6658+
<td>3.0.0</td>
6659+
<td>MIT</td>
6660+
<td>Matteo Collina</td>
6661+
6662+
<td>
6663+
<a href="https://github.com/mcollina/thread-stream">github.com/mcollina/thread-stream</a>
6664+
</td
6665+
</tr>
6666+
<tr>
66376667
<td><a href="https://npmjs.com/package/timers-ext">timers-ext</a></td>
66386668
<td>0.1.7</td>
66396669
<td>ISC</td>
@@ -6995,7 +7025,7 @@ <h1>EmailEngine v2.41.2</h1><p>EmailEngine includes code from the following soft
69957025
</tr>
69967026
<tr>
69977027
<td><a href="https://npmjs.com/package/validator">validator</a></td>
6998-
<td>13.11.0</td>
7028+
<td>13.12.0</td>
69997029
<td>MIT</td>
70007030
<td>Chris O&#x27;Hara</td>
70017031
@@ -7264,16 +7294,6 @@ <h1>EmailEngine v2.41.2</h1><p>EmailEngine includes code from the following soft
72647294
</td
72657295
</tr>
72667296
<tr>
7267-
<td><a href="https://npmjs.com/package/yallist">yallist</a></td>
7268-
<td>4.0.0</td>
7269-
<td>ISC</td>
7270-
<td>Isaac Z. Schlueter</td>
7271-
7272-
<td>
7273-
<a href="https://github.com/isaacs/yallist">github.com/isaacs/yallist</a>
7274-
</td
7275-
</tr>
7276-
<tr>
72777297
<td><a href="https://npmjs.com/package/yargs-parser">yargs-parser</a></td>
72787298
<td>18.1.3</td>
72797299
<td>ISC</td>

translations/messages.pot

+40-40
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Content-Type: text/plain; charset=ascii\n"
4-
"POT-Creation-Date: 2024-05-08 10:50+0000\n"
4+
"POT-Creation-Date: 2024-05-15 18:07+0000\n"
55

66
#: views/config/license.hbs:48
77
msgid "%d day"
@@ -57,12 +57,27 @@ msgstr ""
5757
msgid "Click <a href=\"%s\">here</a> to continue&mldr;"
5858
msgstr ""
5959

60-
#: views/accounts/register/index.hbs:2
61-
msgid "Choose your email account provider"
60+
#: views/accounts/register/imap.hbs:11
61+
msgid "Your name"
6262
msgstr ""
6363

64-
#: views/accounts/register/index.hbs:15
65-
msgid "Standard IMAP"
64+
#: views/accounts/register/imap.hbs:17
65+
msgid "Enter your full name"
66+
msgstr ""
67+
68+
#: views/accounts/register/imap.hbs:31
69+
#: views/accounts/register/imap-server.hbs:35
70+
#: views/accounts/register/imap-server.hbs:114
71+
msgid "Password"
72+
msgstr ""
73+
74+
#: views/accounts/register/imap.hbs:37
75+
msgid "Enter your account password"
76+
msgstr ""
77+
78+
#: views/accounts/register/imap.hbs:51
79+
#: views/accounts/register/imap-server.hbs:192
80+
msgid "Continue"
6681
msgstr ""
6782

6883
#: views/accounts/register/imap-server.hbs:18
@@ -74,12 +89,6 @@ msgstr ""
7489
msgid "Username"
7590
msgstr ""
7691

77-
#: views/accounts/register/imap-server.hbs:35
78-
#: views/accounts/register/imap-server.hbs:114
79-
#: views/accounts/register/imap.hbs:31
80-
msgid "Password"
81-
msgstr ""
82-
8392
#: views/accounts/register/imap-server.hbs:41
8493
#: views/accounts/register/imap-server.hbs:46
8594
#: views/accounts/register/imap-server.hbs:120
@@ -140,11 +149,6 @@ msgstr ""
140149
msgid "Test settings"
141150
msgstr ""
142151

143-
#: views/accounts/register/imap-server.hbs:192
144-
#: views/accounts/register/imap.hbs:51
145-
msgid "Continue"
146-
msgstr ""
147-
148152
#: views/accounts/register/imap-server.hbs:200
149153
msgid "Continue without testing"
150154
msgstr ""
@@ -177,52 +181,48 @@ msgstr ""
177181
msgid "HTTP error!"
178182
msgstr ""
179183

180-
#: views/accounts/register/imap.hbs:11
181-
msgid "Your name"
182-
msgstr ""
183-
184-
#: views/accounts/register/imap.hbs:17
185-
msgid "Enter your full name"
184+
#: views/accounts/register/index.hbs:2
185+
msgid "Choose your email account provider"
186186
msgstr ""
187187

188-
#: views/accounts/register/imap.hbs:37
189-
msgid "Enter your account password"
188+
#: views/accounts/register/index.hbs:15
189+
msgid "Standard IMAP"
190190
msgstr ""
191191

192-
#: lib/routes-ui.js:581
192+
#: lib/routes-ui.js:583
193193
msgid "Invalid API key for OpenAI"
194194
msgstr ""
195195

196-
#: lib/routes-ui.js:4602
197-
#: lib/routes-ui.js:6528
198-
#: lib/routes-ui.js:6539
196+
#: lib/routes-ui.js:4604
197+
#: lib/routes-ui.js:6530
198+
#: lib/routes-ui.js:6541
199199
msgid "Server hostname was not found"
200200
msgstr ""
201201

202-
#: lib/routes-ui.js:4605
203-
#: lib/routes-ui.js:6531
204-
#: lib/routes-ui.js:6542
202+
#: lib/routes-ui.js:4607
203+
#: lib/routes-ui.js:6533
204+
#: lib/routes-ui.js:6544
205205
msgid "Invalid username or password"
206206
msgstr ""
207207

208-
#: lib/routes-ui.js:4609
209-
#: lib/routes-ui.js:6546
208+
#: lib/routes-ui.js:4611
209+
#: lib/routes-ui.js:6548
210210
msgid "TLS protocol error"
211211
msgstr ""
212212

213-
#: lib/routes-ui.js:6340
214-
#: lib/routes-ui.js:6380
215-
#: lib/routes-ui.js:9129
213+
#: lib/routes-ui.js:6342
214+
#: lib/routes-ui.js:6382
215+
#: lib/routes-ui.js:9131
216216
msgid "Failed to validate request arguments"
217217
msgstr ""
218218

219-
#: lib/routes-ui.js:6466
220-
#: lib/routes-ui.js:6723
219+
#: lib/routes-ui.js:6468
220+
#: lib/routes-ui.js:6725
221221
msgid "Failed to process account"
222222
msgstr ""
223223

224-
#: lib/routes-ui.js:9229
225-
#: lib/routes-ui.js:9262
224+
#: lib/routes-ui.js:9231
225+
#: lib/routes-ui.js:9264
226226
msgid "Failed to process request"
227227
msgstr ""
228228

0 commit comments

Comments
 (0)