Skip to content

Commit 3abe70b

Browse files
fix(deps): update all non-major dependencies (#4229)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6097bd4 commit 3abe70b

File tree

6 files changed

+459
-438
lines changed

6 files changed

+459
-438
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Go
3434
uses: actions/setup-go@v6
3535
with:
36-
go-version: 1.25.3
36+
go-version: 1.25.4
3737
check-latest: true
3838
- name: Checkout code
3939
uses: actions/checkout@v5

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Go
5555
uses: actions/setup-go@v6
5656
with:
57-
go-version: "1.25.3"
57+
go-version: "1.25.4"
5858
check-latest: true
5959
- name: Checkout code
6060
uses: actions/checkout@v5
@@ -77,7 +77,7 @@ jobs:
7777
- name: Setup Go
7878
uses: actions/setup-go@v6
7979
with:
80-
go-version: "1.25.3"
80+
go-version: "1.25.4"
8181
check-latest: true
8282
- name: Generate dependencies
8383
run: make fake_assets shared_key.pem shared_cert.pem

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require (
44
github.com/Microsoft/go-winio v0.6.2 // indirect
55
github.com/alexflint/go-arg v1.6.0
66
github.com/beme/abide v0.0.0-20190723115211-635a09831760
7-
github.com/docker/docker v28.5.1+incompatible
7+
github.com/docker/docker v28.5.2+incompatible
88
github.com/docker/go-connections v0.5.0 // indirect
99
github.com/docker/go-units v0.5.0 // indirect
1010
github.com/dustin/go-humanize v1.0.1
@@ -119,4 +119,4 @@ require (
119119
sigs.k8s.io/yaml v1.6.0 // indirect
120120
)
121121

122-
go 1.25.3
122+
go 1.25.4

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ github.com/docker/docker v28.5.0+incompatible h1:ZdSQoRUE9XxhFI/B8YLvhnEFMmYN9Pp
6262
github.com/docker/docker v28.5.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
6363
github.com/docker/docker v28.5.1+incompatible h1:Bm8DchhSD2J6PsFzxC35TZo4TLGR2PdW/E69rU45NhM=
6464
github.com/docker/docker v28.5.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
65+
github.com/docker/docker v28.5.2+incompatible h1:DBX0Y0zAjZbSrm1uzOkdr1onVghKaftjlSWt4AFexzM=
66+
github.com/docker/docker v28.5.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
6567
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
6668
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
6769
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@iconify-json/material-symbols": "^1.2.44",
3737
"@iconify-json/mdi": "^1.2.3",
3838
"@iconify-json/mdi-light": "^1.2.2",
39-
"@iconify-json/octicon": "^1.2.16",
39+
"@iconify-json/octicon": "^1.2.17",
4040
"@iconify-json/ph": "^1.2.2",
4141
"@intlify/unplugin-vue-i18n": "^11.0.1",
4242
"@tailwindcss/typography": "^0.5.19",
@@ -54,11 +54,11 @@
5454
"d3-selection": "^3.0.0",
5555
"d3-shape": "^3.2.0",
5656
"d3-transition": "^3.0.1",
57-
"daisyui": "5.4.2",
57+
"daisyui": "5.4.5",
5858
"entities": "^7.0.0",
5959
"fuse.js": "^7.1.0",
6060
"lodash.debounce": "^4.0.8",
61-
"pinia": "^3.0.3",
61+
"pinia": "^3.0.4",
6262
"sortablejs": "^1.15.6",
6363
"splitpanes": "^4.0.4",
6464
"strip-ansi": "^7.1.2",
@@ -68,11 +68,11 @@
6868
"unplugin-vue-components": "^30.0.0",
6969
"unplugin-vue-macros": "^2.14.5",
7070
"unplugin-vue-router": "^0.16.1",
71-
"vite": "7.1.12",
71+
"vite": "7.2.1",
7272
"vite-plugin-vue-layouts": "^0.11.0",
7373
"vite-svg-loader": "^5.1.0",
7474
"vitepress": "1.6.4",
75-
"vue": "^3.5.22",
75+
"vue": "^3.5.23",
7676
"vue-i18n": "^11.1.12",
7777
"vue-router": "^4.6.3"
7878
},
@@ -81,7 +81,7 @@
8181
"@iconify-json/ion": "^1.2.6",
8282
"@iconify-json/material-symbols-light": "^1.2.44",
8383
"@iconify-json/ri": "^1.2.6",
84-
"@pinia/testing": "^1.0.2",
84+
"@pinia/testing": "^1.0.3",
8585
"@playwright/test": "^1.56.1",
8686
"@types/d3-array": "^3.2.2",
8787
"@types/d3-ease": "^3.0.2",
@@ -90,9 +90,9 @@
9090
"@types/d3-shape": "^3.1.7",
9191
"@types/d3-transition": "^3.0.9",
9292
"@types/lodash.debounce": "^4.0.9",
93-
"@types/node": "^24.9.2",
93+
"@types/node": "^24.10.0",
9494
"@vitejs/plugin-vue": "6.0.1",
95-
"@vue/compiler-sfc": "^3.5.22",
95+
"@vue/compiler-sfc": "^3.5.23",
9696
"@vue/test-utils": "^2.4.6",
9797
"bumpp": "^10.3.1",
9898
"c8": "^10.1.3",
@@ -105,9 +105,9 @@
105105
"simple-git-hooks": "^2.13.1",
106106
"ts-node": "^10.9.2",
107107
"typescript": "^5.9.3",
108-
"vitest": "^4.0.6",
109-
"vue-component-type-helpers": "3.1.2",
110-
"vue-tsc": "3.1.2"
108+
"vitest": "^4.0.7",
109+
"vue-component-type-helpers": "3.1.3",
110+
"vue-tsc": "3.1.3"
111111
},
112112
"lint-staged": {
113113
"*.{js,vue,css,ts,html,md}": [

0 commit comments

Comments
 (0)