From ea4b1cda226c0dadb00859d113da667b7d0fae85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 18:49:30 +0000 Subject: [PATCH] chore(deps): bump @libp2p/websockets from 3.0.4 to 5.0.0 Bumps [@libp2p/websockets](https://github.com/libp2p/js-libp2p-websockets) from 3.0.4 to 5.0.0. - [Release notes](https://github.com/libp2p/js-libp2p-websockets/releases) - [Changelog](https://github.com/libp2p/js-libp2p-websockets/blob/master/CHANGELOG.md) - [Commits](https://github.com/libp2p/js-libp2p-websockets/compare/v3.0.4...v5.0.0) --- updated-dependencies: - dependency-name: "@libp2p/websockets" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/browser-exchange-files/package.json | 2 +- examples/browser-ipns-publish/package.json | 2 +- examples/circuit-relaying/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/browser-exchange-files/package.json b/examples/browser-exchange-files/package.json index 54e07963..d3033ad1 100644 --- a/examples/browser-exchange-files/package.json +++ b/examples/browser-exchange-files/package.json @@ -13,7 +13,7 @@ }, "browserslist": "last 1 Chrome version", "dependencies": { - "@libp2p/websockets": "^3.0.3", + "@libp2p/websockets": "^5.0.0", "ipfs-core": "^0.16.0", "it-all": "^1.0.4", "uint8arrays": "^3.0.0" diff --git a/examples/browser-ipns-publish/package.json b/examples/browser-ipns-publish/package.json index f9916ae3..7d276a04 100644 --- a/examples/browser-ipns-publish/package.json +++ b/examples/browser-ipns-publish/package.json @@ -23,7 +23,7 @@ }, "browserslist": "last 1 Chrome version", "dependencies": { - "@libp2p/websockets": "^3.0.3", + "@libp2p/websockets": "^5.0.0", "ipfs-core": "^0.16.0", "kubo-rpc-client": "^1.0.1", "ipfs-utils": "^9.0.6", diff --git a/examples/circuit-relaying/package.json b/examples/circuit-relaying/package.json index f2ad3c2a..ed9e05bc 100644 --- a/examples/circuit-relaying/package.json +++ b/examples/circuit-relaying/package.json @@ -16,7 +16,7 @@ }, "browserslist": "last 1 Chrome version", "dependencies": { - "@libp2p/websockets": "^3.0.3", + "@libp2p/websockets": "^5.0.0", "delay": "^5.0.0", "ipfs-core": "^0.16.0", "ipfs-css": "^1.3.0",