Update dependencies
This commit is contained in:
parent
7b08b17c48
commit
1cab09d9da
2 changed files with 101 additions and 1641 deletions
1730
package-lock.json
generated
1730
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -8,12 +8,12 @@
|
|||
"test": "jshint src/ app.js --verbose"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/express": "^4.17.1",
|
||||
"@types/express": "^4.17.2",
|
||||
"body-parser": "~1.19.0",
|
||||
"cookie-parser": "^1.4.4",
|
||||
"cors": "^2.8.5",
|
||||
"csrf": "^3.1.0",
|
||||
"date-fns": "^2.1.0",
|
||||
"date-fns": "^2.9.0",
|
||||
"debug": "^4.1.1",
|
||||
"express": "~4.17.1",
|
||||
"express-subdomain": "^1.0.5",
|
||||
|
@ -26,7 +26,7 @@
|
|||
"uuid": "^3.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jshint": "^2.10.2",
|
||||
"nodemon": "^1.19.2"
|
||||
"jshint": "^2.10.3",
|
||||
"nodemon": "^2.0.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue