mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-29 11:46:30 +08:00
v1.1.1. de-bumped mailparser version to 2.2.0
This commit is contained in:
parent
8eb3352c50
commit
ac053d164b
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wildduck",
|
"name": "wildduck",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "IMAP/POP3 server built with Node.js and MongoDB",
|
"description": "IMAP/POP3 server built with Node.js and MongoDB",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
"grunt-shell-spawn": "^0.3.10",
|
"grunt-shell-spawn": "^0.3.10",
|
||||||
"grunt-wait": "^0.1.0",
|
"grunt-wait": "^0.1.0",
|
||||||
"icedfrisby": "^1.5.0",
|
"icedfrisby": "^1.5.0",
|
||||||
"mailparser": "2.2.3",
|
"mailparser": "^2.2.0",
|
||||||
"markdown-toc": "^1.2.0",
|
"markdown-toc": "^1.2.0",
|
||||||
"mocha": "^5.1.1",
|
"mocha": "^5.1.1",
|
||||||
"request": "^2.85.0"
|
"request": "^2.85.0"
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
"html-to-text": "4.0.0",
|
"html-to-text": "4.0.0",
|
||||||
"humanname": "0.2.2",
|
"humanname": "0.2.2",
|
||||||
"humanparser": "1.5.0",
|
"humanparser": "1.5.0",
|
||||||
"iconv-lite": "0.4.21",
|
"iconv-lite": "0.4.22",
|
||||||
"ioredfour": "1.0.2-ioredis",
|
"ioredfour": "1.0.2-ioredis",
|
||||||
"ioredis": "3.2.2",
|
"ioredis": "3.2.2",
|
||||||
"joi": "13.2.0",
|
"joi": "13.2.0",
|
||||||
|
@ -56,12 +56,12 @@
|
||||||
"node-forge": "0.7.5",
|
"node-forge": "0.7.5",
|
||||||
"nodemailer": "4.6.4",
|
"nodemailer": "4.6.4",
|
||||||
"npmlog": "4.1.2",
|
"npmlog": "4.1.2",
|
||||||
"openpgp": "3.0.8",
|
"openpgp": "3.0.9",
|
||||||
"qrcode": "1.2.0",
|
"qrcode": "1.2.0",
|
||||||
"restify": "7.1.1",
|
"restify": "7.1.1",
|
||||||
"restify-logger": "2.0.1",
|
"restify-logger": "2.0.1",
|
||||||
"seq-index": "1.1.0",
|
"seq-index": "1.1.0",
|
||||||
"smtp-server": "3.4.2",
|
"smtp-server": "3.4.4",
|
||||||
"speakeasy": "2.0.0",
|
"speakeasy": "2.0.0",
|
||||||
"tlds": "1.203.1",
|
"tlds": "1.203.1",
|
||||||
"u2f": "0.1.3",
|
"u2f": "0.1.3",
|
||||||
|
|
Loading…
Reference in a new issue