Skip to content

Commit 4ce468e

Browse files
fix(deps): update all dependencies
1 parent 00035ba commit 4ce468e

File tree

3 files changed

+118
-124
lines changed

3 files changed

+118
-124
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
"dependencies": {
104104
"@aptre/it-ws": "^1.1.2",
105105
"@aptre/protobuf-es-lite": "^0.5.2",
106-
"@chainsafe/libp2p-yamux": "^7.0.1",
107-
"@libp2p/interface": "^2.6.1",
106+
"@chainsafe/libp2p-yamux": "^8.0.0",
107+
"@libp2p/interface": "^3.0.0",
108108
"event-iterator": "^2.0.0",
109109
"isomorphic-ws": "^5.0.0",
110110
"it-first": "^3.0.6",

tools/go.mod

Lines changed: 4 additions & 4 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
17-
github.com/golangci/golangci-lint/v2 v2.5.0
16+
github.com/evanw/esbuild v0.27.0
17+
github.com/golangci/golangci-lint/v2 v2.6.2
1818
github.com/psampaz/go-mod-outdated v0.9.0
19-
golang.org/x/tools v0.38.0
20-
mvdan.cc/gofumpt v0.9.1
19+
golang.org/x/tools v0.39.0
20+
mvdan.cc/gofumpt v0.9.2
2121
)
2222

2323
require (

0 commit comments

Comments
 (0)