bumped deps to get env support for config

This commit is contained in:
Andris Reinman 2022-02-21 16:44:33 +02:00
parent b1f88434e3
commit 7d266f08e2
No known key found for this signature in database
GPG key ID: DC6C83F4D584D364

View file

@ -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",