Bumped deps

This commit is contained in:
Andris Reinman 2024-01-02 11:39:27 +02:00
parent c886383d26
commit cd3d52959e
No known key found for this signature in database
GPG key ID: DC6C83F4D584D364
3 changed files with 286 additions and 250 deletions

View file

@ -5,6 +5,9 @@ module.exports = {
'mongodb',
// no support for Node 16
'undici'
'undici',
// esm
'chai'
]
};

517
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -28,7 +28,7 @@
"ajv": "8.12.0",
"chai": "4.3.10",
"docsify-cli": "4.4.4",
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "9.1.0",
"grunt": "1.6.1",
@ -51,12 +51,12 @@
"@root/acme": "3.1.0",
"@root/csr": "0.8.1",
"accesscontrol": "2.2.1",
"axios": "1.6.2",
"axios": "1.6.3",
"base32.js": "0.1.0",
"bcryptjs": "2.4.3",
"bson": "6.2.0",
"bullmq": "4.15.3",
"fido2-lib": "3.4.3",
"bullmq": "5.1.1",
"fido2-lib": "3.4.4",
"gelf": "2.0.1",
"generate-password": "1.7.1",
"hash-wasm": "4.11.0",
@ -83,8 +83,8 @@
"mongodb-extended-json": "1.11.1",
"msgpack5": "6.0.2",
"node-forge": "1.3.1",
"node-html-parser": "6.1.11",
"nodemailer": "6.9.7",
"node-html-parser": "6.1.12",
"nodemailer": "6.9.8",
"npmlog": "7.0.1",
"openpgp": "5.11.0",
"pem-jwk": "2.0.0",
@ -105,7 +105,7 @@
"uuid": "9.0.1",
"wild-config": "1.7.1",
"yargs": "17.7.2",
"zone-mta": "3.6.13"
"zone-mta": "3.7.0"
},
"repository": {
"type": "git",