Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit ba8c7ba

Browse files
⬆️ Update all non-major dependencies
1 parent 82d3473 commit ba8c7ba

File tree

6 files changed

+2145
-1366
lines changed

6 files changed

+2145
-1366
lines changed

.github/workflows/build_addon.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- uses: actions/checkout@v4
107107

108108
- name: Install Cosign
109-
uses: sigstore/cosign-installer@v3.6.0
109+
uses: sigstore/cosign-installer@v3.8.2
110110

111111
- name: Set up QEMU
112112
uses: docker/setup-qemu-action@v3
@@ -145,7 +145,7 @@ jobs:
145145
io.hass.type=addon
146146
147147
- name: Change version in config file
148-
uses: fjogeleit/yaml-update-action@v0.15.0
148+
uses: fjogeleit/yaml-update-action@v0.16.1
149149
with:
150150
valueFile: "nextcloud_backup/config.yml"
151151
propertyPath: "version"
@@ -213,7 +213,7 @@ jobs:
213213
ref: ${{ steps.branch-names.outputs.current_branch }}
214214

215215
- name: Generate readme
216-
uses: cuchi/jinja2-action@v1.2.2
216+
uses: cuchi/jinja2-action@v1.3.0
217217
with:
218218
template: addon/nextcloud_backup/.README.md.j2
219219
output_file: repository/nextcloud_backup/README.md

nextcloud_backup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.20
1+
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.21
22

33
FROM node:20 AS frontend-builder
44

nextcloud_backup/backend/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@
1313
},
1414
"dependencies": {
1515
"app-root-path": "3.1.0",
16-
"cookie-parser": "1.4.6",
16+
"cookie-parser": "1.4.7",
1717
"cors": "^2.8.5",
18-
"cron": "3.1.7",
19-
"debug": "4.3.6",
18+
"cron": "3.5.0",
19+
"debug": "4.4.1",
2020
"errorhandler": "^1.5.1",
21-
"express": "4.20.0",
21+
"express": "4.21.2",
2222
"fast-xml-parser": "^4.4.1",
2323
"figlet": "^1.7.0",
24-
"form-data": "4.0.0",
25-
"got": "14.4.2",
24+
"form-data": "4.0.2",
25+
"got": "14.4.7",
2626
"http-errors": "2.0.0",
2727
"joi": "^17.13.3",
2828
"jquery": "3.7.1",
2929
"kleur": "^4.1.5",
30-
"luxon": "3.5.0",
30+
"luxon": "3.6.1",
3131
"morgan": "1.10.0",
3232
"url-join": "^5.0.0",
33-
"webdav": "5.7.1",
34-
"winston": "3.14.1"
33+
"webdav": "5.8.0",
34+
"winston": "3.17.0"
3535
},
36-
"packageManager": "pnpm@9.7.0",
36+
"packageManager": "pnpm@9.15.9",
3737
"devDependencies": {
3838
"@eslint/js": "^9.9.0",
3939
"@tsconfig/recommended": "^1.0.7",
@@ -47,12 +47,12 @@
4747
"@types/luxon": "^3.4.2",
4848
"@types/morgan": "^1.9.9",
4949
"@types/node": "^22.3.0",
50-
"concurrently": "9.0.1",
50+
"concurrently": "9.1.2",
5151
"dotenv": "^16.4.5",
5252
"eslint": "^9.9.0",
5353
"nodemon": "^3.1.4",
5454
"ts-node": "^10.9.2",
5555
"typescript": "^5.5.4",
56-
"typescript-eslint": "8.1.0"
56+
"typescript-eslint": "8.33.1"
5757
}
5858
}

0 commit comments

Comments
 (0)