chore(deps)(deps): bump @chainsafe/libp2p-noise from 13.0.1 to 13.0.4 (#1736)

Bumps [@chainsafe/libp2p-noise](https://github.com/ChainSafe/js-libp2p-noise) from 13.0.1 to 13.0.4.
- [Release notes](https://github.com/ChainSafe/js-libp2p-noise/releases)
- [Changelog](https://github.com/ChainSafe/js-libp2p-noise/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ChainSafe/js-libp2p-noise/compare/v13.0.1...v13.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-27 16:38:35 +01:00 committed by GitHub
parent 1d0e2ace7f
commit 681095dbd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 13 deletions

56
package-lock.json generated
View File

@ -1336,6 +1336,16 @@
"version": "0.2.3",
"license": "MIT"
},
"node_modules/@chainsafe/as-chacha20poly1305": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@chainsafe/as-chacha20poly1305/-/as-chacha20poly1305-0.1.0.tgz",
"integrity": "sha512-BpNcL8/lji/GM3+vZ/bgRWqJ1q5kwvTFmGPk7pxm/QQZDbaMI98waOHjEymTjq2JmdD/INdNBFOVSyJofXg7ew=="
},
"node_modules/@chainsafe/as-sha256": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@chainsafe/as-sha256/-/as-sha256-0.4.1.tgz",
"integrity": "sha512-IqeeGwQihK6Y2EYLFofqs2eY2ep1I2MvQXHzOAI+5iQN51OZlUkrLgyAugu2x86xZewDk5xas7lNczkzFzF62w=="
},
"node_modules/@chainsafe/is-ip": {
"version": "2.0.2",
"license": "MIT"
@ -1366,14 +1376,17 @@
}
},
"node_modules/@chainsafe/libp2p-noise": {
"version": "13.0.1",
"license": "Apache-2.0 OR MIT",
"version": "13.0.4",
"resolved": "https://registry.npmjs.org/@chainsafe/libp2p-noise/-/libp2p-noise-13.0.4.tgz",
"integrity": "sha512-buE6CG/+7f4DP9emEETh3h8diEfCZep7K63w+fZErQ0idusNhfuypPo7gL1c75p172hzPHhBjcJibScnOw6dJA==",
"dependencies": {
"@chainsafe/as-chacha20poly1305": "^0.1.0",
"@chainsafe/as-sha256": "^0.4.1",
"@libp2p/crypto": "^2.0.0",
"@libp2p/interface": "^0.1.0",
"@libp2p/logger": "^3.0.0",
"@libp2p/peer-id": "^3.0.0",
"@noble/ciphers": "^0.3.0",
"@noble/ciphers": "^0.4.0",
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.3.1",
"it-byte-stream": "^1.0.0",
@ -1384,7 +1397,8 @@
"it-stream-types": "^2.0.1",
"protons-runtime": "^5.0.0",
"uint8arraylist": "^2.4.3",
"uint8arrays": "^4.0.4"
"uint8arrays": "^4.0.4",
"wherearewe": "^2.0.1"
},
"engines": {
"node": ">=16.0.0",
@ -2540,8 +2554,9 @@
}
},
"node_modules/@noble/ciphers": {
"version": "0.3.0",
"license": "MIT",
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-0.4.0.tgz",
"integrity": "sha512-xaUaUUDWbHIFSxaQ/pIe+33VG2mfJp6N/KxKLmZr5biWdNznCAmfu24QRhX10BbVAuqOahAoyp0S4M9md6GPDw==",
"funding": {
"url": "https://paulmillr.com/funding/"
}
@ -26093,7 +26108,7 @@
"version": "0.0.21",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@chainsafe/libp2p-noise": "^13.0.0",
"@chainsafe/libp2p-noise": "^13.0.4",
"@libp2p/mplex": "^9.0.10",
"@libp2p/websockets": "^7.0.5",
"@waku/core": "0.0.25",
@ -26937,6 +26952,16 @@
"@bcoe/v8-coverage": {
"version": "0.2.3"
},
"@chainsafe/as-chacha20poly1305": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@chainsafe/as-chacha20poly1305/-/as-chacha20poly1305-0.1.0.tgz",
"integrity": "sha512-BpNcL8/lji/GM3+vZ/bgRWqJ1q5kwvTFmGPk7pxm/QQZDbaMI98waOHjEymTjq2JmdD/INdNBFOVSyJofXg7ew=="
},
"@chainsafe/as-sha256": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@chainsafe/as-sha256/-/as-sha256-0.4.1.tgz",
"integrity": "sha512-IqeeGwQihK6Y2EYLFofqs2eY2ep1I2MvQXHzOAI+5iQN51OZlUkrLgyAugu2x86xZewDk5xas7lNczkzFzF62w=="
},
"@chainsafe/is-ip": {
"version": "2.0.2"
},
@ -26962,13 +26987,17 @@
}
},
"@chainsafe/libp2p-noise": {
"version": "13.0.1",
"version": "13.0.4",
"resolved": "https://registry.npmjs.org/@chainsafe/libp2p-noise/-/libp2p-noise-13.0.4.tgz",
"integrity": "sha512-buE6CG/+7f4DP9emEETh3h8diEfCZep7K63w+fZErQ0idusNhfuypPo7gL1c75p172hzPHhBjcJibScnOw6dJA==",
"requires": {
"@chainsafe/as-chacha20poly1305": "^0.1.0",
"@chainsafe/as-sha256": "^0.4.1",
"@libp2p/crypto": "^2.0.0",
"@libp2p/interface": "^0.1.0",
"@libp2p/logger": "^3.0.0",
"@libp2p/peer-id": "^3.0.0",
"@noble/ciphers": "^0.3.0",
"@noble/ciphers": "^0.4.0",
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.3.1",
"it-byte-stream": "^1.0.0",
@ -26979,7 +27008,8 @@
"it-stream-types": "^2.0.1",
"protons-runtime": "^5.0.0",
"uint8arraylist": "^2.4.3",
"uint8arrays": "^4.0.4"
"uint8arrays": "^4.0.4",
"wherearewe": "^2.0.1"
}
},
"@chainsafe/netmask": {
@ -27836,7 +27866,9 @@
}
},
"@noble/ciphers": {
"version": "0.3.0"
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-0.4.0.tgz",
"integrity": "sha512-xaUaUUDWbHIFSxaQ/pIe+33VG2mfJp6N/KxKLmZr5biWdNznCAmfu24QRhX10BbVAuqOahAoyp0S4M9md6GPDw=="
},
"@noble/curves": {
"version": "1.2.0",
@ -29267,7 +29299,7 @@
"version": "file:packages/sdk",
"requires": {
"@chainsafe/libp2p-gossipsub": "^10.1.0",
"@chainsafe/libp2p-noise": "^13.0.0",
"@chainsafe/libp2p-noise": "^13.0.4",
"@libp2p/mplex": "^9.0.10",
"@libp2p/websockets": "^7.0.5",
"@rollup/plugin-commonjs": "^25.0.7",

View File

@ -48,7 +48,7 @@
"node": ">=18"
},
"dependencies": {
"@chainsafe/libp2p-noise": "^13.0.0",
"@chainsafe/libp2p-noise": "^13.0.4",
"@libp2p/mplex": "^9.0.10",
"@libp2p/websockets": "^7.0.5",
"@waku/utils": "0.0.13",