Skip to content

Commit 11a7862

Browse files
fix(deps): update all non-major dependencies (#3748)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b058ca commit 11a7862

File tree

6 files changed

+130
-130
lines changed

6 files changed

+130
-130
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Go
3232
uses: actions/setup-go@v5
3333
with:
34-
go-version: 1.24.1
34+
go-version: 1.24.2
3535
check-latest: true
3636
- name: Checkout code
3737
uses: actions/checkout@v4

.github/workflows/test.yml

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

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build assets
2-
FROM --platform=$BUILDPLATFORM node:23.10.0-alpine AS node
2+
FROM --platform=$BUILDPLATFORM node:23.11.0-alpine AS node
33

44
RUN corepack enable
55

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ require (
111111
sigs.k8s.io/yaml v1.4.0 // indirect
112112
)
113113

114-
go 1.24.1
114+
go 1.24.2

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@intlify/unplugin-vue-i18n": "^6.0.5",
4242
"@oddbird/css-anchor-positioning": "^0.4.0",
4343
"@tailwindcss/typography": "^0.5.16",
44-
"@tailwindcss/vite": "4.0.17",
44+
"@tailwindcss/vite": "4.1.1",
4545
"@vueuse/components": "^13.0.0",
4646
"@vueuse/core": "^13.0.0",
4747
"@vueuse/integrations": "^13.0.0",
@@ -55,7 +55,7 @@
5555
"d3-selection": "^3.0.0",
5656
"d3-shape": "^3.2.0",
5757
"d3-transition": "^3.0.1",
58-
"daisyui": "5.0.9",
58+
"daisyui": "5.0.12",
5959
"date-fns": "^4.1.0",
6060
"entities": "^6.0.0",
6161
"fuse.js": "^7.1.0",
@@ -64,7 +64,7 @@
6464
"sortablejs": "^1.15.6",
6565
"splitpanes": "^4.0.3",
6666
"strip-ansi": "^7.1.0",
67-
"tailwindcss": "4.0.17",
67+
"tailwindcss": "4.1.1",
6868
"unplugin-auto-import": "^19.1.2",
6969
"unplugin-icons": "^22.1.0",
7070
"unplugin-vue-components": "^28.4.1",
@@ -92,7 +92,7 @@
9292
"@types/d3-shape": "^3.1.7",
9393
"@types/d3-transition": "^3.0.9",
9494
"@types/lodash.debounce": "^4.0.9",
95-
"@types/node": "^22.13.16",
95+
"@types/node": "^22.13.17",
9696
"@vitejs/plugin-vue": "5.2.3",
9797
"@vue/compiler-sfc": "^3.5.13",
9898
"@vue/test-utils": "^2.4.6",

0 commit comments

Comments
 (0)