Skip to content

Commit

Permalink
fix(redis-locks): Bumped ioredfour to fix issue with Redis servers wh…
Browse files Browse the repository at this point in the history
…ere WITH is disabled
  • Loading branch information
andris9 committed Jan 3, 2024
1 parent 184a845 commit b53007a
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 21 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": "2023-12-26T23:01:00.000000",
"creationTime": "2024-01-02T23:00:58.000000",
"prefixes": [
{
"ipv6Prefix": "2001:4860:4801:2008::/64"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://emailengine.app/",
"dependencies": {
"@bugsnag/js": "7.22.2",
"@bugsnag/js": "7.22.3",
"@elastic/elasticsearch": "8.11.0",
"@hapi/bell": "13.0.1",
"@hapi/boom": "10.0.1",
Expand Down Expand Up @@ -74,7 +74,7 @@
"ical.js": "1.5.0",
"iconv-lite": "0.6.3",
"imapflow": "1.0.147",
"ioredfour": "1.2.0-ioredis-07",
"ioredfour": "1.3.0-ioredis-07",
"ioredis": "5.3.2",
"ipaddr.js": "2.1.0",
"joi": "17.11.0",
Expand Down
2 changes: 1 addition & 1 deletion sbom.json

Large diffs are not rendered by default.

18 changes: 14 additions & 4 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.39.4</h1><p>EmailEngine includes code from the following software packages:</p>
<h1>EmailEngine v2.39.5</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 @@ -126,7 +126,7 @@ <h1>EmailEngine v2.39.4</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/@bugsnag/browser">@bugsnag/browser</a></td>
<td>7.21.0</td>
<td>7.22.3</td>
<td>MIT</td>
<td>Bugsnag</td>
<td></td>
Expand Down Expand Up @@ -156,7 +156,7 @@ <h1>EmailEngine v2.39.4</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/@bugsnag/js">@bugsnag/js</a></td>
<td>7.22.2</td>
<td>7.22.3</td>
<td>MIT</td>
<td>Bugsnag</td>
<td></td>
Expand All @@ -166,7 +166,7 @@ <h1>EmailEngine v2.39.4</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/@bugsnag/node">@bugsnag/node</a></td>
<td>7.19.0</td>
<td>7.22.3</td>
<td>MIT</td>
<td>Bugsnag</td>
<td></td>
Expand Down Expand Up @@ -3994,6 +3994,16 @@ <h1>EmailEngine v2.39.4</h1><p>EmailEngine includes code from the following soft
</td
</tr>
<tr>
<td><a href="https://npmjs.com/package/ioredfour">ioredfour</a></td>
<td>1.3.0-ioredis-07</td>
<td>MIT</td>
<td>Mixmax</td>
<td>[email protected]</td>
<td>
<a href="https://github.com/nodemailer/ioredfour">github.com/nodemailer/ioredfour</a>
</td
</tr>
<tr>
<td><a href="https://npmjs.com/package/ioredis">ioredis</a></td>
<td>5.3.1</td>
<td>MIT</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-01-02 10:35+0000\n"
"POT-Creation-Date: 2024-01-03 18:14+0000\n"

#: views/config/license.hbs:48
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,6 +80,14 @@ 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:18
msgid "IMAP"
msgstr ""
Expand Down Expand Up @@ -181,14 +189,6 @@ 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:601
msgid "Invalid API key for OpenAI"
msgstr ""
Expand Down

0 comments on commit b53007a

Please sign in to comment.