Skip to content

Commit

Permalink
chore(deps): bump @libp2p/identify from 2.1.1 to 2.1.2
Browse files Browse the repository at this point in the history
Bumps [@libp2p/identify](https://github.com/libp2p/js-libp2p) from 2.1.1 to 2.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@identify-v2.1.1...identify-v2.1.2)

---
updated-dependencies:
- dependency-name: "@libp2p/identify"
  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 b2c4b72 commit 167e083
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@libp2p/bootstrap": "^10.1.2",
"@libp2p/circuit-relay-v2": "^1.1.2",
"@libp2p/dcutr": "^1.1.0",
"@libp2p/identify": "^2.0.2",
"@libp2p/identify": "^2.1.2",
"@libp2p/interface-pubsub": "^4.0.1",
"@libp2p/mdns": "^10.1.2",
"@libp2p/pubsub-peer-discovery": "^10.0.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -414,15 +414,15 @@
protons-runtime "^5.4.0"
uint8arraylist "^2.4.8"

"@libp2p/identify@^2.0.2":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@libp2p/identify/-/identify-2.1.1.tgz#f01ea4ff5faa3545358354766509a08717356637"
integrity sha512-vNaz2sKJh7wzNdDnkDn9RBPL7WhotGd78ogkDmr3N5J8V50wSXjA556tHa8eO5dqtyTTHZ0TTa6C0BPW/vxGng==
"@libp2p/identify@^2.1.2":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@libp2p/identify/-/identify-2.1.2.tgz#85a69eb341d893a767d81b3b6138790278109fb9"
integrity sha512-neLNz6WhYAxDHgsb/LGyZF9i+nE4E+dk30/5gFxc/876oVwgc1IqSs2eEEEx9t0l2ToeHADScBM+bHrFsLIk3g==
dependencies:
"@libp2p/interface" "^1.6.0"
"@libp2p/interface-internal" "^1.3.0"
"@libp2p/peer-id" "^4.2.0"
"@libp2p/peer-record" "^7.0.21"
"@libp2p/interface" "^1.6.1"
"@libp2p/interface-internal" "^1.3.1"
"@libp2p/peer-id" "^4.2.1"
"@libp2p/peer-record" "^7.0.22"
"@multiformats/multiaddr" "^12.2.3"
"@multiformats/multiaddr-matcher" "^1.2.1"
it-drain "^3.0.7"
Expand Down Expand Up @@ -560,7 +560,7 @@
multiformats "^13.1.0"
uint8arrays "^5.1.0"

"@libp2p/peer-record@^7.0.21", "@libp2p/peer-record@^7.0.22":
"@libp2p/peer-record@^7.0.22":
version "7.0.22"
resolved "https://registry.yarnpkg.com/@libp2p/peer-record/-/peer-record-7.0.22.tgz#d5af9e5208646b5dca2d232618dbd13823dd03cb"
integrity sha512-7QnpzENWtuU75E1L9xANmNAoiOMElMR5DZUZdXouvs7Yw0hGq1xI2MzqSH8TYISqjsDvE5SwKod6YQX0vCfoXw==
Expand Down

0 comments on commit 167e083

Please sign in to comment.