Skip to content

Commit

Permalink
chore(deps): bump @libp2p/websockets from 8.1.1 to 8.1.2
Browse files Browse the repository at this point in the history
Bumps [@libp2p/websockets](https://github.com/libp2p/js-libp2p) from 8.1.1 to 8.1.2.
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@websockets-v8.1.1...websockets-v8.1.2)

---
updated-dependencies:
- dependency-name: "@libp2p/websockets"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 096435d commit 8039b24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@libp2p/mdns": "^10.1.1",
"@libp2p/pubsub-peer-discovery": "^10.0.2",
"@libp2p/webrtc": "^4.1.2",
"@libp2p/websockets": "^8.1.1",
"@libp2p/websockets": "^8.1.2",
"@libp2p/webtransport": "^4.1.1",
"@multiformats/multiaddr": "^12.3.0",
"it-pipe": "^3.0.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -682,13 +682,13 @@
uint8arraylist "^2.4.8"
uint8arrays "^5.1.0"

"@libp2p/websockets@^8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@libp2p/websockets/-/websockets-8.1.1.tgz#09d8e7dbdbee41ad0c341d290688c50ca6e3faf7"
integrity sha512-Iwh+bZnDlft5rVEfJCddtUFRYRT2OARUm60UuD10bYndwnJM3f/kMWXPo0EoE3nULpejOS5VCcR6/Ipm3PIUiw==
"@libp2p/websockets@^8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@libp2p/websockets/-/websockets-8.1.2.tgz#1cbabca6a9f0a70758f11800e617f3307afa3c67"
integrity sha512-URq0udV+QDRzB31uNKfH/PAte4gdP5pYiZSJZvJ99YZudERTjjjU0+ElqEy3qwm6MX6w1bgf/muld6X0cGWfBg==
dependencies:
"@libp2p/interface" "^1.6.0"
"@libp2p/utils" "^5.4.5"
"@libp2p/interface" "^1.6.1"
"@libp2p/utils" "^5.4.6"
"@multiformats/mafmt" "^12.1.6"
"@multiformats/multiaddr" "^12.2.3"
"@multiformats/multiaddr-to-uri" "^10.0.1"
Expand Down

0 comments on commit 8039b24

Please sign in to comment.