Skip to content

Commit 701d9b2

Browse files
fix(deps): update all dependencies
1 parent 59113b8 commit 701d9b2

File tree

7 files changed

+326
-282
lines changed

7 files changed

+326
-282
lines changed

.github/workflows/codeql-analysis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,26 @@ jobs:
3232

3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
35+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636

3737
- name: Setup Go ${{ matrix.go }}
38-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
38+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
3939
with:
4040
go-version: ${{ matrix.go }}
4141

4242
- name: Setup Node.JS ${{ matrix.node }}
43-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
43+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
4444
with:
4545
node-version: ${{ matrix.node }}
4646
cache: 'yarn'
4747

4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
49+
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
5050
with:
5151
languages: ${{ matrix.language }}
5252

5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
54+
uses: github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
5555

5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
57+
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0

.github/workflows/dependency-review.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: 'Checkout Repository'
18-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
18+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
- name: 'Dependency Review'
20-
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
20+
uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
timeout-minutes: 10
2525

2626
steps:
27-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
27+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828

2929
- name: Setup Go ${{ matrix.go }}
30-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
30+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
3131
with:
3232
go-version: ${{ matrix.go }}
3333

3434
- name: Setup Node.JS ${{ matrix.node }}
35-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
35+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
3636
with:
3737
node-version: ${{ matrix.node }}
3838
cache: 'yarn'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@typescript-eslint/parser": "^8.2.0",
8282
"eslint": "^8.0.0",
8383
"eslint-config-prettier": "^9.0.0",
84-
"eslint-plugin-react-hooks": "^4.6.1",
84+
"eslint-plugin-react-hooks": "^5.0.0",
8585
"eslint-plugin-unused-imports": "^4.0.0",
8686
"starpc": "^0.35.0",
8787
"vitest": "^2.0.2"

tools/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/aperturerobotics/common v0.15.4 // latest
1616
github.com/aperturerobotics/goprotowrap v0.3.1 // latest
1717
github.com/aperturerobotics/protobuf-go-lite v0.7.0 // latest
18-
github.com/aperturerobotics/starpc v0.35.0 // latest
18+
github.com/aperturerobotics/starpc v0.35.1 // latest
1919
)
2020

2121
require (
@@ -454,7 +454,7 @@ require (
454454
go.uber.org/zap v1.27.0 // indirect
455455
gocloud.dev v0.39.0 // indirect
456456
golang.org/x/crypto v0.28.0 // indirect
457-
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
457+
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
458458
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f // indirect
459459
golang.org/x/mod v0.21.0 // indirect
460460
golang.org/x/net v0.30.0 // indirect

tools/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ github.com/aperturerobotics/protobuf-go-lite v0.7.0 h1:dDoOzD0kxx8fshgqyWrJdhZHf
144144
github.com/aperturerobotics/protobuf-go-lite v0.7.0/go.mod h1:MSCkd3x0MtN1WbG5abldAa55AVKHJlOgbZGPDcBauLM=
145145
github.com/aperturerobotics/starpc v0.35.0 h1:+gQCQT7oudOH5jxHzoSC4Nv7adYPlG6AIDRzzUVaaMo=
146146
github.com/aperturerobotics/starpc v0.35.0/go.mod h1:dA3DDDO19J/0Yn1iED1KdkelWY5ZmaKR1LddvkZq9Hc=
147+
github.com/aperturerobotics/starpc v0.35.1/go.mod h1:8tpuRoTbAmm9pDuz6DLK1TBkvDN74CuZtrLHQQGlHmQ=
147148
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
148149
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
149150
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=
@@ -1154,6 +1155,7 @@ golang.org/x/crypto v0.28.0/go.mod h1:rmgy+3RHxRZMyY0jjAJShp2zgEdOqj2AO7U0pYmeQ7
11541155
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
11551156
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 h1:e66Fs6Z+fZTbFBAxKfP3PALWBtpfqks2bwGcexMxgtk=
11561157
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0/go.mod h1:2TbTHSBQa924w8M6Xs1QcRcFwyucIwBGpK1p2f1YFFY=
1158+
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c/go.mod h1:NQtJDoLvd6faHhE7m4T/1IY708gDefGGjR/iUW8yQQ8=
11571159
golang.org/x/exp/typeparams v0.0.0-20220428152302-39d4317da171/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk=
11581160
golang.org/x/exp/typeparams v0.0.0-20230203172020-98cc5a0785f9/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk=
11591161
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f h1:phY1HzDcf18Aq9A8KkmRtY9WvOFIxN8wgfvy6Zm1DV8=

0 commit comments

Comments
 (0)