Skip to content

Commit a1f08d2

Browse files
chore(deps): bump @libp2p/ping from 2.0.37 to 3.0.1
Bumps [@libp2p/ping](https://github.com/libp2p/js-libp2p) from 2.0.37 to 3.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@ping-v2.0.37...tls-v3.0.1) --- updated-dependencies: - dependency-name: "@libp2p/ping" dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7079fb6 commit a1f08d2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/js-libp2p-example-auto-tls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@libp2p/identify": "^3.0.13",
2626
"@libp2p/kad-dht": "^15.0.0",
2727
"@libp2p/keychain": "^5.0.11",
28-
"@libp2p/ping": "^2.0.27",
28+
"@libp2p/ping": "^3.0.1",
2929
"@libp2p/upnp-nat": "^3.0.1",
3030
"@libp2p/websockets": "^9.1.0",
3131
"@multiformats/multiaddr-matcher": "^1.6.0",

examples/js-libp2p-example-discovery-mechanisms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@libp2p/identify": "^3.0.0",
2525
"@libp2p/kad-dht": "^15.0.0",
2626
"@libp2p/mdns": "^11.0.0",
27-
"@libp2p/ping": "^2.0.27",
27+
"@libp2p/ping": "^3.0.1",
2828
"@libp2p/pubsub-peer-discovery": "^11.0.0",
2929
"@libp2p/tcp": "^10.0.0",
3030
"libp2p": "^2.0.0"

examples/js-libp2p-example-peer-and-content-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@chainsafe/libp2p-yamux": "^7.0.0",
2222
"@libp2p/identify": "^3.0.1",
2323
"@libp2p/kad-dht": "^15.0.0",
24-
"@libp2p/ping": "^2.0.27",
24+
"@libp2p/ping": "^3.0.1",
2525
"@libp2p/tcp": "^10.0.0",
2626
"it-all": "^3.0.2",
2727
"libp2p": "^2.0.0",

examples/js-libp2p-example-webrtc-private-to-private/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@chainsafe/libp2p-yamux": "^7.0.0",
1717
"@libp2p/circuit-relay-v2": "^3.0.0",
1818
"@libp2p/identify": "^3.0.1",
19-
"@libp2p/ping": "^2.0.1",
19+
"@libp2p/ping": "^3.0.1",
2020
"@libp2p/webrtc": "^5.0.0",
2121
"@libp2p/websockets": "^9.0.0",
2222
"@multiformats/multiaddr": "^12.0.0",

0 commit comments

Comments
 (0)