Compare commits

..

6 Commits

Author SHA1 Message Date
dependabot[bot]
2c155b1060
⬆️ Bump winston in /nextcloud_backup/rootfs/opt/nextcloud_backup (#105)
Bumps [winston](https://github.com/winstonjs/winston) from 3.3.3 to 3.4.0.
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/winstonjs/winston/compare/v3.3.3...v3.4.0)

---
updated-dependencies:
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-25 10:33:36 +01:00
dependabot[bot]
2f883e83ca
⬆️ Bump http-errors (#98)
Bumps [http-errors](https://github.com/jshttp/http-errors) from 1.8.0 to 2.0.0.
- [Release notes](https://github.com/jshttp/http-errors/releases)
- [Changelog](https://github.com/jshttp/http-errors/blob/master/HISTORY.md)
- [Commits](https://github.com/jshttp/http-errors/compare/1.8.0...v2.0.0)

---
updated-dependencies:
- dependency-name: http-errors
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-25 10:32:48 +01:00
dependabot[bot]
ce23c6ac08
⬆️ Bump webdav in /nextcloud_backup/rootfs/opt/nextcloud_backup (#104)
Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 4.7.0 to 4.8.0.
- [Release notes](https://github.com/perry-mitchell/webdav-client/releases)
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v4.7.0...v4.8.0)

---
updated-dependencies:
- dependency-name: webdav
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-25 10:31:56 +01:00
dependabot[bot]
2850e2c054
⬆️ Bump express in /nextcloud_backup/rootfs/opt/nextcloud_backup (#97)
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.17.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-25 10:29:49 +01:00
dependabot[bot]
c2b0236764
⬆️ Bump debug in /nextcloud_backup/rootfs/opt/nextcloud_backup (#95)
Bumps [debug](https://github.com/debug-js/debug) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](https://github.com/debug-js/debug/compare/4.3.2...4.3.3)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-25 10:29:36 +01:00
dependabot[bot]
fdd4e5287e
⬆️ Bump cookie-parser (#93)
Bumps [cookie-parser](https://github.com/expressjs/cookie-parser) from 1.4.5 to 1.4.6.
- [Release notes](https://github.com/expressjs/cookie-parser/releases)
- [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/cookie-parser/compare/1.4.5...1.4.6)

---
updated-dependencies:
- dependency-name: cookie-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-25 10:29:10 +01:00
2 changed files with 356 additions and 363 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,18 +9,18 @@
"@fortawesome/fontawesome-free": "^5.15.3",
"app-root-path": "^3.0.0",
"bootstrap": "^5.0.1",
"cookie-parser": "^1.4.5",
"cookie-parser": "^1.4.6",
"cron": "^1.8.2",
"debug": "~4.3.1",
"debug": "~4.3.3",
"ejs": "~3.1.6",
"express": "~4.17.1",
"express": "~4.17.2",
"form-data": "^4.0.0",
"got": "^11.8.2",
"http-errors": "~1.8.0",
"http-errors": "~2.0.0",
"jquery": "^3.6.0",
"moment": "^2.29.1",
"morgan": "~1.10.0",
"webdav": "^4.5.0",
"winston": "^3.3.3"
"webdav": "^4.8.0",
"winston": "^3.4.0"
}
}