Skip to content

Commit b7b2f58

Browse files
deps: bump @libp2p/peer-id from 4.2.4 to 5.0.1
Bumps [@libp2p/peer-id](https://github.com/libp2p/js-libp2p) from 4.2.4 to 5.0.1. - [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@peer-id-v4.2.4...utils-v5.0.1) --- updated-dependencies: - dependency-name: "@libp2p/peer-id" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b8ec69 commit b7b2f58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@libp2p/interface": "^1.1.1",
4949
"@libp2p/logger": "^4.0.4",
50-
"@libp2p/peer-id": "^4.0.4",
50+
"@libp2p/peer-id": "^5.0.1",
5151
"@multiformats/multiaddr": "^12.1.3",
5252
"any-signal": "^4.1.1",
5353
"browser-readablestream-to-it": "^2.0.3",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@fastify/cors": "^9.0.1",
6969
"@helia/interface": "^4.0.0",
7070
"@libp2p/interface": "^1.1.1",
71-
"@libp2p/peer-id": "^4.0.4",
71+
"@libp2p/peer-id": "^5.0.1",
7272
"fastify": "^4.17.0",
7373
"ipns": "^9.0.0",
7474
"multiformats": "^13.0.0",

0 commit comments

Comments
 (0)