Skip to content

Commit

Permalink
chore: bumped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Nov 22, 2023
1 parent 0cd38f2 commit cc76737
Show file tree
Hide file tree
Showing 10 changed files with 308 additions and 95 deletions.
3 changes: 3 additions & 0 deletions .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ module.exports = {
// Block package upgrades that moved to ESM
'nanoid',

// no support for Node 16
'marked',

// some kind of CVE in later versions. Only needed for license reference, so the actual version does not matter anyway
'startbootstrap-sb-admin-2'
]
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": "2023-10-31T23:02:28.000000",
"creationTime": "2023-11-21T23:00:59.000000",
"prefixes": [
{
"ipv6Prefix": "2001:4860:4801:2008::/64"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"licenses": "license-checker --excludePackages emailengine-app --json | node license-table.js > static/licenses.html",
"gettext": "find ./views -name \"*.hbs\" -print0 | xargs -0 xgettext-template -L Handlebars -o translations/messages.pot --force-po && jsxgettext lib/routes-ui.js workers/api.js lib/tools.js -j -o translations/messages.pot",
"prepare-docker": "echo \"EE_DOCKER_LEGACY=$EE_DOCKER_LEGACY\" >> system.env && cat system.env",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install && ./copy-static-files.sh && npm run licenses"
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install && ./copy-static-files.sh && npm run licenses && npm run gettext"
},
"keywords": [
"IMAP",
Expand All @@ -39,7 +39,7 @@
},
"homepage": "https://emailengine.app/",
"dependencies": {
"@bugsnag/js": "7.21.0",
"@bugsnag/js": "7.22.2",
"@elastic/elasticsearch": "8.10.0",
"@hapi/bell": "13.0.1",
"@hapi/boom": "10.0.1",
Expand All @@ -54,10 +54,10 @@
"@postalsys/email-text-tools": "2.1.3",
"@postalsys/hecks": "3.0.0-fork.3",
"@postalsys/templates": "1.0.7",
"ace-builds": "1.31.1",
"ace-builds": "1.31.2",
"base32.js": "0.1.0",
"bull-arena": "4.1.0",
"bullmq": "4.13.0",
"bullmq": "4.14.0",
"compare-versions": "6.1.0",
"dotenv": "16.3.1",
"encoding-japanese": "2.0.0",
Expand All @@ -79,21 +79,21 @@
"ipaddr.js": "2.1.0",
"joi": "17.11.0",
"jquery": "3.7.1",
"js-beautify": "1.14.9",
"js-beautify": "1.14.11",
"libbase64": "1.2.1",
"libmime": "5.2.1",
"libqp": "2.0.1",
"license-checker": "25.0.1",
"mailparser": "3.6.5",
"mailsplit": "5.4.0",
"marked": "9.1.5",
"marked": "9.1.6",
"minimist": "1.2.8",
"msgpack5": "6.0.2",
"murmurhash": "2.0.1",
"nanoid": "3.3.4",
"node-gettext": "3.0.0",
"nodemailer": "6.9.7",
"pino": "8.16.1",
"pino": "8.16.2",
"prom-client": "15.0.0",
"psl": "1.9.0",
"pubface": "1.0.6",
Expand All @@ -112,7 +112,7 @@
"devDependencies": {
"chai": "4.3.10",
"eerawlog": "1.5.1",
"eslint": "8.53.0",
"eslint": "8.54.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "9.0.0",
"grunt": "1.6.1",
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.

Loading

0 comments on commit cc76737

Please sign in to comment.