chore(web-chat): upgrade dns-discovery to 0.0.5

This commit is contained in:
danisharora099 2023-01-25 12:47:27 +05:30
parent fcad46760c
commit 013f1e2a5f
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
2 changed files with 8 additions and 10 deletions

View File

@ -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",

View File

@ -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",