Skip to content

Commit 0b8b60a

Browse files
fix(deps): update all non-major dependencies (#4233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent da32dc9 commit 0b8b60a

File tree

4 files changed

+432
-889
lines changed

4 files changed

+432
-889
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ require (
3535
github.com/wk8/go-ordered-map/v2 v2.1.8
3636
github.com/yuin/goldmark v1.7.13
3737
golang.org/x/crypto v0.43.0
38-
golang.org/x/sync v0.17.0
38+
golang.org/x/sync v0.18.0
3939
google.golang.org/grpc v1.76.0
4040
google.golang.org/protobuf v1.36.10
4141
k8s.io/api v0.34.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,8 @@ golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=
397397
golang.org/x/sync v0.16.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
398398
golang.org/x/sync v0.17.0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug=
399399
golang.org/x/sync v0.17.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
400+
golang.org/x/sync v0.18.0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I=
401+
golang.org/x/sync v0.18.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
400402
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
401403
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
402404
golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
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.17",
39+
"@iconify-json/octicon": "^1.2.18",
4040
"@iconify-json/ph": "^1.2.2",
4141
"@intlify/unplugin-vue-i18n": "^11.0.1",
4242
"@tailwindcss/typography": "^0.5.19",
43-
"@tailwindcss/vite": "4.1.16",
43+
"@tailwindcss/vite": "4.1.17",
4444
"@vueuse/components": "^14.0.0",
4545
"@vueuse/core": "^14.0.0",
4646
"@vueuse/integrations": "^14.0.0",
@@ -54,25 +54,25 @@
5454
"d3-selection": "^3.0.0",
5555
"d3-shape": "^3.2.0",
5656
"d3-transition": "^3.0.1",
57-
"daisyui": "5.4.5",
57+
"daisyui": "5.4.7",
5858
"entities": "^7.0.0",
5959
"fuse.js": "^7.1.0",
6060
"lodash.debounce": "^4.0.8",
6161
"pinia": "^3.0.4",
6262
"sortablejs": "^1.15.6",
6363
"splitpanes": "^4.0.4",
6464
"strip-ansi": "^7.1.2",
65-
"tailwindcss": "4.1.16",
65+
"tailwindcss": "4.1.17",
6666
"unplugin-auto-import": "^20.2.0",
6767
"unplugin-icons": "^22.5.0",
6868
"unplugin-vue-components": "^30.0.0",
6969
"unplugin-vue-macros": "^2.14.5",
7070
"unplugin-vue-router": "^0.16.1",
71-
"vite": "7.2.1",
71+
"vite": "7.2.2",
7272
"vite-plugin-vue-layouts": "^0.11.0",
7373
"vite-svg-loader": "^5.1.0",
7474
"vitepress": "1.6.4",
75-
"vue": "^3.5.23",
75+
"vue": "^3.5.24",
7676
"vue-i18n": "^11.1.12",
7777
"vue-router": "^4.6.3"
7878
},
@@ -92,7 +92,7 @@
9292
"@types/lodash.debounce": "^4.0.9",
9393
"@types/node": "^24.10.0",
9494
"@vitejs/plugin-vue": "6.0.1",
95-
"@vue/compiler-sfc": "^3.5.23",
95+
"@vue/compiler-sfc": "^3.5.24",
9696
"@vue/test-utils": "^2.4.6",
9797
"bumpp": "^10.3.1",
9898
"c8": "^10.1.3",
@@ -105,7 +105,7 @@
105105
"simple-git-hooks": "^2.13.1",
106106
"ts-node": "^10.9.2",
107107
"typescript": "^5.9.3",
108-
"vitest": "^4.0.7",
108+
"vitest": "^4.0.8",
109109
"vue-component-type-helpers": "3.1.3",
110110
"vue-tsc": "3.1.3"
111111
},

0 commit comments

Comments
 (0)