From 013f1e2a5fdb90ecdaff5af748eaddb4dde12a19 Mon Sep 17 00:00:00 2001 From: danisharora099 Date: Wed, 25 Jan 2023 12:47:27 +0530 Subject: [PATCH] chore(web-chat): upgrade dns-discovery to 0.0.5 --- examples/web-chat/package-lock.json | 16 +++++++--------- examples/web-chat/package.json | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/examples/web-chat/package-lock.json b/examples/web-chat/package-lock.json index 84d7453..b8da424 100644 --- a/examples/web-chat/package-lock.json +++ b/examples/web-chat/package-lock.json @@ -14,7 +14,7 @@ "@waku/byte-utils": "^0.0.2", "@waku/core": "^0.0.6", "@waku/create": "^0.0.4", - "@waku/dns-discovery": "0.0.4", + "@waku/dns-discovery": "0.0.5", "@waku/interfaces": "^0.0.5", "process": "^0.11.10", "protons-runtime": "^3.1.0", @@ -6591,9 +6591,9 @@ } }, "node_modules/@waku/dns-discovery": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/@waku/dns-discovery/-/dns-discovery-0.0.4.tgz", - "integrity": "sha512-XwlDLHh0q2E+hH6fQa7sGiT0wTAoAfehYfo21iJUEnGbVRJY0LHXQAm7aMSOSZTXe8ctHQ6ukeu5ykR0vC2Oeg==", + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/@waku/dns-discovery/-/dns-discovery-0.0.5.tgz", + "integrity": "sha512-VY7vRIIveC8CDvL6FopytclInrmOe2+L74xrbws0slhHRkChAD9BRTrWwcVa3zozPmJpidjBpgf2ntl5hSV0eg==", "dependencies": { "@libp2p/interface-peer-discovery": "^1.0.0", "@libp2p/interface-peer-info": "^1.0.1", @@ -6602,7 +6602,6 @@ "@waku/byte-utils": "*", "@waku/enr": "*", "@waku/libp2p-utils": "*", - "chai": "^4.3.4", "debug": "^4.3.4", "dns-query": "^0.11.2", "hi-base32": "^0.5.1", @@ -29081,9 +29080,9 @@ } }, "@waku/dns-discovery": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/@waku/dns-discovery/-/dns-discovery-0.0.4.tgz", - "integrity": "sha512-XwlDLHh0q2E+hH6fQa7sGiT0wTAoAfehYfo21iJUEnGbVRJY0LHXQAm7aMSOSZTXe8ctHQ6ukeu5ykR0vC2Oeg==", + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/@waku/dns-discovery/-/dns-discovery-0.0.5.tgz", + "integrity": "sha512-VY7vRIIveC8CDvL6FopytclInrmOe2+L74xrbws0slhHRkChAD9BRTrWwcVa3zozPmJpidjBpgf2ntl5hSV0eg==", "requires": { "@libp2p/interface-peer-discovery": "^1.0.0", "@libp2p/interface-peer-info": "^1.0.1", @@ -29092,7 +29091,6 @@ "@waku/byte-utils": "*", "@waku/enr": "*", "@waku/libp2p-utils": "*", - "chai": "^4.3.4", "debug": "^4.3.4", "dns-query": "^0.11.2", "hi-base32": "^0.5.1", diff --git a/examples/web-chat/package.json b/examples/web-chat/package.json index 3a1cfcf..15412af 100644 --- a/examples/web-chat/package.json +++ b/examples/web-chat/package.json @@ -11,7 +11,7 @@ "@waku/core": "^0.0.6", "@waku/create": "^0.0.4", "@waku/interfaces": "^0.0.5", - "@waku/dns-discovery": "0.0.4", + "@waku/dns-discovery": "0.0.5", "process": "^0.11.10", "protons-runtime": "^3.1.0", "react": "^17.0.2",