Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent 585e1ed commit 612c1a7
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 51 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY public ./public
# Build assets
RUN pnpm build

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

# install gRPC dependencies
RUN apk add --no-cache ca-certificates protoc protobuf-dev\
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ require (
gotest.tools/v3 v3.0.3 // indirect
)

go 1.23.5
go 1.23.6
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@iconify-json/material-symbols": "^1.2.14",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/mdi-light": "^1.2.2",
"@iconify-json/octicon": "^1.2.2",
"@iconify-json/octicon": "^1.2.3",
"@iconify-json/ph": "^1.2.2",
"@intlify/unplugin-vue-i18n": "^6.0.3",
"@oddbird/css-anchor-positioning": "^0.4.0",
Expand Down Expand Up @@ -68,7 +68,7 @@
"unplugin-vue-components": "^28.0.0",
"unplugin-vue-macros": "^2.14.1",
"unplugin-vue-router": "^0.11.2",
"vite": "6.0.11",
"vite": "6.1.0",
"vite-plugin-compression2": "^1.3.3",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-svg-loader": "^5.1.0",
Expand All @@ -83,7 +83,7 @@
"@playwright/test": "^1.50.1",
"@types/d3-array": "^3.2.1",
"@types/d3-ease": "^3.0.2",
"@types/d3-scale": "^4.0.8",
"@types/d3-scale": "^4.0.9",
"@types/d3-selection": "^3.0.11",
"@types/d3-shape": "^3.1.7",
"@types/d3-transition": "^3.0.9",
Expand All @@ -92,7 +92,7 @@
"@vitejs/plugin-vue": "5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"@vue/test-utils": "^2.4.6",
"bumpp": "^10.0.1",
"bumpp": "^10.0.2",
"c8": "^10.1.3",
"concurrently": "^9.1.2",
"eventsourcemock": "^2.0.0",
Expand Down
96 changes: 51 additions & 45 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 612c1a7

Please sign in to comment.