mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-11-11 01:54:04 +08:00
bumped deps
This commit is contained in:
parent
949ecb44ef
commit
ade62f5afe
1 changed files with 10 additions and 10 deletions
20
package.json
20
package.json
|
@ -16,10 +16,10 @@
|
|||
"license": "EUPL-1.1+",
|
||||
"devDependencies": {
|
||||
"ajv": "6.12.2",
|
||||
"apidoc": "0.22.1",
|
||||
"apidoc": "0.23.0",
|
||||
"chai": "4.2.0",
|
||||
"docsify-cli": "4.4.0",
|
||||
"eslint": "7.1.0",
|
||||
"docsify-cli": "4.4.1",
|
||||
"eslint": "7.2.0",
|
||||
"eslint-config-nodemailer": "1.2.0",
|
||||
"eslint-config-prettier": "6.11.0",
|
||||
"grunt": "1.1.0",
|
||||
|
@ -28,9 +28,9 @@
|
|||
"grunt-mocha-test": "0.13.3",
|
||||
"grunt-shell-spawn": "0.4.0",
|
||||
"grunt-wait": "0.3.0",
|
||||
"imapflow": "1.0.46",
|
||||
"imapflow": "1.0.47",
|
||||
"mailparser": "2.7.7",
|
||||
"mocha": "7.2.0",
|
||||
"mocha": "8.0.1",
|
||||
"request": "2.88.2",
|
||||
"supertest": "4.0.2"
|
||||
},
|
||||
|
@ -44,9 +44,9 @@
|
|||
"he": "1.2.0",
|
||||
"html-to-text": "5.1.1",
|
||||
"humanname": "0.2.2",
|
||||
"iconv-lite": "0.5.1",
|
||||
"ioredfour": "1.0.2-ioredis-02",
|
||||
"ioredis": "4.17.1",
|
||||
"iconv-lite": "0.6.0",
|
||||
"ioredfour": "1.0.2-ioredis-03",
|
||||
"ioredis": "4.17.3",
|
||||
"isemail": "3.2.0",
|
||||
"joi": "14.3.1",
|
||||
"js-yaml": "3.14.0",
|
||||
|
@ -57,10 +57,10 @@
|
|||
"mailsplit": "5.0.0",
|
||||
"mobileconfig": "2.3.1",
|
||||
"mongo-cursor-pagination": "7.3.0",
|
||||
"mongodb": "3.5.7",
|
||||
"mongodb": "3.5.9",
|
||||
"mongodb-extended-json": "1.11.0",
|
||||
"node-forge": "0.9.1",
|
||||
"nodemailer": "6.4.6",
|
||||
"nodemailer": "6.4.10",
|
||||
"npmlog": "4.1.2",
|
||||
"openpgp": "4.10.4",
|
||||
"pem": "1.14.4",
|
||||
|
|
Loading…
Reference in a new issue