✏️ Dependencies upgrade

This commit is contained in:
SebClem 2021-01-07 16:13:05 +01:00
parent bdfecede62
commit f34154a4f1
2 changed files with 314 additions and 320 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,22 +7,21 @@
},
"dependencies": {
"app-root-path": "^3.0.0",
"cookie-parser": "~1.4.4",
"cron": "^1.7.2",
"cookie-parser": "^1.4.5",
"cron": "^1.8.2",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"form-data": "^3.0.0",
"got": "^11.5.2",
"got": "^11.8.1",
"http-errors": "~1.6.3",
"moment": "^2.24.0",
"moment": "^2.29.1",
"morgan": "~1.9.1",
"uuid": "^8.3.1",
"webdav": "^2.10.0",
"winston": "^3.2.1"
"webdav": "^3.6.2",
"winston": "^3.3.3"
},
"devDependencies": {
"eslint": "^7.13.0",
"eslint": "^7.17.0",
"eslint-config-eslint": "^6.0.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",