mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 02:10:52 +08:00
v1.36.0
This commit is contained in:
parent
6b555c050f
commit
cf624823f9
1 changed files with 7 additions and 7 deletions
14
package.json
14
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wildduck",
|
||||
"version": "1.35.6",
|
||||
"version": "1.36.0",
|
||||
"description": "IMAP/POP3 server built with Node.js and MongoDB",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
"ajv": "8.6.3",
|
||||
"chai": "4.3.4",
|
||||
"docsify-cli": "4.4.3",
|
||||
"eslint": "7.32.0",
|
||||
"eslint": "8.0.0",
|
||||
"eslint-config-nodemailer": "1.2.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"grunt": "1.4.1",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"grunt-shell-spawn": "0.4.0",
|
||||
"grunt-wait": "0.3.0",
|
||||
"imapflow": "1.0.74",
|
||||
"mailparser": "3.3.3",
|
||||
"mailparser": "3.4.0",
|
||||
"mocha": "9.1.2",
|
||||
"request": "2.88.2",
|
||||
"supertest": "6.1.6"
|
||||
|
@ -55,7 +55,7 @@
|
|||
"humanname": "0.2.2",
|
||||
"iconv-lite": "0.6.3",
|
||||
"ioredfour": "1.2.0-ioredis-06",
|
||||
"ioredis": "4.27.10",
|
||||
"ioredis": "4.27.11",
|
||||
"ipaddr.js": "2.0.1",
|
||||
"isemail": "3.2.0",
|
||||
"joi": "17.4.2",
|
||||
|
@ -64,13 +64,13 @@
|
|||
"libbase64": "1.2.1",
|
||||
"libmime": "5.0.0",
|
||||
"libqp": "1.1.0",
|
||||
"mailsplit": "5.2.0",
|
||||
"mailsplit": "5.3.1",
|
||||
"mobileconfig": "2.4.0",
|
||||
"mongo-cursor-pagination": "7.6.0",
|
||||
"mongodb": "4.1.2",
|
||||
"mongodb": "4.1.3",
|
||||
"mongodb-extended-json": "1.11.1",
|
||||
"node-forge": "0.10.0",
|
||||
"nodemailer": "6.6.5",
|
||||
"nodemailer": "6.7.0",
|
||||
"npmlog": "5.0.1",
|
||||
"openpgp": "5.0.0",
|
||||
"pem-jwk": "2.0.0",
|
||||
|
|
Loading…
Reference in a new issue