Skip to content

Commit ae30d22

Browse files
fix(deps): update all dependencies
1 parent e77bec1 commit ae30d22

File tree

7 files changed

+395
-280
lines changed

7 files changed

+395
-280
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,26 @@ jobs:
3232

3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636

3737
- name: Setup Go ${{ matrix.go }}
38-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
38+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
3939
with:
4040
go-version: ${{ matrix.go }}
4141

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

4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
49+
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
5050
with:
5151
languages: ${{ matrix.language }}
5252

5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
54+
uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
5555

5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
57+
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
- name: 'Dependency Review'
20-
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
20+
uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
node: [23.x]
2121
timeout-minutes: 10
2222
steps:
23-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424

2525
- name: Setup Go ${{ matrix.go }}
26-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
26+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2727
with:
2828
go-version: ${{ matrix.go }}
2929

3030
- name: Setup Node.JS ${{ matrix.node }}
31-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
31+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3232
with:
3333
node-version: ${{ matrix.node }}
3434
cache: 'yarn'

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/aperturerobotics/template
22

33
go 1.24
44

5-
toolchain go1.24.2
5+
toolchain go1.25.1
66

77
replace (
88
// This fork uses go-protobuf-lite and adds post-quantum crypto support.
@@ -13,19 +13,19 @@ replace (
1313
)
1414

1515
require (
16-
github.com/aperturerobotics/common v0.22.7 // latest
16+
github.com/aperturerobotics/common v0.22.12 // latest
1717
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20250712004945-4e5f8882b0b8 // indirect
18-
github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest
19-
github.com/aperturerobotics/starpc v0.39.6 // latest
20-
github.com/aperturerobotics/util v1.31.0 // indirect
18+
github.com/aperturerobotics/protobuf-go-lite v0.11.0 // latest
19+
github.com/aperturerobotics/starpc v0.39.8 // latest
20+
github.com/aperturerobotics/util v1.31.3 // indirect
2121
)
2222

2323
require (
2424
github.com/coder/websocket v1.8.13 // indirect
2525
github.com/ipfs/go-cid v0.5.0 // indirect
2626
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
2727
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
28-
github.com/libp2p/go-libp2p v0.42.0 // indirect
28+
github.com/libp2p/go-libp2p v0.43.0 // indirect
2929
github.com/libp2p/go-yamux/v4 v4.0.1 // indirect
3030
github.com/minio/sha256-simd v1.0.1 // indirect
3131
github.com/mr-tron/base58 v1.2.0 // indirect

go.sum

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
github.com/aperturerobotics/common v0.22.7 h1:gMtJLKVSe+WVHe4JNZJWfGsCwv4ajGLfzkbceEEdswk=
22
github.com/aperturerobotics/common v0.22.7/go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY=
3+
github.com/aperturerobotics/common v0.22.12 h1:uSo+fDQg6xCoNI34Y7gueW1cW9Cy4d/2FQb/T006LZQ=
4+
github.com/aperturerobotics/common v0.22.12/go.mod h1:xMXHNN6oCvG0FfG1tY6+2Si7iWh1QfSSCSrqohFUeIk=
35
github.com/aperturerobotics/go-libp2p v0.37.1-0.20241111002741-5cfbb50b74e0 h1:tGwbeDoEeQCrUQL+ClUywldqvz9eRmhcVrGwGxz2xJg=
46
github.com/aperturerobotics/go-libp2p v0.37.1-0.20241111002741-5cfbb50b74e0/go.mod h1:FJkAtQcP9XxqG1NNLNHKm+wLVIGSCQX2s6CEoD+w97g=
57
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20250712004945-4e5f8882b0b8 h1:ht7OY1rv7oVmki0/pRYL7e4W0iWtisX+RqS/2yXOwxQ=
68
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20250712004945-4e5f8882b0b8/go.mod h1:SvGGBv3OVxUyqO0ZxA/nvs6z3cg7NIbZ64TnbV2OISo=
79
github.com/aperturerobotics/protobuf-go-lite v0.9.1 h1:P1knXKnwLJpVE8fmeXYGckKu79IhqUvKRdCfJNR0MwQ=
810
github.com/aperturerobotics/protobuf-go-lite v0.9.1/go.mod h1:fULrxQxEBWKQm7vvju9AfjTp9yfHoLgwMQWTiZQ2tg0=
11+
github.com/aperturerobotics/protobuf-go-lite v0.11.0 h1:IAaZISqrEpodqECYxk0yKWgROEbZtMhs7bErP+Zma9o=
12+
github.com/aperturerobotics/protobuf-go-lite v0.11.0/go.mod h1:c4kGy7Dkfz6B1m0t4QBIMQoNeQ7m+nYj3Qxxnlwhygo=
913
github.com/aperturerobotics/starpc v0.39.6 h1:z86Q5F1+5TiQcpn9uxrbBRRSo8VRChaiO9yzpvrP+Ec=
1014
github.com/aperturerobotics/starpc v0.39.6/go.mod h1:q8PqoL5FUP1LR2OfJTdVpX+XOxqiHoEVqrH/H0YmKu0=
15+
github.com/aperturerobotics/starpc v0.39.8 h1:4g4tBiU+dcpcHw65DZ7SwJ7u0apxJ7rOyw3NlYxajO8=
16+
github.com/aperturerobotics/starpc v0.39.8/go.mod h1:T4JI3BAX/GkinxMS+LqN4T250rdxX6zSctNqgsZrIi8=
1117
github.com/aperturerobotics/util v1.31.0 h1:094JjGljJCyd6uq5HfbFR//GGsMgN362TOhvEh78JyI=
1218
github.com/aperturerobotics/util v1.31.0/go.mod h1:vGqsy9755l+MpoPgNvXn40EQu/Xn2n+BQ7XBNKHBirs=
19+
github.com/aperturerobotics/util v1.31.3 h1:3irvlwlwwvOl4jD2lHg/N8bBp9B/3kx9Ec4qlJxQKEU=
20+
github.com/aperturerobotics/util v1.31.3/go.mod h1:G5yKUDojt6uzVvs7kGByey0lBfKdDg4O4jXmdkSqO6Y=
1321
github.com/coder/websocket v1.8.13 h1:f3QZdXy7uGVz+4uCJy2nTZyM0yTBj8yANEHhqlXZ9FE=
1422
github.com/coder/websocket v1.8.13/go.mod h1:LNVeNrXQZfe5qhS9ALED3uA+l5pPqvwXg3CKoDBB2gs=
1523
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"precommit": "npm run format"
4646
},
4747
"devDependencies": {
48-
"@aptre/common": "^0.21.2",
48+
"@aptre/common": "^0.22.0",
4949
"@types/react": "^19.1.2",
5050
"@types/react-dom": "^19.1.2",
51-
"@vitejs/plugin-react": "^4.4.0",
51+
"@vitejs/plugin-react": "^5.0.0",
5252
"depcheck": "^1.4.7",
5353
"globals": "^16.0.0",
5454
"prettier": "^3.5.3",
@@ -57,12 +57,12 @@
5757
"vite": "^6.2.6"
5858
},
5959
"dependencies": {
60-
"@aptre/protobuf-es-lite": "^0.4.1",
60+
"@aptre/protobuf-es-lite": "^0.5.0",
6161
"react": "^19.1.0",
6262
"react-dom": "^19.1.0",
63-
"starpc": "^0.38.1"
63+
"starpc": "^0.39.0"
6464
},
6565
"resolutions": {
66-
"@aptre/protobuf-es-lite": "^0.4.1"
66+
"@aptre/protobuf-es-lite": "^0.5.0"
6767
}
6868
}

0 commit comments

Comments
 (0)