Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit a71d493

Browse files
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](libp2p/js-libp2p-websockets@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] <support@github.com>
1 parent f17ca82 commit a71d493

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/browser-exchange-files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"browserslist": "last 1 Chrome version",
1515
"dependencies": {
16-
"@libp2p/websockets": "^3.0.3",
16+
"@libp2p/websockets": "^5.0.0",
1717
"ipfs-core": "^0.16.0",
1818
"it-all": "^1.0.4",
1919
"uint8arrays": "^3.0.0"

examples/browser-ipns-publish/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"browserslist": "last 1 Chrome version",
2525
"dependencies": {
26-
"@libp2p/websockets": "^3.0.3",
26+
"@libp2p/websockets": "^5.0.0",
2727
"ipfs-core": "^0.16.0",
2828
"ipfs-http-client": "^58.0.0",
2929
"ipfs-utils": "^9.0.6",

examples/circuit-relaying/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"browserslist": "last 1 Chrome version",
1818
"dependencies": {
19-
"@libp2p/websockets": "^3.0.3",
19+
"@libp2p/websockets": "^5.0.0",
2020
"delay": "^5.0.0",
2121
"ipfs-core": "^0.16.0",
2222
"ipfs-css": "^1.3.0",

0 commit comments

Comments
 (0)