1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

fix(deps): update all non-major dependencies (#4229)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-06 06:10:49 +00:00
committed by GitHub
parent 6097bd49b7
commit 3abe70b402
6 changed files with 462 additions and 441 deletions

View File

@@ -33,7 +33,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: 1.25.3
go-version: 1.25.4
check-latest: true
- name: Checkout code
uses: actions/checkout@v5

View File

@@ -54,7 +54,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: "1.25.3"
go-version: "1.25.4"
check-latest: true
- name: Checkout code
uses: actions/checkout@v5
@@ -77,7 +77,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: "1.25.3"
go-version: "1.25.4"
check-latest: true
- name: Generate dependencies
run: make fake_assets shared_key.pem shared_cert.pem

4
go.mod
View File

@@ -4,7 +4,7 @@ require (
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/alexflint/go-arg v1.6.0
github.com/beme/abide v0.0.0-20190723115211-635a09831760
github.com/docker/docker v28.5.1+incompatible
github.com/docker/docker v28.5.2+incompatible
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/dustin/go-humanize v1.0.1
@@ -119,4 +119,4 @@ require (
sigs.k8s.io/yaml v1.6.0 // indirect
)
go 1.25.3
go 1.25.4

2
go.sum
View File

@@ -62,6 +62,8 @@ github.com/docker/docker v28.5.0+incompatible h1:ZdSQoRUE9XxhFI/B8YLvhnEFMmYN9Pp
github.com/docker/docker v28.5.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v28.5.1+incompatible h1:Bm8DchhSD2J6PsFzxC35TZo4TLGR2PdW/E69rU45NhM=
github.com/docker/docker v28.5.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v28.5.2+incompatible h1:DBX0Y0zAjZbSrm1uzOkdr1onVghKaftjlSWt4AFexzM=
github.com/docker/docker v28.5.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=

View File

@@ -36,7 +36,7 @@
"@iconify-json/material-symbols": "^1.2.44",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/mdi-light": "^1.2.2",
"@iconify-json/octicon": "^1.2.16",
"@iconify-json/octicon": "^1.2.17",
"@iconify-json/ph": "^1.2.2",
"@intlify/unplugin-vue-i18n": "^11.0.1",
"@tailwindcss/typography": "^0.5.19",
@@ -54,11 +54,11 @@
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-transition": "^3.0.1",
"daisyui": "5.4.2",
"daisyui": "5.4.5",
"entities": "^7.0.0",
"fuse.js": "^7.1.0",
"lodash.debounce": "^4.0.8",
"pinia": "^3.0.3",
"pinia": "^3.0.4",
"sortablejs": "^1.15.6",
"splitpanes": "^4.0.4",
"strip-ansi": "^7.1.2",
@@ -68,11 +68,11 @@
"unplugin-vue-components": "^30.0.0",
"unplugin-vue-macros": "^2.14.5",
"unplugin-vue-router": "^0.16.1",
"vite": "7.1.12",
"vite": "7.2.1",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-svg-loader": "^5.1.0",
"vitepress": "1.6.4",
"vue": "^3.5.22",
"vue": "^3.5.23",
"vue-i18n": "^11.1.12",
"vue-router": "^4.6.3"
},
@@ -81,7 +81,7 @@
"@iconify-json/ion": "^1.2.6",
"@iconify-json/material-symbols-light": "^1.2.44",
"@iconify-json/ri": "^1.2.6",
"@pinia/testing": "^1.0.2",
"@pinia/testing": "^1.0.3",
"@playwright/test": "^1.56.1",
"@types/d3-array": "^3.2.2",
"@types/d3-ease": "^3.0.2",
@@ -90,9 +90,9 @@
"@types/d3-shape": "^3.1.7",
"@types/d3-transition": "^3.0.9",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^24.9.2",
"@types/node": "^24.10.0",
"@vitejs/plugin-vue": "6.0.1",
"@vue/compiler-sfc": "^3.5.22",
"@vue/compiler-sfc": "^3.5.23",
"@vue/test-utils": "^2.4.6",
"bumpp": "^10.3.1",
"c8": "^10.1.3",
@@ -105,9 +105,9 @@
"simple-git-hooks": "^2.13.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"vitest": "^4.0.6",
"vue-component-type-helpers": "3.1.2",
"vue-tsc": "3.1.2"
"vitest": "^4.0.7",
"vue-component-type-helpers": "3.1.3",
"vue-tsc": "3.1.3"
},
"lint-staged": {
"*.{js,vue,css,ts,html,md}": [

869
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff