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

chore(deps): bump libp2p from 0.39.5 to 0.42.2 #712

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): bump libp2p from 0.39.5 to 0.42.2
Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.39.5 to 0.42.2.
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md)
- [Commits](libp2p/js-libp2p@v0.39.5...v0.42.2)

---
updated-dependencies:
- dependency-name: libp2p
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2023
commit f958a711b273e0d74cbc19e94ffe72704a788224
2 changes: 1 addition & 1 deletion examples/custom-libp2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@libp2p/mplex": "^5.2.0",
"@libp2p/tcp": "^3.0.6",
"ipfs-core": "^0.16.0",
"libp2p": "^0.39.0",
"libp2p": "^0.42.2",
"uint8arrays": "^3.0.0"
},
"devDependencies": {
Expand Down