Skip to content

Commit

Permalink
Bumped deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Dec 5, 2024
1 parent 9f213f6 commit b5ed753
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 51 deletions.
2 changes: 1 addition & 1 deletion data/google-crawlers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"creationTime": "2024-11-26T15:49:01.000000",
"creationTime": "2024-12-03T15:49:33.000000",
"prefixes": [
{
"ipv6Prefix": "2001:4860:4801:2008::/64"
Expand Down
8 changes: 2 additions & 6 deletions lib/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -1888,12 +1888,6 @@ Qmt72SAp9U458OaT
PlpLZjr4BL0pohCK
WO98DhF4vrdYWoNN
0GY3Y69nPMhxmQ0z
foWqwQhkSjNxz6BY
HS10uombwvGO3bcH
FggtAxsbKJR6/7hz
IGqFkLCSQ59XKUo9
Xx83pt1aVChehbsj
TvbKEp22ZZ0T31Lj
G8IkXqjVdLZwBK/I
+AZoia19FAsARLE/
dmHXmtUSriMvBTCJ
Expand All @@ -1905,6 +1899,7 @@ Ws0yTT8UnJNTFWY7
QYZcQD2niO2kGJ9N
Wp6z04Yho9uWIObC
aPkKbjEuTbUCplG7
8ORR3ntJhKaosv0/
IbZu0b/MWBxfqGte
TYJ9FfWyzUlZbQaB
D5TBGMWLMcrFz6Su
Expand All @@ -1929,6 +1924,7 @@ pjB2LZf7wdpcwA6O
/fev2uWbhZQrBTRU
sE/AvEajiziKRRuo
PaqEsvhCelUyvGjO
vIwyKmyMuykMUPeA
`
.split(/\r?\n/)
.map(l => l.trim())
Expand Down
39 changes: 18 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
"@postalsys/templates": "2.0.0",
"ace-builds": "1.36.5",
"base32.js": "0.1.0",
"bullmq": "5.31.0",
"bullmq": "5.31.1",
"compare-versions": "6.1.1",
"dotenv": "16.4.6",
"dotenv": "16.4.7",
"encoding-japanese": "2.2.0",
"exponential-backoff": "3.1.1",
"gettext-parser": "7.0.1",
Expand Down Expand Up @@ -104,7 +104,7 @@
"speakeasy": "2.0.0",
"startbootstrap-sb-admin-2": "3.3.7",
"timezones-list": "3.0.3",
"undici": "7.0.0",
"undici": "7.1.0",
"wild-config": "1.7.1",
"xml2js": "0.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion sbom.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,9 @@ let licenseCheckHandler = async opts => {
licenseInfo.active = false;
licenseInfo.details = false;
licenseInfo.type = packageData.license;
} else {
let nextCheck = now + SUBSCRIPTION_CHECK_TIMEOUT;
await redis.hset(`${REDIS_PREFIX}settings`, 'ks', new Date(nextCheck).getTime().toString(16));
}
}
} else {
Expand Down
12 changes: 6 additions & 6 deletions static/licenses.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!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>
<div class="container-fluid">
<h1>EmailEngine v2.49.1</h1><p>EmailEngine includes code from the following software packages:</p>
<h1>EmailEngine v2.49.2</h1><p>EmailEngine includes code from the following software packages:</p>
<table class="table table-sm">
<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>
<tbody>
Expand Down Expand Up @@ -1386,7 +1386,7 @@ <h1>EmailEngine v2.49.1</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/bullmq">bullmq</a></td>
<td>5.31.0</td>
<td>5.31.1</td>
<td>MIT</td>
<td>Taskforce.sh Inc.</td>
<td></td>
Expand Down Expand Up @@ -2046,7 +2046,7 @@ <h1>EmailEngine v2.49.1</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/dotenv">dotenv</a></td>
<td>16.4.6</td>
<td>16.4.7</td>
<td>BSD-2-Clause</td>
<td></td>
<td></td>
Expand Down Expand Up @@ -2875,7 +2875,7 @@ <h1>EmailEngine v2.49.1</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/gopd">gopd</a></td>
<td>1.1.0</td>
<td>1.2.0</td>
<td>MIT</td>
<td>Jordan Harband</td>
<td>[email protected]</td>
Expand Down Expand Up @@ -6105,7 +6105,7 @@ <h1>EmailEngine v2.49.1</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/undici">undici</a></td>
<td>7.0.0</td>
<td>7.1.0</td>
<td>MIT</td>
<td></td>
<td></td>
Expand Down Expand Up @@ -6285,7 +6285,7 @@ <h1>EmailEngine v2.49.1</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/whatwg-url">whatwg-url</a></td>
<td>14.0.0</td>
<td>14.1.0</td>
<td>MIT</td>
<td>Sebastian Mayr</td>
<td>[email protected]</td>
Expand Down
26 changes: 13 additions & 13 deletions translations/messages.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
msgid ""
msgstr ""
"Content-Type: text/plain; charset=ascii\n"
"POT-Creation-Date: 2024-12-03 12:11+0000\n"
"POT-Creation-Date: 2024-12-05 07:44+0000\n"

#: views/config/license.hbs:49
msgid "%d day"
msgid_plural "%d days"
msgstr[0] ""
msgstr[1] ""

#: views/redirect.hbs:1
msgid "Click <a href=\"%s\">here</a> to continue&mldr;"
msgstr ""

#: views/unsubscribe.hbs:1
#: views/unsubscribe.hbs:79
msgid "Unsubscribe"
Expand Down Expand Up @@ -53,10 +57,6 @@ msgstr ""
msgid "Enter your email address"
msgstr ""

#: views/redirect.hbs:1
msgid "Click <a href=\"%s\">here</a> to continue&mldr;"
msgstr ""

#: views/accounts/register/imap.hbs:11
msgid "Your name"
msgstr ""
Expand All @@ -80,14 +80,6 @@ msgstr ""
msgid "Continue"
msgstr ""

#: views/accounts/register/index.hbs:2
msgid "Choose your email account provider"
msgstr ""

#: views/accounts/register/index.hbs:15
msgid "Standard IMAP"
msgstr ""

#: views/accounts/register/imap-server.hbs:19
msgid "IMAP"
msgstr ""
Expand Down Expand Up @@ -202,6 +194,14 @@ msgstr ""
msgid "HTTP error!"
msgstr ""

#: views/accounts/register/index.hbs:2
msgid "Choose your email account provider"
msgstr ""

#: views/accounts/register/index.hbs:15
msgid "Standard IMAP"
msgstr ""

#: lib/routes-ui.js:504
msgid "Delegated"
msgstr ""
Expand Down

0 comments on commit b5ed753

Please sign in to comment.