Skip to content

Commit 2c964ec

Browse files
fix(deps): update all dependencies
1 parent 7a82201 commit 2c964ec

File tree

6 files changed

+474
-562
lines changed

6 files changed

+474
-562
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@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
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@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
6666

6767
- name: Perform CodeQL Analysis
68-
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
68+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ replace (
1414

1515
require (
1616
github.com/aperturerobotics/protobuf-go-lite v0.11.0 // latest
17-
github.com/aperturerobotics/util v1.31.3 // latest
17+
github.com/aperturerobotics/util v1.31.4 // latest
1818
)
1919

2020
require (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ github.com/aperturerobotics/protobuf-go-lite v0.11.0 h1:IAaZISqrEpodqECYxk0yKWgR
66
github.com/aperturerobotics/protobuf-go-lite v0.11.0/go.mod h1:c4kGy7Dkfz6B1m0t4QBIMQoNeQ7m+nYj3Qxxnlwhygo=
77
github.com/aperturerobotics/util v1.31.3 h1:3irvlwlwwvOl4jD2lHg/N8bBp9B/3kx9Ec4qlJxQKEU=
88
github.com/aperturerobotics/util v1.31.3/go.mod h1:G5yKUDojt6uzVvs7kGByey0lBfKdDg4O4jXmdkSqO6Y=
9+
github.com/aperturerobotics/util v1.31.4 h1:2F4j5CML/Hb4dQT1E1pjkZd3AdJhsAQiaRCR9pD/dwo=
10+
github.com/aperturerobotics/util v1.31.4/go.mod h1:qfeWUnkC60QpjxH4yocO6Q/No+J1E488yzuconPgF8c=
911
github.com/coder/websocket v1.8.14 h1:9L0p0iKiNOibykf283eHkKUHHrpG7f65OE3BhhO7v9g=
1012
github.com/coder/websocket v1.8.14/go.mod h1:NX3SzP+inril6yawo5CQXx8+fk145lPDC6pumgx0mVg=
1113
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

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: 3 additions & 3 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.25.12
17+
github.com/golangci/golangci-lint/v2 v2.6.1
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)