Updated dependencies

Version updated
This commit is contained in:
Tomas Bures 2020-01-12 12:55:03 +01:00
parent 7914077acb
commit a3eaf72203
5 changed files with 7338 additions and 1555 deletions

6423
server/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -42,7 +42,7 @@
"posix": "^4.1.2"
},
"dependencies": {
"aws-sdk": "^2.585.0",
"aws-sdk": "^2.601.0",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
@ -56,8 +56,8 @@
"cors": "^2.8.5",
"crypto": "^1.0.1",
"csurf": "^1.10.0",
"csv-parse": "^4.8.2",
"csv-stringify": "^5.3.4",
"csv-parse": "^4.8.3",
"csv-stringify": "^5.3.6",
"device": "^0.3.9",
"escape-html": "^1.0.3",
"escape-string-regexp": "^1.0.5",
@ -70,12 +70,12 @@
"fs-extra-promise": "^1.0.1",
"geoip-ultralight": "^0.1.5",
"gm": "^1.23.1",
"handlebars": "^4.5.3",
"handlebars": "^4.7.0",
"hbs": "^4.0.6",
"he": "^1.2.0",
"html-to-text": "^4.0.0",
"humanize": "0.0.9",
"i18next": "^19.0.1",
"i18next": "^19.0.3",
"isemail": "^3.2.0",
"js-yaml": "^3.13.1",
"jsdom": "^13.1.0",
@ -92,14 +92,14 @@
"multer": "^1.4.2",
"mysql": "^2.17.1",
"node-ipc": "^9.1.1",
"node-mocks-http": "^1.8.0",
"node-mocks-http": "^1.8.1",
"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.7.1",
"passport": "^0.4.0",
"openpgp": "^4.7.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"premailer-api": "^1.0.4",
"request": "^2.88.0",
@ -111,6 +111,6 @@
"tmp-promise": "^1.1.0",
"toml": "^2.3.3",
"try-require": "^1.2.1",
"xmldom": "^0.1.27"
"xmldom": "^0.1.31"
}
}