chore: bump dns-query to 0.11.2

This commit is contained in:
Franck Royer 2022-07-25 13:17:47 +10:00 committed by fryorcraken.eth
parent 9965ba9059
commit ee12ec0ab5
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -24,7 +24,7 @@
"@multiformats/multiaddr": "^10.2.0",
"@noble/secp256k1": "^1.3.4",
"debug": "^4.3.4",
"dns-query": "^0.11.1",
"dns-query": "^0.11.2",
"hi-base32": "^0.5.1",
"it-all": "^1.0.6",
"it-length-prefixed": "^7.0.1",
@ -5076,9 +5076,9 @@
}
},
"node_modules/dns-query": {
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/dns-query/-/dns-query-0.11.1.tgz",
"integrity": "sha512-ZdXl7HdLa23JqpAj8EdUg/oO9qwlDvWf2iY/cFCTHF6deJWv/xglgs3WrvTz9/Ig3NGv5lF4FIZjURl2FUvFog==",
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/dns-query/-/dns-query-0.11.2.tgz",
"integrity": "sha512-zF8qxQpqCB467o4A63DLpQClo77H642JEKMx0Ra9GFww7Rx0234Fo8NoG0LBoSBZxamWkXfLxhzDG19bTBHvXQ==",
"dependencies": {
"@leichtgewicht/base64-codec": "^1.0.0",
"@leichtgewicht/dns-packet": "^6.0.2",
@ -17067,9 +17067,9 @@
}
},
"dns-query": {
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/dns-query/-/dns-query-0.11.1.tgz",
"integrity": "sha512-ZdXl7HdLa23JqpAj8EdUg/oO9qwlDvWf2iY/cFCTHF6deJWv/xglgs3WrvTz9/Ig3NGv5lF4FIZjURl2FUvFog==",
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/dns-query/-/dns-query-0.11.2.tgz",
"integrity": "sha512-zF8qxQpqCB467o4A63DLpQClo77H642JEKMx0Ra9GFww7Rx0234Fo8NoG0LBoSBZxamWkXfLxhzDG19bTBHvXQ==",
"requires": {
"@leichtgewicht/base64-codec": "^1.0.0",
"@leichtgewicht/dns-packet": "^6.0.2",

View File

@ -81,7 +81,7 @@
"@multiformats/multiaddr": "^10.2.0",
"@noble/secp256k1": "^1.3.4",
"debug": "^4.3.4",
"dns-query": "^0.11.1",
"dns-query": "^0.11.2",
"hi-base32": "^0.5.1",
"it-all": "^1.0.6",
"it-length-prefixed": "^7.0.1",