Skip to content

Commit

Permalink
chore(deps): bump @libp2p/mdns from 10.1.1 to 10.1.2
Browse files Browse the repository at this point in the history
Bumps [@libp2p/mdns](https://github.com/libp2p/js-libp2p) from 10.1.1 to 10.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@mdns-v10.1.1...mdns-v10.1.2)

---
updated-dependencies:
- dependency-name: "@libp2p/mdns"
  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 f7d50b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@libp2p/dcutr": "^1.1.0",
"@libp2p/identify": "^2.0.2",
"@libp2p/interface-pubsub": "^4.0.1",
"@libp2p/mdns": "^10.1.1",
"@libp2p/mdns": "^10.1.2",
"@libp2p/pubsub-peer-discovery": "^10.0.2",
"@libp2p/webrtc": "^4.1.2",
"@libp2p/websockets": "^8.1.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -501,15 +501,15 @@
interface-datastore "^8.2.11"
multiformats "^13.1.0"

"@libp2p/mdns@^10.1.1":
version "10.1.1"
resolved "https://registry.yarnpkg.com/@libp2p/mdns/-/mdns-10.1.1.tgz#92a606144ad968e4fc16489711db308c1484138e"
integrity sha512-XtOv8EWx/nSFrMjFEAUjxt6OO74hny6miEovyTK6XoX7f0iWss307Umro362RyumsC6UNt7J5IXsMQ/MOAxLog==
"@libp2p/mdns@^10.1.2":
version "10.1.2"
resolved "https://registry.yarnpkg.com/@libp2p/mdns/-/mdns-10.1.2.tgz#39629cbebf98c0eba7e9f48620e29dbf2a24ca20"
integrity sha512-OmKa6RnFt2SDVoBK6d/gUUF5AC5+IeL5poBfvDh90ihqZihEukKWWixaiPcmLRt375sMEkGqeY0Jk5vuy+XUsA==
dependencies:
"@libp2p/interface" "^1.6.0"
"@libp2p/interface-internal" "^1.3.0"
"@libp2p/peer-id" "^4.2.0"
"@libp2p/utils" "^5.4.5"
"@libp2p/interface" "^1.6.1"
"@libp2p/interface-internal" "^1.3.1"
"@libp2p/peer-id" "^4.2.1"
"@libp2p/utils" "^5.4.6"
"@multiformats/multiaddr" "^12.2.3"
"@types/multicast-dns" "^7.2.4"
dns-packet "^5.6.1"
Expand Down

0 comments on commit f7d50b0

Please sign in to comment.