Skip to content

Commit cec8a3c

Browse files
fix(deps): update all dependencies
1 parent 22a8e40 commit cec8a3c

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
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@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
49+
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
5050
with:
5151
languages: ${{ matrix.language }}
5252

5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
54+
uses: github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
5555

5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
57+
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/aperturerobotics/controllerbus v0.50.1 // latest
1010
github.com/aperturerobotics/entitygraph v0.11.0 // latest
1111
github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest
12-
github.com/aperturerobotics/starpc v0.38.0 // latest
12+
github.com/aperturerobotics/starpc v0.38.1 // latest
1313
github.com/aperturerobotics/util v1.30.0 // latest
1414
)
1515

@@ -37,14 +37,14 @@ require (
3737
github.com/mr-tron/base58 v1.2.0
3838
github.com/multiformats/go-multiaddr v0.15.0
3939
github.com/nats-io/nats-server/v2 v2.11.1
40-
github.com/nats-io/nats.go v1.41.1
41-
github.com/nats-io/nkeys v0.4.10
40+
github.com/nats-io/nats.go v1.41.2
41+
github.com/nats-io/nkeys v0.4.11
4242
github.com/patrickmn/go-cache v2.1.0+incompatible
4343
github.com/pion/datachannel v1.5.10
4444
github.com/pion/sdp/v3 v3.0.11
4545
github.com/pion/webrtc/v4 v4.0.15
4646
github.com/pkg/errors v0.9.1
47-
github.com/quic-go/quic-go v0.50.1 // latest
47+
github.com/quic-go/quic-go v0.51.0 // latest
4848
github.com/sasha-s/go-deadlock v0.3.5
4949
github.com/sirupsen/logrus v1.9.3
5050
github.com/zeebo/blake3 v0.2.4

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ github.com/aperturerobotics/quic-go v0.48.2-0.20241029082227-fa76c393ee89 h1:MUX
3030
github.com/aperturerobotics/quic-go v0.48.2-0.20241029082227-fa76c393ee89/go.mod h1:vhhkHYq2i9lb0bOllqKhOdtg/3i7r4o/7zc8XI/T4lo=
3131
github.com/aperturerobotics/starpc v0.38.0 h1:/1R3TLIoVIk5AA2SdCylykrL9BfoeTsXVvv8cRn0ebU=
3232
github.com/aperturerobotics/starpc v0.38.0/go.mod h1:hXOnhcvSXOoA6/Tw/qinQKhpi8+7WDkhrFXS5nHQ6us=
33+
github.com/aperturerobotics/starpc v0.38.1 h1:pdDfhrTn6nsEtn+/qYbFNgXRHnlJNb/MdbF9CMqgMoA=
34+
github.com/aperturerobotics/starpc v0.38.1/go.mod h1:IT2VZ+tDYFleXhcOSvxcUe1fyVk8rD6JCISwjFeA6OA=
3335
github.com/aperturerobotics/util v1.30.0 h1:OKhFVPnAfR8/dfVNV27EtMr27C0kzwPiStoCwKiint0=
3436
github.com/aperturerobotics/util v1.30.0/go.mod h1:T97YTP+FVLegYo5rylOVaPuTLyZyiDqYxD5zVLI9YAc=
3537
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=

0 commit comments

Comments
 (0)