Update dependencies

This commit is contained in:
Mikołaj Pich 2020-01-10 23:51:44 +01:00
parent 7b08b17c48
commit 1cab09d9da
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA
2 changed files with 101 additions and 1641 deletions

1730
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -8,12 +8,12 @@
"test": "jshint src/ app.js --verbose" "test": "jshint src/ app.js --verbose"
}, },
"dependencies": { "dependencies": {
"@types/express": "^4.17.1", "@types/express": "^4.17.2",
"body-parser": "~1.19.0", "body-parser": "~1.19.0",
"cookie-parser": "^1.4.4", "cookie-parser": "^1.4.4",
"cors": "^2.8.5", "cors": "^2.8.5",
"csrf": "^3.1.0", "csrf": "^3.1.0",
"date-fns": "^2.1.0", "date-fns": "^2.9.0",
"debug": "^4.1.1", "debug": "^4.1.1",
"express": "~4.17.1", "express": "~4.17.1",
"express-subdomain": "^1.0.5", "express-subdomain": "^1.0.5",
@ -26,7 +26,7 @@
"uuid": "^3.3.3" "uuid": "^3.3.3"
}, },
"devDependencies": { "devDependencies": {
"jshint": "^2.10.2", "jshint": "^2.10.3",
"nodemon": "^1.19.2" "nodemon": "^2.0.2"
} }
} }