This repository was archived by the owner on Jun 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +2145
-1366
lines changed Expand file tree Collapse file tree 6 files changed +2145
-1366
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
- uses : actions/checkout@v4
107
107
108
108
- name : Install Cosign
109
- uses : sigstore/cosign-installer@v3.6.0
109
+ uses : sigstore/cosign-installer@v3.8.2
110
110
111
111
- name : Set up QEMU
112
112
uses : docker/setup-qemu-action@v3
@@ -145,7 +145,7 @@ jobs:
145
145
io.hass.type=addon
146
146
147
147
- name : Change version in config file
148
- uses : fjogeleit/yaml-update-action@v0.15.0
148
+ uses : fjogeleit/yaml-update-action@v0.16.1
149
149
with :
150
150
valueFile : " nextcloud_backup/config.yml"
151
151
propertyPath : " version"
@@ -213,7 +213,7 @@ jobs:
213
213
ref : ${{ steps.branch-names.outputs.current_branch }}
214
214
215
215
- name : Generate readme
216
- uses : cuchi/jinja2-action@v1.2.2
216
+ uses : cuchi/jinja2-action@v1.3.0
217
217
with :
218
218
template : addon/nextcloud_backup/.README.md.j2
219
219
output_file : repository/nextcloud_backup/README.md
Original file line number Diff line number Diff line change 1
- ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.20
1
+ ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.21
2
2
3
3
FROM node:20 AS frontend-builder
4
4
Original file line number Diff line number Diff line change 13
13
},
14
14
"dependencies" : {
15
15
"app-root-path" : " 3.1.0" ,
16
- "cookie-parser" : " 1.4.6 " ,
16
+ "cookie-parser" : " 1.4.7 " ,
17
17
"cors" : " ^2.8.5" ,
18
- "cron" : " 3.1.7 " ,
19
- "debug" : " 4.3.6 " ,
18
+ "cron" : " 3.5.0 " ,
19
+ "debug" : " 4.4.1 " ,
20
20
"errorhandler" : " ^1.5.1" ,
21
- "express" : " 4.20.0 " ,
21
+ "express" : " 4.21.2 " ,
22
22
"fast-xml-parser" : " ^4.4.1" ,
23
23
"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 " ,
26
26
"http-errors" : " 2.0.0" ,
27
27
"joi" : " ^17.13.3" ,
28
28
"jquery" : " 3.7.1" ,
29
29
"kleur" : " ^4.1.5" ,
30
- "luxon" : " 3.5.0 " ,
30
+ "luxon" : " 3.6.1 " ,
31
31
"morgan" : " 1.10.0" ,
32
32
"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 "
35
35
},
36
- "packageManager" : " pnpm@9.7.0 " ,
36
+ "packageManager" : " pnpm@9.15.9 " ,
37
37
"devDependencies" : {
38
38
"@eslint/js" : " ^9.9.0" ,
39
39
"@tsconfig/recommended" : " ^1.0.7" ,
47
47
"@types/luxon" : " ^3.4.2" ,
48
48
"@types/morgan" : " ^1.9.9" ,
49
49
"@types/node" : " ^22.3.0" ,
50
- "concurrently" : " 9.0.1 " ,
50
+ "concurrently" : " 9.1.2 " ,
51
51
"dotenv" : " ^16.4.5" ,
52
52
"eslint" : " ^9.9.0" ,
53
53
"nodemon" : " ^3.1.4" ,
54
54
"ts-node" : " ^10.9.2" ,
55
55
"typescript" : " ^5.5.4" ,
56
- "typescript-eslint" : " 8.1.0 "
56
+ "typescript-eslint" : " 8.33.1 "
57
57
}
58
58
}
You can’t perform that action at this time.
0 commit comments