Update dependencies

This commit is contained in:
Mikołaj Pich 2021-08-29 13:17:22 +02:00
parent 118d4e73dd
commit f56e7e29df
2 changed files with 5202 additions and 502 deletions

5687
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -8,28 +8,25 @@
"test": "jshint src/ app.js --verbose"
},
"dependencies": {
"@types/express": "^4.17.12",
"@types/express": "^4.17.13",
"body-parser": "~1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"csrf": "^3.1.0",
"date-fns": "^2.22.1",
"debug": "^4.3.1",
"date-fns": "^2.23.0",
"debug": "^4.3.2",
"express": "~4.17.1",
"express-subdomain": "^1.0.5",
"lodash": "latest",
"md5": "^2.3.0",
"morgan": "~1.10.0",
"node-sass-middleware": "git+https://github.com/sass/node-sass-middleware.git#6f12a45",
"node-sass-middleware": "git+https://github.com/nschonni/node-sass-middleware.git#85de4cf",
"pug": "^3.0.2",
"serve-favicon": "~2.5.0",
"uuidv4": "^6.2.8"
"uuidv4": "^6.2.12"
},
"devDependencies": {
"jshint": "^2.13.0",
"nodemon": "^2.0.7"
},
"engines": {
"node": "14.x"
"jshint": "^2.13.1",
"nodemon": "^2.0.12"
}
}