Skip to content

Commit 088a17e

Browse files
fix(deps): update all dependencies
1 parent 15a026d commit 088a17e

File tree

4 files changed

+432
-522
lines changed

4 files changed

+432
-522
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@
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",

tools/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ require (
1313
)
1414

1515
require (
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

2323
require (

0 commit comments

Comments
 (0)