Update js-waku version (#158)
This commit is contained in:
parent
2323fc273f
commit
35cc40329e
Binary file not shown.
Binary file not shown.
|
@ -52,7 +52,7 @@
|
|||
"ecies-geth": "^1.5.3",
|
||||
"elliptic": "^6.5.4",
|
||||
"js-sha3": "^0.8.0",
|
||||
"js-waku": "^0.13.1",
|
||||
"js-waku": "^0.14.2",
|
||||
"pbkdf2": "^3.1.2",
|
||||
"protobufjs": "^6.11.2",
|
||||
"secp256k1": "^4.0.2",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -6594,9 +6594,9 @@ fsevents@~2.3.2:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"js-waku@npm:^0.13.1":
|
||||
version: 0.13.1
|
||||
resolution: "js-waku@npm:0.13.1"
|
||||
"js-waku@npm:^0.14.2":
|
||||
version: 0.14.2
|
||||
resolution: "js-waku@npm:0.14.2"
|
||||
dependencies:
|
||||
"@chainsafe/libp2p-noise": ^4.1.1
|
||||
axios: ^0.21.1
|
||||
|
@ -6614,7 +6614,7 @@ fsevents@~2.3.2:
|
|||
protobufjs: ^6.8.8
|
||||
secp256k1: ^4.0.2
|
||||
uuid: ^8.3.2
|
||||
checksum: 8b93bbe2dbee51ba6a762b07886300de40653d6a23c70b73372f7122e3502bf2695c9e1a13556e9db3a3742f5732d47e36c6012db21b37fea3cc9f3670982e80
|
||||
checksum: afccd3327e66f7bee4d59f4abc1b1cd2fd41f44b4a1506b74659cd55ffd5b323254fcac0ac1c0bfb81164cbea4ca906182452c165f4820fe624b475376494cc1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -10576,7 +10576,7 @@ resolve@^2.0.0-next.3:
|
|||
eslint-plugin-functional: ^3.7.0
|
||||
eslint-plugin-import: ^2.24.2
|
||||
js-sha3: ^0.8.0
|
||||
js-waku: ^0.13.1
|
||||
js-waku: ^0.14.2
|
||||
mocha: ^9.1.1
|
||||
npm-run-all: ^4.1.5
|
||||
pbkdf2: ^3.1.2
|
||||
|
|
Loading…
Reference in New Issue