File tree Expand file tree Collapse file tree 4 files changed +432
-522
lines changed Expand file tree Collapse file tree 4 files changed +432
-522
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ jobs:
5656        cache : ' yarn' 
5757
5858    - name : Initialize CodeQL 
59-       uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5   #  v4.30.8 
59+       uses : github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047   #  v4.30.9 
6060      with :
6161        languages : ${{ matrix.language }} 
6262
6363
6464    - name : Autobuild 
65-       uses : github/codeql-action/autobuild@f443b600d91635bebf5b0d9ebc620189c0d6fba5   #  v4.30.8 
65+       uses : github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047   #  v4.30.9 
6666
6767    - name : Perform CodeQL Analysis 
68-       uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5   #  v4.30.8 
68+       uses : github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047   #  v4.30.9 
Original file line number Diff line number Diff line change 9797    "rimraf" : " ^6.0.1" 
9898    "tsx" : " ^4.20.4" 
9999    "typescript" : " ^5.8.2" 
100-     "vitest" : " ^3 .0.7 " 
100+     "vitest" : " ^4 .0.0 " 
101101  },
102102  "dependencies" : {
103103    "@aptre/it-ws" : " ^1.1.2" 
104104    "@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 " 
107107    "event-iterator" : " ^2.0.0" 
108108    "isomorphic-ws" : " ^5.0.0" 
109109    "it-first" : " ^3.0.6" 
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ require (
1313)
1414
1515require  (
16- 	github.com/evanw/esbuild  v0.25.10  
16+ 	github.com/evanw/esbuild  v0.25.11  
1717	github.com/golangci/golangci-lint/v2  v2.5.0 
1818	github.com/psampaz/go-mod-outdated  v0.9.0 
1919	golang.org/x/tools  v0.38.0 
20- 	mvdan.cc/gofumpt  v0.9.1  
20+ 	mvdan.cc/gofumpt  v0.9.2  
2121)
2222
2323require  (
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments