From dfcc79137c5d08ee404d815e2494cc4b8547964c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:34:31 +0000 Subject: [PATCH] deps: bump @libp2p/webrtc from 2.0.11 to 3.1.3 Bumps [@libp2p/webrtc](https://github.com/libp2p/js-libp2p) from 2.0.11 to 3.1.3. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json) - [Commits](https://github.com/libp2p/js-libp2p/commits/webrtc-v3.1.3) --- updated-dependencies: - dependency-name: "@libp2p/webrtc" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/helia/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/helia/package.json b/packages/helia/package.json index d39c84efa..0df03ec99 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -64,7 +64,7 @@ "@libp2p/mdns": "^8.0.0", "@libp2p/mplex": "^8.0.3", "@libp2p/tcp": "^7.0.1", - "@libp2p/webrtc": "^2.0.4", + "@libp2p/webrtc": "^3.1.3", "@libp2p/websockets": "^6.0.1", "@libp2p/webtransport": "^2.0.1", "blockstore-core": "^4.0.0",