Merge branch 'master' of github.com:Sebclem/hassio-nextcloud-backup

This commit is contained in:
SebClem 2022-05-01 14:14:49 +02:00
commit 01468683b8
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50
2 changed files with 3085 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,19 +7,19 @@
"start": "node ./bin/www.js " "start": "node ./bin/www.js "
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^6.0.0", "@fortawesome/fontawesome-free": "^6.1.1",
"app-root-path": "^3.0.0", "app-root-path": "^3.0.0",
"bootstrap": "^5.0.1", "bootstrap": "^5.0.1",
"cookie-parser": "^1.4.6", "cookie-parser": "^1.4.6",
"cron": "^1.8.2", "cron": "^1.8.2",
"debug": "~4.3.3", "debug": "~4.3.4",
"ejs": "~3.1.6", "ejs": "~3.1.7",
"express": "~4.17.2", "express": "~4.18.1",
"form-data": "^4.0.0", "form-data": "^4.0.0",
"got": "12.0.1", "got": "12.0.4",
"http-errors": "~2.0.0", "http-errors": "~2.0.0",
"jquery": "^3.6.0", "jquery": "^3.6.0",
"moment": "^2.29.1", "moment": "^2.29.3",
"morgan": "~1.10.0", "morgan": "~1.10.0",
"webdav": "^4.8.0", "webdav": "^4.8.0",
"winston": "^3.6.0" "winston": "^3.6.0"