Skip to content

Commit

Permalink
deps: bump @libp2p/peer-id from 3.0.6 to 4.0.4
Browse files Browse the repository at this point in the history
Bumps [@libp2p/peer-id](https://github.com/libp2p/js-libp2p) from 3.0.6 to 4.0.4.
- [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@perf-v3.0.6...utils-v4.0.4)

---
updated-dependencies:
- dependency-name: "@libp2p/peer-id"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2024
1 parent e966c99 commit 49203d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"dependencies": {
"@libp2p/interface": "^0.1.2",
"@libp2p/logger": "^3.0.2",
"@libp2p/peer-id": "^3.0.3",
"@libp2p/peer-id": "^4.0.4",
"@multiformats/multiaddr": "^12.1.3",
"any-signal": "^4.1.1",
"browser-readablestream-to-it": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"dependencies": {
"@fastify/cors": "^8.3.0",
"@libp2p/interface": "^0.1.2",
"@libp2p/peer-id": "^3.0.3",
"@libp2p/peer-id": "^4.0.4",
"fastify": "^4.17.0",
"ipns": "^7.0.1",
"multiformats": "^13.0.0",
Expand Down

0 comments on commit 49203d6

Please sign in to comment.