From 3e03db093b454ed47b24da51f89fc3e719af8ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 11:35:58 +0000 Subject: [PATCH] chore(deps): bump @libp2p/websockets from 3.0.4 to 5.0.2 Bumps [@libp2p/websockets](https://github.com/libp2p/js-libp2p-websockets) from 3.0.4 to 5.0.2. - [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.2) --- 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..b23c6be1 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.2", "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..e5e192f3 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.2", "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..4a91b05d 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.2", "delay": "^5.0.0", "ipfs-core": "^0.16.0", "ipfs-css": "^1.3.0",