mirror of https://github.com/status-im/js-waku.git
Bump @chainsafe/libp2p-noise from 4.1.1 to 5.0.0
Bumps [@chainsafe/libp2p-noise](https://github.com/ChainSafe/js-libp2p-noise) from 4.1.1 to 5.0.0. - [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/v4.1.1...v5.0.0) --- updated-dependencies: - dependency-name: "@chainsafe/libp2p-noise" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6e79436ae9
commit
6e436ee4e2
|
@ -8,7 +8,7 @@
|
||||||
"version": "0.14.2",
|
"version": "0.14.2",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@chainsafe/libp2p-noise": "^4.1.1",
|
"@chainsafe/libp2p-noise": "^5.0.0",
|
||||||
"axios": "^0.21.1",
|
"axios": "^0.21.1",
|
||||||
"base64url": "^3.0.1",
|
"base64url": "^3.0.1",
|
||||||
"bigint-buffer": "^1.1.5",
|
"bigint-buffer": "^1.1.5",
|
||||||
|
@ -1519,9 +1519,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@chainsafe/libp2p-noise": {
|
"node_modules/@chainsafe/libp2p-noise": {
|
||||||
"version": "4.1.1",
|
"version": "5.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@chainsafe/libp2p-noise/-/libp2p-noise-4.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@chainsafe/libp2p-noise/-/libp2p-noise-5.0.0.tgz",
|
||||||
"integrity": "sha512-/Fz86sZmnvRSf7FHxMPifzakxx9xK4KVYx6yi35KPZughop9ivJslUSCLhx/UqDHiuj3h9i04pVXET6nIjSJyQ==",
|
"integrity": "sha512-N6kAESm0r/P4jvzt6UntRkdBsMNUigRcYykioccY3lDFFBLjPkKjw6eUwbfogBGwiTxJgfFQUj28e9xTH396PQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@stablelib/chacha20poly1305": "^1.0.1",
|
"@stablelib/chacha20poly1305": "^1.0.1",
|
||||||
"@stablelib/hkdf": "^1.0.1",
|
"@stablelib/hkdf": "^1.0.1",
|
||||||
|
@ -1533,12 +1533,44 @@
|
||||||
"it-pair": "^1.0.0",
|
"it-pair": "^1.0.0",
|
||||||
"it-pb-rpc": "^0.1.11",
|
"it-pb-rpc": "^0.1.11",
|
||||||
"it-pipe": "^1.1.0",
|
"it-pipe": "^1.1.0",
|
||||||
"libp2p-crypto": "^0.19.7",
|
"peer-id": "^0.16.0",
|
||||||
"peer-id": "^0.15.3",
|
|
||||||
"protobufjs": "^6.11.2",
|
"protobufjs": "^6.11.2",
|
||||||
"uint8arrays": "^3.0.0"
|
"uint8arrays": "^3.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@chainsafe/libp2p-noise/node_modules/libp2p-crypto": {
|
||||||
|
"version": "0.21.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/libp2p-crypto/-/libp2p-crypto-0.21.0.tgz",
|
||||||
|
"integrity": "sha512-fBBzK4v1xwDt8xktWpDPCTeoBhKzxc9JMv4EyPJpoqAcuoS06+0/OLODhYod5LFiSu3lsWW+JnxblLRs5O+mjA==",
|
||||||
|
"dependencies": {
|
||||||
|
"@noble/ed25519": "^1.3.0",
|
||||||
|
"@noble/secp256k1": "^1.3.0",
|
||||||
|
"err-code": "^3.0.1",
|
||||||
|
"iso-random-stream": "^2.0.0",
|
||||||
|
"multiformats": "^9.4.5",
|
||||||
|
"node-forge": "^0.10.0",
|
||||||
|
"protobufjs": "^6.11.2",
|
||||||
|
"uint8arrays": "^3.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@chainsafe/libp2p-noise/node_modules/peer-id": {
|
||||||
|
"version": "0.16.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/peer-id/-/peer-id-0.16.0.tgz",
|
||||||
|
"integrity": "sha512-EmL7FurFUduU9m1PS9cfJ5TAuCvxKQ7DKpfx3Yj6IKWyBRtosriFuOag/l3ni/dtPgPLwiA4R9IvpL7hsDLJuQ==",
|
||||||
|
"dependencies": {
|
||||||
|
"class-is": "^1.1.0",
|
||||||
|
"libp2p-crypto": "^0.21.0",
|
||||||
|
"multiformats": "^9.4.5",
|
||||||
|
"protobufjs": "^6.10.2",
|
||||||
|
"uint8arrays": "^3.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=15.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@chainsafe/libp2p-noise/node_modules/uint8arrays": {
|
"node_modules/@chainsafe/libp2p-noise/node_modules/uint8arrays": {
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz",
|
||||||
|
@ -18393,9 +18425,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@chainsafe/libp2p-noise": {
|
"@chainsafe/libp2p-noise": {
|
||||||
"version": "4.1.1",
|
"version": "5.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@chainsafe/libp2p-noise/-/libp2p-noise-4.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@chainsafe/libp2p-noise/-/libp2p-noise-5.0.0.tgz",
|
||||||
"integrity": "sha512-/Fz86sZmnvRSf7FHxMPifzakxx9xK4KVYx6yi35KPZughop9ivJslUSCLhx/UqDHiuj3h9i04pVXET6nIjSJyQ==",
|
"integrity": "sha512-N6kAESm0r/P4jvzt6UntRkdBsMNUigRcYykioccY3lDFFBLjPkKjw6eUwbfogBGwiTxJgfFQUj28e9xTH396PQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@stablelib/chacha20poly1305": "^1.0.1",
|
"@stablelib/chacha20poly1305": "^1.0.1",
|
||||||
"@stablelib/hkdf": "^1.0.1",
|
"@stablelib/hkdf": "^1.0.1",
|
||||||
|
@ -18407,12 +18439,38 @@
|
||||||
"it-pair": "^1.0.0",
|
"it-pair": "^1.0.0",
|
||||||
"it-pb-rpc": "^0.1.11",
|
"it-pb-rpc": "^0.1.11",
|
||||||
"it-pipe": "^1.1.0",
|
"it-pipe": "^1.1.0",
|
||||||
"libp2p-crypto": "^0.19.7",
|
"peer-id": "^0.16.0",
|
||||||
"peer-id": "^0.15.3",
|
|
||||||
"protobufjs": "^6.11.2",
|
"protobufjs": "^6.11.2",
|
||||||
"uint8arrays": "^3.0.0"
|
"uint8arrays": "^3.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"libp2p-crypto": {
|
||||||
|
"version": "0.21.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/libp2p-crypto/-/libp2p-crypto-0.21.0.tgz",
|
||||||
|
"integrity": "sha512-fBBzK4v1xwDt8xktWpDPCTeoBhKzxc9JMv4EyPJpoqAcuoS06+0/OLODhYod5LFiSu3lsWW+JnxblLRs5O+mjA==",
|
||||||
|
"requires": {
|
||||||
|
"@noble/ed25519": "^1.3.0",
|
||||||
|
"@noble/secp256k1": "^1.3.0",
|
||||||
|
"err-code": "^3.0.1",
|
||||||
|
"iso-random-stream": "^2.0.0",
|
||||||
|
"multiformats": "^9.4.5",
|
||||||
|
"node-forge": "^0.10.0",
|
||||||
|
"protobufjs": "^6.11.2",
|
||||||
|
"uint8arrays": "^3.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"peer-id": {
|
||||||
|
"version": "0.16.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/peer-id/-/peer-id-0.16.0.tgz",
|
||||||
|
"integrity": "sha512-EmL7FurFUduU9m1PS9cfJ5TAuCvxKQ7DKpfx3Yj6IKWyBRtosriFuOag/l3ni/dtPgPLwiA4R9IvpL7hsDLJuQ==",
|
||||||
|
"requires": {
|
||||||
|
"class-is": "^1.1.0",
|
||||||
|
"libp2p-crypto": "^0.21.0",
|
||||||
|
"multiformats": "^9.4.5",
|
||||||
|
"protobufjs": "^6.10.2",
|
||||||
|
"uint8arrays": "^3.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"uint8arrays": {
|
"uint8arrays": {
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz",
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
"node": ">=14"
|
"node": ">=14"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@chainsafe/libp2p-noise": "^4.1.1",
|
"@chainsafe/libp2p-noise": "^5.0.0",
|
||||||
"axios": "^0.21.1",
|
"axios": "^0.21.1",
|
||||||
"base64url": "^3.0.1",
|
"base64url": "^3.0.1",
|
||||||
"bigint-buffer": "^1.1.5",
|
"bigint-buffer": "^1.1.5",
|
||||||
|
|
Loading…
Reference in New Issue