mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 02:10:52 +08:00
bumped deps to get env support for config
This commit is contained in:
parent
b1f88434e3
commit
7d266f08e2
1 changed files with 21 additions and 21 deletions
42
package.json
42
package.json
|
@ -19,23 +19,23 @@
|
|||
},
|
||||
"license": "EUPL-1.2",
|
||||
"devDependencies": {
|
||||
"ajv": "8.8.0",
|
||||
"chai": "4.3.4",
|
||||
"ajv": "8.10.0",
|
||||
"chai": "4.3.6",
|
||||
"docsify-cli": "4.4.3",
|
||||
"eslint": "8.2.0",
|
||||
"eslint": "8.9.0",
|
||||
"eslint-config-nodemailer": "1.2.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"eslint-config-prettier": "8.4.0",
|
||||
"grunt": "1.4.1",
|
||||
"grunt-cli": "1.4.3",
|
||||
"grunt-eslint": "24.0.0",
|
||||
"grunt-mocha-test": "0.13.3",
|
||||
"grunt-shell-spawn": "0.4.0",
|
||||
"grunt-wait": "0.3.0",
|
||||
"imapflow": "1.0.76",
|
||||
"imapflow": "1.0.84",
|
||||
"mailparser": "3.4.0",
|
||||
"mocha": "9.1.3",
|
||||
"mocha": "9.2.1",
|
||||
"request": "2.88.2",
|
||||
"supertest": "6.1.6"
|
||||
"supertest": "6.2.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fidm/x509": "1.2.1",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"@root/csr": "0.8.1",
|
||||
"accesscontrol": "2.2.1",
|
||||
"argon2-browser": "1.18.0",
|
||||
"axios": "0.24.0",
|
||||
"axios": "0.26.0",
|
||||
"base32.js": "0.1.0",
|
||||
"bcryptjs": "2.4.3",
|
||||
"bull": "3.29.3",
|
||||
|
@ -55,10 +55,10 @@
|
|||
"humanname": "0.2.2",
|
||||
"iconv-lite": "0.6.3",
|
||||
"ioredfour": "1.2.0-ioredis-06",
|
||||
"ioredis": "4.28.0",
|
||||
"ioredis": "4.28.5",
|
||||
"ipaddr.js": "2.0.1",
|
||||
"isemail": "3.2.0",
|
||||
"joi": "17.4.2",
|
||||
"joi": "17.6.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"key-fingerprint": "1.1.0",
|
||||
"libbase64": "1.2.1",
|
||||
|
@ -66,18 +66,18 @@
|
|||
"libqp": "1.1.0",
|
||||
"mailsplit": "5.3.1",
|
||||
"mobileconfig": "2.4.0",
|
||||
"mongo-cursor-pagination": "7.6.0",
|
||||
"mongodb": "4.1.4",
|
||||
"mongo-cursor-pagination": "7.6.1",
|
||||
"mongodb": "4.4.0",
|
||||
"mongodb-extended-json": "1.11.1",
|
||||
"node-forge": "0.10.0",
|
||||
"nodemailer": "6.7.1",
|
||||
"npmlog": "5.0.1",
|
||||
"openpgp": "5.0.0",
|
||||
"node-forge": "1.2.1",
|
||||
"nodemailer": "6.7.2",
|
||||
"npmlog": "6.0.1",
|
||||
"openpgp": "5.1.0",
|
||||
"pem-jwk": "2.0.0",
|
||||
"punycode": "2.1.1",
|
||||
"pwnedpasswords": "1.0.5",
|
||||
"qrcode": "1.4.4",
|
||||
"restify": "8.6.0",
|
||||
"pwnedpasswords": "1.0.6",
|
||||
"qrcode": "1.5.0",
|
||||
"restify": "8.6.1",
|
||||
"restify-cors-middleware2": "2.1.2",
|
||||
"restify-logger": "2.0.1",
|
||||
"saslprep": "1.0.3",
|
||||
|
@ -87,8 +87,8 @@
|
|||
"u2f": "0.1.3",
|
||||
"unixcrypt": "1.0.13",
|
||||
"uuid": "8.3.2",
|
||||
"wild-config": "1.5.1",
|
||||
"yargs": "17.2.1"
|
||||
"wild-config": "1.6.0",
|
||||
"yargs": "17.3.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue