Bump deps

- mjml comment bug has been fixed in 3.3.5
- csv-generate is no longer required since v1.19.1
- escape-string-regexp added to dependencies
- bluebird and lodash added to dev-dependencies
This commit is contained in:
witzig 2017-09-26 14:10:16 +02:00
parent e669b5684e
commit c7c972d1d5

View file

@ -32,6 +32,7 @@
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"bluebird": "^3.5.0",
"chai": "^4.1.2",
"eslint-config-nodemailer": "^1.2.0",
"grunt": "^1.0.1",
@ -39,6 +40,7 @@
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-eslint": "^20.1.0",
"jsxgettext-andris": "^0.9.0-patch.1",
"lodash": "^4.17.4",
"mocha": "^3.5.3",
"phantomjs-prebuilt": "^2.1.15",
"selenium-webdriver": "^3.5.0",
@ -49,9 +51,9 @@
},
"dependencies": {
"async": "^2.5.0",
"aws-sdk": "^2.121.0",
"aws-sdk": "^2.122.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.1",
"body-parser": "^1.18.2",
"bounce-handler": "^7.3.2-fork.2",
"compression": "^1.7.0",
"config": "^1.26.2",
@ -60,12 +62,12 @@
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"csurf": "^1.9.0",
"csv-generate": "^1.0.0",
"csv-parse": "^1.2.2",
"csv-parse": "^1.2.3",
"device": "^0.3.8",
"dompurify": "^1.0.2",
"escape-html": "^1.0.3",
"express": "^4.15.4",
"escape-string-regexp": "^1.0.5",
"express": "^4.15.5",
"express-session": "^1.15.5",
"faker": "^4.1.0",
"feedparser": "^2.2.1",
@ -88,35 +90,7 @@
"mailparser": "^2.0.5",
"marked": "^0.3.6",
"memory-cache": "^0.2.0",
"mjml": "3.3.3",
"mjml-accordion": "3.3.3",
"mjml-button": "3.3.3",
"mjml-carousel": "3.3.3",
"mjml-cli": "3.3.3",
"mjml-column": "3.3.3",
"mjml-container": "3.3.3",
"mjml-core": "3.3.3",
"mjml-divider": "3.3.3",
"mjml-group": "3.3.3",
"mjml-head-attributes": "3.3.0",
"mjml-head-font": "3.3.0",
"mjml-head-preview": "3.3.3",
"mjml-head-style": "3.3.0",
"mjml-head-title": "3.3.0",
"mjml-hero": "3.3.3",
"mjml-html": "3.3.3",
"mjml-image": "3.3.3",
"mjml-invoice": "3.3.3",
"mjml-list": "3.3.3",
"mjml-location": "3.3.3",
"mjml-navbar": "3.3.3",
"mjml-raw": "3.3.3",
"mjml-section": "3.3.3",
"mjml-social": "3.3.3",
"mjml-spacer": "3.3.3",
"mjml-table": "3.3.3",
"mjml-text": "3.3.3",
"mjml-wrapper": "3.3.3",
"mjml": "3.3.5",
"mkdirp": "^0.5.1",
"moment-timezone": "^0.5.13",
"morgan": "^1.8.2",
@ -124,8 +98,8 @@
"multiparty": "^4.1.3",
"mysql": "^2.14.1",
"node-gettext": "^2.0.0",
"node-mocks-http": "^1.6.4",
"nodemailer": "^4.1.0",
"node-mocks-http": "^1.6.5",
"nodemailer": "^4.1.1",
"nodemailer-openpgp": "^1.1.0",
"npmlog": "^4.1.2",
"object-hash": "^1.1.8",
@ -136,7 +110,7 @@
"redfour": "^1.0.2",
"redis": "^2.8.0",
"request": "^2.82.0",
"request-promise": "^4.2.1",
"request-promise": "^4.2.2",
"serve-favicon": "^2.4.4",
"shortid": "^2.2.8",
"slugify": "^1.2.1",