Skip to content

Commit cd508e1

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

File tree

7 files changed

+494
-413
lines changed

7 files changed

+494
-413
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

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: 'Checkout Repository'
1818
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
- name: 'Dependency Review'
20-
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
20+
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ 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 (
2121
github.com/coder/websocket v1.8.14 // latest
22-
github.com/libp2p/go-libp2p v0.44.0 // latest
22+
github.com/libp2p/go-libp2p v0.45.0 // latest
2323
github.com/pkg/errors v0.9.1 // latest
2424
github.com/sirupsen/logrus v1.9.3 // latest
2525
google.golang.org/protobuf v1.36.10 // latest

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@typescript-eslint/eslint-plugin": "^8.39.1",
8989
"@typescript-eslint/parser": "^8.39.1",
9090
"depcheck": "^1.4.6",
91-
"esbuild": "^0.25.9",
91+
"esbuild": "^0.27.0",
9292
"eslint": "^9.33.0",
9393
"eslint-config-prettier": "^10.0.2",
9494
"husky": "^9.1.7",
@@ -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.27.0
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)