Skip to content

Commit

Permalink
bumped deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Feb 9, 2024
1 parent abd91e8 commit 6dc82b0
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 29 deletions.
2 changes: 2 additions & 0 deletions .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module.exports = {
reject: [
// Block package upgrades that moved to ESM
'nanoid',
'gettext-parser',
'xgettext-template',

// no support for Node 16
'marked',
Expand Down
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-01-30T23:00:29.000000",
"creationTime": "2024-02-06T23:00:06.000000",
"prefixes": [
{
"ipv6Prefix": "2001:4860:4801:2008::/64"
Expand Down
4 changes: 2 additions & 2 deletions lib/api-client/gmail-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ if (/gmail-client\.js$/.test(process.argv[1])) {
console.log('RUN AS STANDALONE');

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

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

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

main()
.catch(err => console.error(require('util').inspect(err, false, 22)))
.catch(err => console.error(require('util').inspect(err, false, 22))) // eslint-disable-line global-require
.finally(() => process.exit());
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
},
"homepage": "https://emailengine.app/",
"dependencies": {
"@bugsnag/js": "7.22.3",
"@elastic/elasticsearch": "8.12.0",
"@bugsnag/js": "7.22.4",
"@elastic/elasticsearch": "8.12.1",
"@hapi/bell": "13.0.1",
"@hapi/boom": "10.0.1",
"@hapi/cookie": "12.0.1",
Expand All @@ -56,10 +56,10 @@
"@postalsys/hecks": "3.0.0-fork.3",
"@postalsys/joi-messages": "1.0.1",
"@postalsys/templates": "1.0.7",
"ace-builds": "1.32.5",
"ace-builds": "1.32.6",
"base32.js": "0.1.0",
"bull-arena": "4.1.0",
"bullmq": "5.1.7",
"bull-arena": "4.1.1",
"bullmq": "5.1.9",
"compare-versions": "6.1.0",
"dotenv": "16.4.1",
"encoding-japanese": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sbom.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/js/ace/ace.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/js/ace/ext-language_tools.js

Large diffs are not rendered by default.

44 changes: 27 additions & 17 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.8</h1><p>EmailEngine includes code from the following software packages:</p>
<h1>EmailEngine v2.39.9</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.8</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.22.3</td>
<td>7.22.4</td>
<td>MIT</td>
<td>Bugsnag</td>
<td></td>
Expand Down Expand Up @@ -156,7 +156,7 @@ <h1>EmailEngine v2.39.8</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.3</td>
<td>7.22.4</td>
<td>MIT</td>
<td>Bugsnag</td>
<td></td>
Expand Down Expand Up @@ -196,7 +196,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/@elastic/elasticsearch">@elastic/elasticsearch</a></td>
<td>8.12.0</td>
<td>8.12.1</td>
<td>Apache-2.0</td>
<td></td>
<td></td>
Expand Down Expand Up @@ -1356,7 +1356,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/ace-builds">ace-builds</a></td>
<td>1.32.5</td>
<td>1.32.6</td>
<td>BSD-3-Clause</td>
<td></td>
<td></td>
Expand Down Expand Up @@ -1906,7 +1906,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/bull-arena">bull-arena</a></td>
<td>4.1.0</td>
<td>4.1.1</td>
<td>MIT</td>
<td>Mixmax</td>
<td>[email protected]</td>
Expand All @@ -1916,7 +1916,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/bullmq">bullmq</a></td>
<td>5.1.7</td>
<td>5.1.9</td>
<td>MIT</td>
<td>Taskforce.sh Inc.</td>
<td></td>
Expand Down Expand Up @@ -1986,7 +1986,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/call-bind">call-bind</a></td>
<td>1.0.5</td>
<td>1.0.6</td>
<td>MIT</td>
<td>Jordan Harband</td>
<td>[email protected]</td>
Expand Down Expand Up @@ -2126,7 +2126,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/chokidar">chokidar</a></td>
<td>3.5.3</td>
<td>3.6.0</td>
<td>MIT</td>
<td>Paul Miller</td>
<td></td>
Expand Down Expand Up @@ -2686,7 +2686,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/define-data-property">define-data-property</a></td>
<td>1.1.1</td>
<td>1.1.2</td>
<td>MIT</td>
<td>Jordan Harband</td>
<td>[email protected]</td>
Expand Down Expand Up @@ -3104,6 +3104,16 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
</td
</tr>
<tr>
<td><a href="https://npmjs.com/package/es-errors">es-errors</a></td>
<td>1.3.0</td>
<td>MIT</td>
<td>Jordan Harband</td>
<td>[email protected]</td>
<td>
<a href="https://github.com/ljharb/es-errors">github.com/ljharb/es-errors</a>
</td
</tr>
<tr>
<td><a href="https://npmjs.com/package/es5-ext">es5-ext</a></td>
<td>0.10.62</td>
<td>ISC</td>
Expand Down Expand Up @@ -3145,7 +3155,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/escalade">escalade</a></td>
<td>3.1.1</td>
<td>3.1.2</td>
<td>MIT</td>
<td>Luke Edwards</td>
<td>[email protected]</td>
Expand Down Expand Up @@ -3525,7 +3535,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/fastq">fastq</a></td>
<td>1.17.0</td>
<td>1.17.1</td>
<td>ISC</td>
<td>Matteo Collina</td>
<td>[email protected]</td>
Expand Down Expand Up @@ -3835,7 +3845,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/get-intrinsic">get-intrinsic</a></td>
<td>1.2.2</td>
<td>1.2.4</td>
<td>MIT</td>
<td>Jordan Harband</td>
<td>[email protected]</td>
Expand Down Expand Up @@ -8155,7 +8165,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/semver">semver</a></td>
<td>7.5.4</td>
<td>7.6.0</td>
<td>ISC</td>
<td>GitHub Inc.</td>
<td></td>
Expand Down Expand Up @@ -8195,7 +8205,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/set-function-length">set-function-length</a></td>
<td>1.2.0</td>
<td>1.2.1</td>
<td>MIT</td>
<td>Jordan Harband</td>
<td>[email protected]</td>
Expand Down Expand Up @@ -8235,7 +8245,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/side-channel">side-channel</a></td>
<td>1.0.4</td>
<td>1.0.5</td>
<td>MIT</td>
<td>Jordan Harband</td>
<td>[email protected]</td>
Expand Down Expand Up @@ -8735,7 +8745,7 @@ <h1>EmailEngine v2.39.8</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/swagger-ui-dist">swagger-ui-dist</a></td>
<td>5.11.2</td>
<td>5.11.3</td>
<td>Apache-2.0</td>
<td></td>
<td></td>
Expand Down
2 changes: 1 addition & 1 deletion translations/messages.pot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Content-Type: text/plain; charset=ascii\n"
"POT-Creation-Date: 2024-02-03 02:09+0000\n"
"POT-Creation-Date: 2024-02-09 12:39+0000\n"

#: views/config/license.hbs:48
msgid "%d day"
Expand Down

0 comments on commit 6dc82b0

Please sign in to comment.