Skip to content

Commit 4cfd3d0

Browse files
fix(deps): update all non-major dependencies (#3556)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9752504 commit 4cfd3d0

File tree

6 files changed

+22
-31
lines changed

6 files changed

+22
-31
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
echo "${{ secrets.TTL_KEY }}" > shared_key.pem
122122
echo "${{ secrets.TTL_CERT }}" > shared_cert.pem
123123
- name: Build and push
124-
uses: docker/build-push-action@v6.11.0
124+
uses: docker/build-push-action@v6.12.0
125125
with:
126126
push: true
127127
context: .

.github/workflows/dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "${{ secrets.TTL_KEY }}" > shared_key.pem
4040
echo "${{ secrets.TTL_CERT }}" > shared_cert.pem
4141
- name: Build and push
42-
uses: docker/build-push-action@v6.11.0
42+
uses: docker/build-push-action@v6.12.0
4343
with:
4444
context: .
4545
push: true

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ require (
3535
golang.org/x/crypto v0.32.0
3636
golang.org/x/sync v0.10.0
3737
google.golang.org/grpc v1.69.4
38-
google.golang.org/protobuf v1.36.2
38+
google.golang.org/protobuf v1.36.3
3939
)
4040

4141
require (

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ google.golang.org/protobuf v1.36.1 h1:yBPeRvTftaleIgM3PZ/WBIZ7XM/eEYAaEyCwvyjq/g
312312
google.golang.org/protobuf v1.36.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
313313
google.golang.org/protobuf v1.36.2 h1:R8FeyR1/eLmkutZOM5CWghmo5itiG9z0ktFlTVLuTmU=
314314
google.golang.org/protobuf v1.36.2/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
315+
google.golang.org/protobuf v1.36.3 h1:82DV7MYdb8anAVi3qge1wSnMDrnKK7ebr+I0hHRN1BU=
316+
google.golang.org/protobuf v1.36.3/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
315317
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
316318
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=
317319
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@
9292
"@vitejs/plugin-vue": "5.2.1",
9393
"@vue/compiler-sfc": "^3.5.13",
9494
"@vue/test-utils": "^2.4.6",
95-
"bumpp": "^9.10.0",
95+
"bumpp": "^9.10.1",
9696
"c8": "^10.1.3",
9797
"concurrently": "^9.1.2",
9898
"eventsourcemock": "^2.0.0",
9999
"jsdom": "^26.0.0",
100100
"lint-staged": "^15.3.0",
101101
"prettier": "^3.4.2",
102-
"prettier-plugin-tailwindcss": "^0.6.9",
102+
"prettier-plugin-tailwindcss": "^0.6.10",
103103
"simple-git-hooks": "^2.11.1",
104104
"ts-node": "^10.9.2",
105105
"typescript": "^5.7.3",

pnpm-lock.yaml

+15-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)