Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#3561)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent 8da6748 commit 78487a5
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 58 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.4-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.23.5-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.4
go 1.23.5
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@
"concurrently": "^9.1.2",
"eventsourcemock": "^2.0.0",
"jsdom": "^26.0.0",
"lint-staged": "^15.4.0",
"lint-staged": "^15.4.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"simple-git-hooks": "^2.11.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"vitest": "^3.0.0",
"vitest": "^3.0.2",
"vue-component-type-helpers": "^2.2.0",
"vue-tsc": "^2.2.0"
},
Expand Down
108 changes: 54 additions & 54 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 78487a5

Please sign in to comment.