Bumped deps
This commit is contained in:
parent
4f5c132db4
commit
1db7bd9873
1 changed files with 9 additions and 9 deletions
18
package.json
18
package.json
|
@ -32,15 +32,15 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^7.2.3",
|
||||
"chai": "^3.5.0",
|
||||
"eslint-config-nodemailer": "^1.0.0",
|
||||
"chai": "^4.0.2",
|
||||
"eslint-config-nodemailer": "^1.2.0",
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-cli": "^1.2.0",
|
||||
"grunt-contrib-nodeunit": "^1.0.0",
|
||||
"grunt-eslint": "^19.0.0",
|
||||
"grunt-eslint": "^20.0.0",
|
||||
"jsxgettext-andris": "^0.9.0-patch.1",
|
||||
"mocha": "^3.3.0",
|
||||
"phantomjs": "^2.1.7",
|
||||
"phantomjs-prebuilt": "^2.1.14",
|
||||
"selenium-webdriver": "^3.4.0",
|
||||
"url-pattern": "^1.0.3"
|
||||
},
|
||||
|
@ -63,13 +63,13 @@
|
|||
"csv-generate": "^1.0.0",
|
||||
"csv-parse": "^1.2.0",
|
||||
"device": "^0.3.8",
|
||||
"dompurify": "^0.8.5",
|
||||
"dompurify": "^0.9.0",
|
||||
"escape-html": "^1.0.3",
|
||||
"express": "^4.15.2",
|
||||
"express-session": "^1.15.2",
|
||||
"faker": "^4.1.0",
|
||||
"feedparser": "^2.1.0",
|
||||
"file-type": "^4.1.0",
|
||||
"file-type": "^5.2.0",
|
||||
"fs-extra": "^3.0.1",
|
||||
"geoip-ultralight": "^0.1.5",
|
||||
"gettext-parser": "^1.2.2",
|
||||
|
@ -89,7 +89,7 @@
|
|||
"mailparser": "^2.0.5",
|
||||
"marked": "^0.3.6",
|
||||
"memory-cache": "^0.1.6",
|
||||
"mjml": "3.3.0",
|
||||
"mjml": "3.3.3",
|
||||
"mkdirp": "^0.5.1",
|
||||
"moment-timezone": "^0.5.12",
|
||||
"morgan": "^1.8.1",
|
||||
|
@ -98,7 +98,7 @@
|
|||
"mysql": "^2.13.0",
|
||||
"node-gettext": "^2.0.0-rc.1",
|
||||
"node-mocks-http": "^1.6.1",
|
||||
"nodemailer": "^3.1.8",
|
||||
"nodemailer": "^4.0.1",
|
||||
"nodemailer-openpgp": "^1.0.2",
|
||||
"npmlog": "^4.0.2",
|
||||
"object-hash": "^1.1.7",
|
||||
|
@ -113,7 +113,7 @@
|
|||
"serve-favicon": "^2.4.2",
|
||||
"shortid": "^2.2.8",
|
||||
"slugify": "^1.1.0",
|
||||
"smtp-server": "^2.0.3",
|
||||
"smtp-server": "^3.0.1",
|
||||
"striptags": "^3.0.1",
|
||||
"toml": "^2.3.2",
|
||||
"try-require": "^1.2.1"
|
||||
|
|
Loading…
Reference in a new issue