File tree Expand file tree Collapse file tree 7 files changed +376
-382
lines changed Expand file tree Collapse file tree 7 files changed +376
-382
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ jobs:
56
56
cache : ' yarn'
57
57
58
58
- name : Initialize CodeQL
59
- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3 .30.3
59
+ uses : github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 .30.7
60
60
with :
61
61
languages : ${{ matrix.language }}
62
62
63
63
64
64
- name : Autobuild
65
- uses : github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3 .30.3
65
+ uses : github/codeql-action/autobuild@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 .30.7
66
66
67
67
- name : Perform CodeQL Analysis
68
- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3 .30.3
68
+ uses : github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 .30.7
Original file line number Diff line number Diff line change 17
17
- name : ' Checkout Repository'
18
18
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19
19
- name : ' Dependency Review'
20
- uses : actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
20
+ uses : actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ require (
19
19
20
20
require (
21
21
github.com/coder/websocket v1.8.14 // latest
22
- github.com/libp2p/go-libp2p v0.43 .0 // latest
22
+ github.com/libp2p/go-libp2p v0.44 .0 // latest
23
23
github.com/pkg/errors v0.9.1 // latest
24
24
github.com/sirupsen/logrus v1.9.3 // latest
25
- google.golang.org/protobuf v1.36.9 // latest
25
+ google.golang.org/protobuf v1.36.10 // latest
26
26
)
27
27
28
28
require github.com/libp2p/go-yamux/v4 v4.0.1
Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=
63
63
golang.org/x/sys v0.34.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
64
64
google.golang.org/protobuf v1.36.9 h1:w2gp2mA27hUeUzj9Ex9FBjsBm40zfaDtEWow293U7Iw =
65
65
google.golang.org/protobuf v1.36.9 /go.mod h1:fuxRtAxBytpl4zzqUh6/eyUujkJdNiuEkXntxiD/uRU =
66
+ google.golang.org/protobuf v1.36.10 h1:AYd7cD/uASjIL6Q9LiTjz8JLcrh/88q5UObnmY3aOOE =
67
+ google.golang.org/protobuf v1.36.10 /go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco =
66
68
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
67
69
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
68
70
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
Original file line number Diff line number Diff line change 102
102
"dependencies" : {
103
103
"@aptre/it-ws" : " ^1.1.2" ,
104
104
"@aptre/protobuf-es-lite" : " ^0.5.2" ,
105
- "@chainsafe/libp2p-yamux" : " ^7 .0.1 " ,
106
- "@libp2p/interface" : " ^2.6.1 " ,
105
+ "@chainsafe/libp2p-yamux" : " ^8 .0.0 " ,
106
+ "@libp2p/interface" : " ^3.0.0 " ,
107
107
"event-iterator" : " ^2.0.0" ,
108
108
"isomorphic-ws" : " ^5.0.0" ,
109
109
"it-first" : " ^3.0.6" ,
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ require (
13
13
)
14
14
15
15
require (
16
- github.com/evanw/esbuild v0.25.9
17
- github.com/golangci/golangci-lint/v2 v2.4 .0
16
+ github.com/evanw/esbuild v0.25.10
17
+ github.com/golangci/golangci-lint/v2 v2.5 .0
18
18
github.com/psampaz/go-mod-outdated v0.9.0
19
19
golang.org/x/tools v0.37.0
20
20
mvdan.cc/gofumpt v0.9.1
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments