Update dependencies

This commit is contained in:
Mikołaj Pich 2019-03-03 02:01:02 +01:00
parent cab4d25d21
commit a1a2d900ba
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA
2 changed files with 9 additions and 9 deletions

12
package-lock.json generated
View file

@ -824,9 +824,9 @@
"integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s="
},
"cookie-parser": {
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.3.tgz",
"integrity": "sha1-D+MfoZ0AC5X0qt8fU/3CuKIDuqU=",
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.4.tgz",
"integrity": "sha512-lo13tqF3JEtFO7FyA49CqbhaFkskRJ0u/UAiINgrIXeRCY41c88/zxtrECl8AKH3B0hj9q10+h3Kt8I7KlW4tw==",
"requires": {
"cookie": "0.3.1",
"cookie-signature": "1.0.6"
@ -2163,9 +2163,9 @@
},
"dependencies": {
"lodash": {
"version": "4.17.10",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz",
"integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg=="
"version": "4.17.11",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg=="
}
}
},

View file

@ -9,20 +9,20 @@
},
"dependencies": {
"body-parser": "~1.18.3",
"cookie-parser": "~1.4.3",
"cookie-parser": "^1.4.4",
"csrf": "^3.0.6",
"date-fns": "^2.0.0-alpha.27",
"debug": "^4.1.1",
"express": "~4.16.4",
"express-subdomain": "^1.0.5",
"lodash": "latest",
"md5": "^2.2.1",
"moment-timezone": "^0.5.23",
"morgan": "~1.9.1",
"node-sass-middleware": "^0.11.0",
"pug": "^2.0.3",
"serve-favicon": "~2.5.0",
"uuid": "^3.3.2",
"lodash": "latest"
"uuid": "^3.3.2"
},
"devDependencies": {
"jshint": "^2.10.1",