Skip to content

Commit 847774a

Browse files
fix(deps): update all dependencies
1 parent eef11aa commit 847774a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
cache: 'yarn'
4747

4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
49+
uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
5050
with:
5151
languages: ${{ matrix.language }}
5252

5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
54+
uses: github/codeql-action/autobuild@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
5555

5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
57+
uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ require (
3636
github.com/libp2p/go-libp2p v0.42.0
3737
github.com/mr-tron/base58 v1.2.0
3838
github.com/multiformats/go-multiaddr v0.16.0
39-
github.com/nats-io/nats-server/v2 v2.11.4
39+
github.com/nats-io/nats-server/v2 v2.11.5
4040
github.com/nats-io/nats.go v1.43.0
4141
github.com/nats-io/nkeys v0.4.11
4242
github.com/patrickmn/go-cache v2.1.0+incompatible
4343
github.com/pion/datachannel v1.5.10
4444
github.com/pion/sdp/v3 v3.0.14
4545
github.com/pion/webrtc/v4 v4.1.2
4646
github.com/pkg/errors v0.9.1
47-
github.com/quic-go/quic-go v0.52.0 // latest
47+
github.com/quic-go/quic-go v0.53.0 // latest
4848
github.com/sasha-s/go-deadlock v0.3.5
4949
github.com/sirupsen/logrus v1.9.3
5050
github.com/zeebo/blake3 v0.2.4

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2113,9 +2113,9 @@ prelude-ls@^1.2.1:
21132113
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
21142114

21152115
prettier@^3.1.1:
2116-
version "3.6.0"
2117-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.0.tgz#18ec98d62cb0757a5d4eab40253ff3e6d0fc8dea"
2118-
integrity sha512-ujSB9uXHJKzM/2GBuE0hBOUgC77CN3Bnpqa+g80bkv3T3A93wL/xlzDATHhnhkzifz/UE2SNOvmbTz5hSkDlHw==
2116+
version "3.6.2"
2117+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.2.tgz#ccda02a1003ebbb2bfda6f83a074978f608b9393"
2118+
integrity sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==
21192119

21202120
progress-events@^1.0.0, progress-events@^1.0.1:
21212121
version "1.0.1"

0 commit comments

Comments
 (0)