Various fixes.
This commit is contained in:
parent
4e4b77ca84
commit
02360be75b
20 changed files with 3137 additions and 3124 deletions
|
|
@ -26,13 +26,13 @@
|
|||
"node": ">=10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-eslint": "^10.0.2",
|
||||
"chai": "^4.2.0",
|
||||
"eslint-config-nodemailer": "^1.2.0",
|
||||
"grunt": "^1.0.3",
|
||||
"grunt-cli": "^1.3.2",
|
||||
"grunt-eslint": "^21.0.0",
|
||||
"lodash": "^4.17.11",
|
||||
"grunt-eslint": "^21.1.0",
|
||||
"lodash": "^4.17.15",
|
||||
"mocha": "^5.2.0",
|
||||
"phantomjs-prebuilt": "^2.1.16",
|
||||
"selenium-webdriver": "^3.6.0",
|
||||
|
|
@ -42,31 +42,31 @@
|
|||
"posix": "^4.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"aws-sdk": "^2.440.0",
|
||||
"aws-sdk": "^2.497.0",
|
||||
"bcrypt-nodejs": "0.0.3",
|
||||
"bluebird": "^3.5.3",
|
||||
"body-parser": "^1.18.3",
|
||||
"bluebird": "^3.5.5",
|
||||
"body-parser": "^1.19.0",
|
||||
"bounce-handler": "7.3.2-fork.3",
|
||||
"capitalize": "^2.0.0",
|
||||
"compression": "^1.7.3",
|
||||
"config": "^3.0.1",
|
||||
"config": "^3.2.2",
|
||||
"connect-flash": "^0.1.1",
|
||||
"connect-redis": "^3.4.0",
|
||||
"connect-redis": "^3.4.2",
|
||||
"cookie-parser": "^1.4.3",
|
||||
"cors": "^2.8.5",
|
||||
"crypto": "^1.0.1",
|
||||
"csurf": "^1.9.0",
|
||||
"csv-parse": "^4.4.1",
|
||||
"csurf": "^1.10.0",
|
||||
"csv-parse": "^4.4.3",
|
||||
"csv-stringify": "^5.1.2",
|
||||
"device": "^0.3.9",
|
||||
"dompurify": "^1.0.8",
|
||||
"dompurify": "^1.0.11",
|
||||
"escape-html": "^1.0.3",
|
||||
"escape-string-regexp": "^1.0.5",
|
||||
"express": "^4.16.4",
|
||||
"express": "^4.17.1",
|
||||
"express-locale": "^1.0.5",
|
||||
"express-session": "^1.15.6",
|
||||
"express-session": "^1.16.2",
|
||||
"faker": "^4.1.0",
|
||||
"feedparser-promised": "^2.0.0",
|
||||
"feedparser-promised": "^2.0.1",
|
||||
"fs-extra": "^7.0.1",
|
||||
"fs-extra-promise": "^1.0.1",
|
||||
"geoip-ultralight": "^0.1.5",
|
||||
|
|
@ -82,23 +82,23 @@
|
|||
"juice": "^5.2.0",
|
||||
"klaw-sync": "^6.0.0",
|
||||
"knex": "^0.16.5",
|
||||
"libmime": "^4.0.1",
|
||||
"mailparser": "^2.4.3",
|
||||
"libmime": "^4.1.3",
|
||||
"mailparser": "^2.7.1",
|
||||
"memory-cache": "^0.2.0",
|
||||
"mjml": "^4.3.0",
|
||||
"mjml": "^4.4.0",
|
||||
"moment": "^2.23.0",
|
||||
"moment-timezone": "^0.5.25",
|
||||
"moment-timezone": "^0.5.26",
|
||||
"morgan": "^1.9.1",
|
||||
"multer": "^1.4.1",
|
||||
"multer": "^1.4.2",
|
||||
"mysql": "^2.17.1",
|
||||
"node-ipc": "^9.1.1",
|
||||
"node-mocks-http": "^1.7.3",
|
||||
"node-mocks-http": "^1.7.6",
|
||||
"node-object-hash": "^1.4.1",
|
||||
"nodeify": "^1.0.1",
|
||||
"nodemailer": "^5.0.0",
|
||||
"nodemailer-openpgp": "^1.2.0",
|
||||
"npmlog": "^4.1.2",
|
||||
"openpgp": "^4.4.3",
|
||||
"openpgp": "^4.5.5",
|
||||
"passport": "^0.4.0",
|
||||
"passport-local": "^1.0.0",
|
||||
"premailer-api": "^1.0.4",
|
||||
|
|
@ -108,7 +108,7 @@
|
|||
"shortid": "^2.2.14",
|
||||
"slugify": "^1.3.4",
|
||||
"smtp-server": "^3.4.7",
|
||||
"tmp-promise": "^1.0.5",
|
||||
"tmp-promise": "^1.1.0",
|
||||
"toml": "^2.3.3",
|
||||
"try-require": "^1.2.1",
|
||||
"xmldom": "^0.1.27"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue