Skip to content

Commit 2de7391

Browse files
fix(deps): update all non-major dependencies (#3603)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 585e1ed commit 2de7391

File tree

4 files changed

+57
-51
lines changed

4 files changed

+57
-51
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY public ./public
2222
# Build assets
2323
RUN pnpm build
2424

25-
FROM --platform=$BUILDPLATFORM golang:1.23.5-alpine AS builder
25+
FROM --platform=$BUILDPLATFORM golang:1.23.6-alpine AS builder
2626

2727
# install gRPC dependencies
2828
RUN apk add --no-cache ca-certificates protoc protobuf-dev\

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ require (
7777
gotest.tools/v3 v3.0.3 // indirect
7878
)
7979

80-
go 1.23.5
80+
go 1.23.6

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@iconify-json/material-symbols": "^1.2.14",
3737
"@iconify-json/mdi": "^1.2.3",
3838
"@iconify-json/mdi-light": "^1.2.2",
39-
"@iconify-json/octicon": "^1.2.2",
39+
"@iconify-json/octicon": "^1.2.3",
4040
"@iconify-json/ph": "^1.2.2",
4141
"@intlify/unplugin-vue-i18n": "^6.0.3",
4242
"@oddbird/css-anchor-positioning": "^0.4.0",
@@ -68,7 +68,7 @@
6868
"unplugin-vue-components": "^28.0.0",
6969
"unplugin-vue-macros": "^2.14.1",
7070
"unplugin-vue-router": "^0.11.2",
71-
"vite": "6.0.11",
71+
"vite": "6.1.0",
7272
"vite-plugin-compression2": "^1.3.3",
7373
"vite-plugin-vue-layouts": "^0.11.0",
7474
"vite-svg-loader": "^5.1.0",
@@ -83,7 +83,7 @@
8383
"@playwright/test": "^1.50.1",
8484
"@types/d3-array": "^3.2.1",
8585
"@types/d3-ease": "^3.0.2",
86-
"@types/d3-scale": "^4.0.8",
86+
"@types/d3-scale": "^4.0.9",
8787
"@types/d3-selection": "^3.0.11",
8888
"@types/d3-shape": "^3.1.7",
8989
"@types/d3-transition": "^3.0.9",
@@ -92,7 +92,7 @@
9292
"@vitejs/plugin-vue": "5.2.1",
9393
"@vue/compiler-sfc": "^3.5.13",
9494
"@vue/test-utils": "^2.4.6",
95-
"bumpp": "^10.0.1",
95+
"bumpp": "^10.0.2",
9696
"c8": "^10.1.3",
9797
"concurrently": "^9.1.2",
9898
"eventsourcemock": "^2.0.0",

pnpm-lock.yaml

Lines changed: 51 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)