Skip to content

Commit

Permalink
chore(deps): bump @chainsafe/libp2p-noise from 15.1.0 to 15.1.1
Browse files Browse the repository at this point in the history
Bumps [@chainsafe/libp2p-noise](https://github.com/ChainSafe/js-libp2p-noise) from 15.1.0 to 15.1.1.
- [Release notes](https://github.com/ChainSafe/js-libp2p-noise/releases)
- [Changelog](https://github.com/ChainSafe/js-libp2p-noise/blob/master/CHANGELOG.md)
- [Commits](ChainSafe/js-libp2p-noise@v15.1.0...v15.1.1)

---
updated-dependencies:
- dependency-name: "@chainsafe/libp2p-noise"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 2f340db commit 4ba1f6f
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 @@ -32,7 +32,7 @@
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^13.1.0",
"@chainsafe/libp2p-noise": "^15.1.0",
"@chainsafe/libp2p-noise": "^15.1.1",
"@chainsafe/libp2p-yamux": "^6.0.2",
"@libp2p/autonat": "^1.1.4",
"@libp2p/bootstrap": "^10.1.4",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@
uint8arraylist "^2.4.8"
uint8arrays "^5.0.1"

"@chainsafe/libp2p-noise@^15.0.0", "@chainsafe/libp2p-noise@^15.1.0":
version "15.1.0"
resolved "https://registry.yarnpkg.com/@chainsafe/libp2p-noise/-/libp2p-noise-15.1.0.tgz#f30caa146d3d11c6dfd6da3c4510b664f8b0881c"
integrity sha512-84S/Uk7ZZRYpSlE5d1odMmQTl5g5Da8etgcf4QI7arTAHkvBs3il7yGHIPt4wV4EV0qIMG+XjdGIYihRXfI2/w==
"@chainsafe/libp2p-noise@^15.0.0", "@chainsafe/libp2p-noise@^15.1.1":
version "15.1.1"
resolved "https://registry.yarnpkg.com/@chainsafe/libp2p-noise/-/libp2p-noise-15.1.1.tgz#ae0ef4673991323e825eecdb32a719b36f91366a"
integrity sha512-66EPS8gFTkb1jVCiJoY3+ulG/ZTef7kiNZZZvUOUzsLIZYQTi+7pIDBpgmolzSXdsFb8I2hl5mZsvcbzVZB5gg==
dependencies:
"@chainsafe/as-chacha20poly1305" "^0.1.0"
"@chainsafe/as-sha256" "^0.4.1"
"@libp2p/crypto" "^4.0.0"
"@libp2p/interface" "^1.5.0"
"@libp2p/peer-id" "^4.0.0"
"@noble/ciphers" "^0.5.1"
"@noble/ciphers" "^0.6.0"
"@noble/curves" "^1.1.0"
"@noble/hashes" "^1.3.1"
it-length-prefixed "^9.0.1"
Expand Down Expand Up @@ -767,10 +767,10 @@
uint8-varint "^2.0.1"
uint8arrays "^5.0.0"

"@noble/ciphers@^0.5.1":
version "0.5.3"
resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-0.5.3.tgz#48b536311587125e0d0c1535f73ec8375cd76b23"
integrity sha512-B0+6IIHiqEs3BPMT0hcRmHvEj2QHOLu+uwt+tqDDeVd0oyVzh7BPrDcPjRnV1PV/5LaknXJJQvOuRGR0zQJz+w==
"@noble/ciphers@^0.6.0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-0.6.0.tgz#a3d82c72ce71ba43128e7eb71757b5ecb75b1273"
integrity sha512-mIbq/R9QXk5/cTfESb1OKtyFnk7oc1Om/8onA1158K9/OZUQFDEVy55jVTato+xmp3XX6F6Qh0zz0Nc1AxAlRQ==

"@noble/curves@^1.1.0", "@noble/curves@^1.4.0":
version "1.4.2"
Expand Down

0 comments on commit 4ba1f6f

Please sign in to comment.