Skip to content

Commit 3fadbac

Browse files
fix(deps): update all dependencies
1 parent 10a0463 commit 3fadbac

File tree

5 files changed

+178
-173
lines changed

5 files changed

+178
-173
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
cache: 'yarn'
4747

4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
49+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
5050
with:
5151
languages: ${{ matrix.language }}
5252

5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
54+
uses: github/codeql-action/autobuild@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
5555

5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
57+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ replace github.com/libp2p/go-msgio => github.com/aperturerobotics/go-libp2p-msgi
99

1010
require (
1111
github.com/aperturerobotics/cli v1.0.1 // latest
12-
github.com/aperturerobotics/common v0.22.14 // latest
12+
github.com/aperturerobotics/common v0.23.0 // latest
1313
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 // latest
1414
github.com/aperturerobotics/protobuf-go-lite v0.11.0 // latest
15-
github.com/aperturerobotics/starpc v0.39.10 // latest
15+
github.com/aperturerobotics/starpc v0.40.0 // latest
1616
github.com/aperturerobotics/util v1.31.4 // latest
1717
)
1818

@@ -36,7 +36,7 @@ require (
3636
github.com/ipfs/go-cid v0.4.1 // indirect
3737
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
3838
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
39-
github.com/libp2p/go-libp2p v0.43.0 // indirect
39+
github.com/libp2p/go-libp2p v0.45.0 // indirect
4040
github.com/libp2p/go-yamux/v4 v4.0.2-0.20240826150533-e92055b23e0e // indirect
4141
github.com/minio/sha256-simd v1.0.1 // indirect
4242
github.com/multiformats/go-base32 v0.1.0 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ github.com/aperturerobotics/common v0.22.13 h1:smm17e4b8ubagiRVtkzk2M4pt8IFKSEGl
44
github.com/aperturerobotics/common v0.22.13/go.mod h1:/86GyW6RWYxHByCFOhvI9IQgCchTnJznwV2k9Nz5lgk=
55
github.com/aperturerobotics/common v0.22.14 h1:Z2OigJSCgaFFowQ9ydaLxMnZv3H+Vrh9tpvdLGLZ7hs=
66
github.com/aperturerobotics/common v0.22.14/go.mod h1:/86GyW6RWYxHByCFOhvI9IQgCchTnJznwV2k9Nz5lgk=
7+
github.com/aperturerobotics/common v0.23.0 h1:YorZN9DvaURtlzjhTopee5DQk9Nf8Z7MaYyqFa0kKhc=
8+
github.com/aperturerobotics/common v0.23.0/go.mod h1:/86GyW6RWYxHByCFOhvI9IQgCchTnJznwV2k9Nz5lgk=
79
github.com/aperturerobotics/go-libp2p v0.37.1-0.20241111002741-5cfbb50b74e0 h1:tGwbeDoEeQCrUQL+ClUywldqvz9eRmhcVrGwGxz2xJg=
810
github.com/aperturerobotics/go-libp2p v0.37.1-0.20241111002741-5cfbb50b74e0/go.mod h1:FJkAtQcP9XxqG1NNLNHKm+wLVIGSCQX2s6CEoD+w97g=
911
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 h1:4B1F0DzuqPzb6WqgCjWaqDD7JU9RDsevQG5OP0DFBgs=
@@ -12,6 +14,8 @@ github.com/aperturerobotics/protobuf-go-lite v0.11.0 h1:IAaZISqrEpodqECYxk0yKWgR
1214
github.com/aperturerobotics/protobuf-go-lite v0.11.0/go.mod h1:c4kGy7Dkfz6B1m0t4QBIMQoNeQ7m+nYj3Qxxnlwhygo=
1315
github.com/aperturerobotics/starpc v0.39.10 h1:j6E9PQaj08jNrpWmYf8WvWQ6OwWJvOqdHUyUzBCQhsM=
1416
github.com/aperturerobotics/starpc v0.39.10/go.mod h1:rLC0m8lFh+oISGaRpJ6QuEP1z7ocbTLGb4QA8dijUWw=
17+
github.com/aperturerobotics/starpc v0.40.0 h1:6DyLuqTjgvNudaWjy+Hxpbvzqc3s7zoZwPl6xzln0gc=
18+
github.com/aperturerobotics/starpc v0.40.0/go.mod h1:TtXAw1hXQ2LNFaBz2yhZQg+BwFV9qvmZ2CpftuOavF0=
1519
github.com/aperturerobotics/util v1.31.4 h1:2F4j5CML/Hb4dQT1E1pjkZd3AdJhsAQiaRCR9pD/dwo=
1620
github.com/aperturerobotics/util v1.31.4/go.mod h1:qfeWUnkC60QpjxH4yocO6Q/No+J1E488yzuconPgF8c=
1721
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"singleQuote": true
4848
},
4949
"devDependencies": {
50-
"@aptre/common": "^0.22.10",
50+
"@aptre/common": "^0.23.0",
5151
"depcheck": "^1.4.7",
5252
"happy-dom": "^20.0.0",
5353
"prettier": "^3.5.3",
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@aptre/protobuf-es-lite": "^0.5.2",
60-
"starpc": "^0.39.5"
60+
"starpc": "^0.40.0"
6161
},
6262
"resolutions": {
6363
"@aptre/protobuf-es-lite": "0.5.2"

0 commit comments

Comments
 (0)