Update dependencies
This commit is contained in:
parent
450aba8e7b
commit
35594fb25a
2 changed files with 4795 additions and 588 deletions
5367
package-lock.json
generated
5367
package-lock.json
generated
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
@ -8,25 +8,25 @@
|
|||
"test": "jshint src/ app.js --verbose"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/express": "^4.17.9",
|
||||
"body-parser": "~1.19.0",
|
||||
"cookie-parser": "^1.4.5",
|
||||
"cors": "^2.8.5",
|
||||
"csrf": "^3.1.0",
|
||||
"date-fns": "^2.12.0",
|
||||
"debug": "^4.1.1",
|
||||
"date-fns": "^2.16.1",
|
||||
"debug": "^4.3.1",
|
||||
"express": "~4.17.1",
|
||||
"express-subdomain": "^1.0.5",
|
||||
"lodash": "latest",
|
||||
"md5": "^2.2.1",
|
||||
"md5": "^2.3.0",
|
||||
"morgan": "~1.10.0",
|
||||
"node-sass-middleware": "github:sass/node-sass-middleware#v0.11.1",
|
||||
"pug": "^2.0.4",
|
||||
"pug": "^3.0.0",
|
||||
"serve-favicon": "~2.5.0",
|
||||
"uuidv4": "^6.0.7"
|
||||
"uuidv4": "^6.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jshint": "^2.11.0",
|
||||
"nodemon": "^2.0.3"
|
||||
"jshint": "^2.12.0",
|
||||
"nodemon": "^2.0.6"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue