From 7addb8717dd27f8fb753b1e9abb08f534c18c6ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:38:20 +0000 Subject: [PATCH] deps: bump @libp2p/websockets from 8.2.0 to 9.0.1 Bumps [@libp2p/websockets](https://github.com/libp2p/js-libp2p) from 8.2.0 to 9.0.1. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json) - [Commits](https://github.com/libp2p/js-libp2p/compare/websockets-v8.2.0...tcp-v9.0.1) --- updated-dependencies: - dependency-name: "@libp2p/websockets" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/helia/package.json | 2 +- packages/interop/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/helia/package.json b/packages/helia/package.json index dea59479..d82a8d37 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -76,7 +76,7 @@ "@libp2p/tcp": "^9.0.16", "@libp2p/upnp-nat": "^1.0.14", "@libp2p/webrtc": "^4.0.20", - "@libp2p/websockets": "^8.0.16", + "@libp2p/websockets": "^9.0.1", "@libp2p/webtransport": "^4.0.20", "@multiformats/dns": "^1.0.1", "blockstore-core": "^4.4.0", diff --git a/packages/interop/package.json b/packages/interop/package.json index 24d08ca1..d9f33582 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -77,7 +77,7 @@ "@libp2p/keychain": "^4.0.9", "@libp2p/peer-id": "^4.0.7", "@libp2p/peer-id-factory": "^4.0.7", - "@libp2p/websockets": "^8.0.16", + "@libp2p/websockets": "^9.0.1", "@multiformats/sha3": "^3.0.2", "aegir": "^44.0.1", "helia": "^4.2.6",