From edc9f0ce17b33b83dbdbf180715488c4f2b1fb66 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 11 May 2022 14:40:37 +1000 Subject: [PATCH] eth-pm: Upgrade js-waku to 0.22.0 --- examples/eth-pm/package-lock.json | 22 +++++++++++----------- examples/eth-pm/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/eth-pm/package-lock.json b/examples/eth-pm/package-lock.json index 61a6450ca4..c27929da1b 100644 --- a/examples/eth-pm/package-lock.json +++ b/examples/eth-pm/package-lock.json @@ -19,7 +19,7 @@ "eth-sig-util": "^3.0.1", "ethers": "^5.5.4", "fontsource-roboto": "^4.0.0", - "js-waku": "^0.19.2", + "js-waku": "^0.22.0", "protobufjs": "^6.11.2", "react": "^18.1.0", "react-dom": "^18.1.0" @@ -13375,12 +13375,13 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, "node_modules/js-waku": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/js-waku/-/js-waku-0.19.2.tgz", - "integrity": "sha512-aaMmCnV5BVxrssfLpvvv6RhasSb5YU77VU8D/Y6vZaJFNSWBWQTs1CAJzaNodUmq5k7WoEeoFjh+GiNjQp5AYw==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/js-waku/-/js-waku-0.22.0.tgz", + "integrity": "sha512-4aMOJI6HKSaJ4eLfanbD1CDifwUgCPfcIDnIrt96SJA5A3nf9VXFZUmR1huwv07JithmkP9orXNGb6u8KdGcrg==", "dependencies": { "@chainsafe/libp2p-noise": "^5.0.0", "@ethersproject/rlp": "^5.5.0", + "@noble/secp256k1": "^1.3.4", "debug": "^4.3.1", "dns-query": "^0.8.0", "hi-base32": "^0.5.1", @@ -13389,13 +13390,12 @@ "js-sha3": "^0.8.0", "libp2p": "^0.36.2", "libp2p-bootstrap": "^0.14.0", - "libp2p-gossipsub": "^0.13.0", + "libp2p-gossipsub": "0.13.0", "libp2p-mplex": "^0.10.4", "libp2p-websockets": "^0.16.1", "multiaddr": "^10.0.1", "multihashes": "^4.0.3", "protobufjs": "^6.8.8", - "secp256k1": "^4.0.2", "uuid": "^8.3.2" }, "engines": { @@ -31462,12 +31462,13 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, "js-waku": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/js-waku/-/js-waku-0.19.2.tgz", - "integrity": "sha512-aaMmCnV5BVxrssfLpvvv6RhasSb5YU77VU8D/Y6vZaJFNSWBWQTs1CAJzaNodUmq5k7WoEeoFjh+GiNjQp5AYw==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/js-waku/-/js-waku-0.22.0.tgz", + "integrity": "sha512-4aMOJI6HKSaJ4eLfanbD1CDifwUgCPfcIDnIrt96SJA5A3nf9VXFZUmR1huwv07JithmkP9orXNGb6u8KdGcrg==", "requires": { "@chainsafe/libp2p-noise": "^5.0.0", "@ethersproject/rlp": "^5.5.0", + "@noble/secp256k1": "^1.3.4", "debug": "^4.3.1", "dns-query": "^0.8.0", "hi-base32": "^0.5.1", @@ -31476,13 +31477,12 @@ "js-sha3": "^0.8.0", "libp2p": "^0.36.2", "libp2p-bootstrap": "^0.14.0", - "libp2p-gossipsub": "^0.13.0", + "libp2p-gossipsub": "0.13.0", "libp2p-mplex": "^0.10.4", "libp2p-websockets": "^0.16.1", "multiaddr": "^10.0.1", "multihashes": "^4.0.3", "protobufjs": "^6.8.8", - "secp256k1": "^4.0.2", "uuid": "^8.3.2" } }, diff --git a/examples/eth-pm/package.json b/examples/eth-pm/package.json index 7ee12bf3dd..02a0340f35 100644 --- a/examples/eth-pm/package.json +++ b/examples/eth-pm/package.json @@ -15,7 +15,7 @@ "eth-sig-util": "^3.0.1", "ethers": "^5.5.4", "fontsource-roboto": "^4.0.0", - "js-waku": "^0.19.2", + "js-waku": "^0.22.0", "protobufjs": "^6.11.2", "react": "^18.1.0", "react-dom": "^18.1.0"