fix(deps): Bumped deps

This commit is contained in:
Andris Reinman 2024-04-19 13:25:22 +03:00
parent 9d9fbd25c4
commit 2d0e920e0b
No known key found for this signature in database
GPG key ID: DC6C83F4D584D364
3 changed files with 349 additions and 363 deletions

View file

@ -9,6 +9,10 @@ module.exports = {
// esm only
'chai',
'unixcrypt'
'unixcrypt',
// api changes, fix later
'eslint',
'grunt-eslint'
]
};

684
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -38,15 +38,15 @@
"grunt-mocha-test": "0.13.3",
"grunt-shell-spawn": "0.4.0",
"grunt-wait": "0.3.0",
"imapflow": "1.0.158",
"mailparser": "3.6.9",
"imapflow": "1.0.159",
"mailparser": "3.7.0",
"mocha": "10.4.0",
"request": "2.88.2",
"supertest": "6.3.4"
},
"dependencies": {
"@fidm/x509": "1.2.1",
"@opensearch-project/opensearch": "2.6.0",
"@opensearch-project/opensearch": "2.7.0",
"@phc/pbkdf2": "1.1.14",
"@postalsys/vmc": "1.0.8",
"@root/acme": "3.1.0",
@ -55,8 +55,8 @@
"axios": "1.6.8",
"base32.js": "0.1.0",
"bcryptjs": "2.4.3",
"bson": "6.5.0",
"bullmq": "5.4.6",
"bson": "6.6.0",
"bullmq": "5.7.2",
"fido2-lib": "3.5.3",
"gelf": "2.0.1",
"generate-password": "1.7.1",
@ -66,14 +66,14 @@
"humanname": "0.2.2",
"iconv-lite": "0.6.3",
"ioredfour": "1.3.0-ioredis-07",
"ioredis": "5.3.2",
"ioredis": "5.4.1",
"ipaddr.js": "2.1.0",
"isemail": "3.2.0",
"joi": "17.12.2",
"joi": "17.12.3",
"js-yaml": "4.1.0",
"key-fingerprint": "1.1.0",
"libbase64": "1.3.0",
"libmime": "5.3.4",
"libmime": "5.3.5",
"libqp": "2.1.0",
"logic-query-parser": "0.0.5",
"mailauth": "4.6.5",
@ -84,7 +84,7 @@
"mongodb-extended-json": "1.11.1",
"msgpack5": "6.0.2",
"node-forge": "1.3.1",
"node-html-parser": "6.1.12",
"node-html-parser": "6.1.13",
"nodemailer": "6.9.13",
"npmlog": "7.0.1",
"openpgp": "5.11.1",
@ -100,7 +100,7 @@
"restifyapigenerate": "1.2.0",
"search-string": "3.1.0",
"seq-index": "1.1.0",
"smtp-server": "3.13.3",
"smtp-server": "3.13.4",
"speakeasy": "2.0.0",
"undici": "5.28.3",
"unix-crypt-td-js": "1.1.4",
@ -108,7 +108,7 @@
"uuid": "9.0.1",
"wild-config": "1.7.1",
"yargs": "17.7.2",
"zone-mta": "3.9.4"
"zone-mta": "3.9.5"
},
"repository": {
"type": "git",