Skip to content

Commit 6dc82b0

Browse files
committed
bumped deps
1 parent abd91e8 commit 6dc82b0

File tree

9 files changed

+41
-29
lines changed

9 files changed

+41
-29
lines changed

.ncurc.js

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ module.exports = {
33
reject: [
44
// Block package upgrades that moved to ESM
55
'nanoid',
6+
'gettext-parser',
7+
'xgettext-template',
68

79
// no support for Node 16
810
'marked',

data/google-crawlers.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"creationTime": "2024-01-30T23:00:29.000000",
2+
"creationTime": "2024-02-06T23:00:06.000000",
33
"prefixes": [
44
{
55
"ipv6Prefix": "2001:4860:4801:2008::/64"

lib/api-client/gmail-client.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ if (/gmail-client\.js$/.test(process.argv[1])) {
758758
console.log('RUN AS STANDALONE');
759759

760760
let main = async () => {
761-
const { redis } = require('../db');
761+
const { redis } = require('../db'); // eslint-disable-line global-require
762762

763763
let gmailClient = new GmailClient('andris', { redis });
764764

@@ -814,6 +814,6 @@ if (/gmail-client\.js$/.test(process.argv[1])) {
814814
};
815815

816816
main()
817-
.catch(err => console.error(require('util').inspect(err, false, 22)))
817+
.catch(err => console.error(require('util').inspect(err, false, 22))) // eslint-disable-line global-require
818818
.finally(() => process.exit());
819819
}

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
},
4141
"homepage": "https://emailengine.app/",
4242
"dependencies": {
43-
"@bugsnag/js": "7.22.3",
44-
"@elastic/elasticsearch": "8.12.0",
43+
"@bugsnag/js": "7.22.4",
44+
"@elastic/elasticsearch": "8.12.1",
4545
"@hapi/bell": "13.0.1",
4646
"@hapi/boom": "10.0.1",
4747
"@hapi/cookie": "12.0.1",
@@ -56,10 +56,10 @@
5656
"@postalsys/hecks": "3.0.0-fork.3",
5757
"@postalsys/joi-messages": "1.0.1",
5858
"@postalsys/templates": "1.0.7",
59-
"ace-builds": "1.32.5",
59+
"ace-builds": "1.32.6",
6060
"base32.js": "0.1.0",
61-
"bull-arena": "4.1.0",
62-
"bullmq": "5.1.7",
61+
"bull-arena": "4.1.1",
62+
"bullmq": "5.1.9",
6363
"compare-versions": "6.1.0",
6464
"dotenv": "16.4.1",
6565
"encoding-japanese": "2.0.0",

sbom.json

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

static/js/ace/ace.js

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

static/js/ace/ext-language_tools.js

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

static/licenses.html

+27-17
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.39.8</h1><p>EmailEngine includes code from the following software packages:</p>
3+
<h1>EmailEngine v2.39.9</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>
@@ -126,7 +126,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
126126
</tr>
127127
<tr>
128128
<td><a href="https://npmjs.com/package/@bugsnag/browser">@bugsnag/browser</a></td>
129-
<td>7.22.3</td>
129+
<td>7.22.4</td>
130130
<td>MIT</td>
131131
<td>Bugsnag</td>
132132
<td></td>
@@ -156,7 +156,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
156156
</tr>
157157
<tr>
158158
<td><a href="https://npmjs.com/package/@bugsnag/js">@bugsnag/js</a></td>
159-
<td>7.22.3</td>
159+
<td>7.22.4</td>
160160
<td>MIT</td>
161161
<td>Bugsnag</td>
162162
<td></td>
@@ -196,7 +196,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
196196
</tr>
197197
<tr>
198198
<td><a href="https://npmjs.com/package/@elastic/elasticsearch">@elastic/elasticsearch</a></td>
199-
<td>8.12.0</td>
199+
<td>8.12.1</td>
200200
<td>Apache-2.0</td>
201201
<td></td>
202202
<td></td>
@@ -1356,7 +1356,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
13561356
</tr>
13571357
<tr>
13581358
<td><a href="https://npmjs.com/package/ace-builds">ace-builds</a></td>
1359-
<td>1.32.5</td>
1359+
<td>1.32.6</td>
13601360
<td>BSD-3-Clause</td>
13611361
<td></td>
13621362
<td></td>
@@ -1906,7 +1906,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
19061906
</tr>
19071907
<tr>
19081908
<td><a href="https://npmjs.com/package/bull-arena">bull-arena</a></td>
1909-
<td>4.1.0</td>
1909+
<td>4.1.1</td>
19101910
<td>MIT</td>
19111911
<td>Mixmax</td>
19121912
@@ -1916,7 +1916,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
19161916
</tr>
19171917
<tr>
19181918
<td><a href="https://npmjs.com/package/bullmq">bullmq</a></td>
1919-
<td>5.1.7</td>
1919+
<td>5.1.9</td>
19201920
<td>MIT</td>
19211921
<td>Taskforce.sh Inc.</td>
19221922
<td></td>
@@ -1986,7 +1986,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
19861986
</tr>
19871987
<tr>
19881988
<td><a href="https://npmjs.com/package/call-bind">call-bind</a></td>
1989-
<td>1.0.5</td>
1989+
<td>1.0.6</td>
19901990
<td>MIT</td>
19911991
<td>Jordan Harband</td>
19921992
@@ -2126,7 +2126,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
21262126
</tr>
21272127
<tr>
21282128
<td><a href="https://npmjs.com/package/chokidar">chokidar</a></td>
2129-
<td>3.5.3</td>
2129+
<td>3.6.0</td>
21302130
<td>MIT</td>
21312131
<td>Paul Miller</td>
21322132
<td></td>
@@ -2686,7 +2686,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
26862686
</tr>
26872687
<tr>
26882688
<td><a href="https://npmjs.com/package/define-data-property">define-data-property</a></td>
2689-
<td>1.1.1</td>
2689+
<td>1.1.2</td>
26902690
<td>MIT</td>
26912691
<td>Jordan Harband</td>
26922692
@@ -3104,6 +3104,16 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
31043104
</td
31053105
</tr>
31063106
<tr>
3107+
<td><a href="https://npmjs.com/package/es-errors">es-errors</a></td>
3108+
<td>1.3.0</td>
3109+
<td>MIT</td>
3110+
<td>Jordan Harband</td>
3111+
3112+
<td>
3113+
<a href="https://github.com/ljharb/es-errors">github.com/ljharb/es-errors</a>
3114+
</td
3115+
</tr>
3116+
<tr>
31073117
<td><a href="https://npmjs.com/package/es5-ext">es5-ext</a></td>
31083118
<td>0.10.62</td>
31093119
<td>ISC</td>
@@ -3145,7 +3155,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
31453155
</tr>
31463156
<tr>
31473157
<td><a href="https://npmjs.com/package/escalade">escalade</a></td>
3148-
<td>3.1.1</td>
3158+
<td>3.1.2</td>
31493159
<td>MIT</td>
31503160
<td>Luke Edwards</td>
31513161
@@ -3525,7 +3535,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
35253535
</tr>
35263536
<tr>
35273537
<td><a href="https://npmjs.com/package/fastq">fastq</a></td>
3528-
<td>1.17.0</td>
3538+
<td>1.17.1</td>
35293539
<td>ISC</td>
35303540
<td>Matteo Collina</td>
35313541
@@ -3835,7 +3845,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
38353845
</tr>
38363846
<tr>
38373847
<td><a href="https://npmjs.com/package/get-intrinsic">get-intrinsic</a></td>
3838-
<td>1.2.2</td>
3848+
<td>1.2.4</td>
38393849
<td>MIT</td>
38403850
<td>Jordan Harband</td>
38413851
@@ -8155,7 +8165,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
81558165
</tr>
81568166
<tr>
81578167
<td><a href="https://npmjs.com/package/semver">semver</a></td>
8158-
<td>7.5.4</td>
8168+
<td>7.6.0</td>
81598169
<td>ISC</td>
81608170
<td>GitHub Inc.</td>
81618171
<td></td>
@@ -8195,7 +8205,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
81958205
</tr>
81968206
<tr>
81978207
<td><a href="https://npmjs.com/package/set-function-length">set-function-length</a></td>
8198-
<td>1.2.0</td>
8208+
<td>1.2.1</td>
81998209
<td>MIT</td>
82008210
<td>Jordan Harband</td>
82018211
@@ -8235,7 +8245,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
82358245
</tr>
82368246
<tr>
82378247
<td><a href="https://npmjs.com/package/side-channel">side-channel</a></td>
8238-
<td>1.0.4</td>
8248+
<td>1.0.5</td>
82398249
<td>MIT</td>
82408250
<td>Jordan Harband</td>
82418251
@@ -8735,7 +8745,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
87358745
</tr>
87368746
<tr>
87378747
<td><a href="https://npmjs.com/package/swagger-ui-dist">swagger-ui-dist</a></td>
8738-
<td>5.11.2</td>
8748+
<td>5.11.3</td>
87398749
<td>Apache-2.0</td>
87408750
<td></td>
87418751
<td></td>

translations/messages.pot

+1-1
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-02-03 02:09+0000\n"
4+
"POT-Creation-Date: 2024-02-09 12:39+0000\n"
55

66
#: views/config/license.hbs:48
77
msgid "%d day"

0 commit comments

Comments
 (0)