Skip to content

Commit

Permalink
⬆️ Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent b91d68d commit cd4b965
Show file tree
Hide file tree
Showing 6 changed files with 742 additions and 660 deletions.
2 changes: 1 addition & 1 deletion nextcloud_backup/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.18
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.20

FROM node:20 AS frontend-builder

Expand Down
14 changes: 7 additions & 7 deletions nextcloud_backup/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@
"cookie-parser": "1.4.6",
"cors": "^2.8.5",
"cron": "3.1.7",
"debug": "4.3.4",
"debug": "4.3.6",
"errorhandler": "^1.5.1",
"express": "4.18.2",
"fast-xml-parser": "^4.3.4",
"figlet": "^1.7.0",
"form-data": "4.0.0",
"got": "14.2.0",
"got": "14.4.2",
"http-errors": "2.0.0",
"joi": "^17.12.1",
"jquery": "3.7.1",
"kleur": "^4.1.5",
"luxon": "3.4.4",
"luxon": "3.5.0",
"morgan": "1.10.0",
"webdav": "5.3.2",
"winston": "3.11.0"
"webdav": "5.7.1",
"winston": "3.14.1"
},
"packageManager": "pnpm@8.15.3",
"packageManager": "pnpm@8.15.9",
"devDependencies": {
"@eslint/js": "^9.6.0",
"@tsconfig/recommended": "^1.0.3",
Expand All @@ -52,6 +52,6 @@
"nodemon": "^3.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"typescript-eslint": "8.0.0-alpha.41"
"typescript-eslint": "8.1.0"
}
}
Loading

0 comments on commit cd4b965

Please sign in to comment.