Skip to content

Commit

Permalink
fix: Google DoH endpoint
Browse files Browse the repository at this point in the history
chore: bump deps
  • Loading branch information
sebdeckers committed Aug 22, 2019
1 parent b358f6f commit 9df6f1e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@
"benchmark"
],
"dependencies": {
"@commonshost/resolvers": "^1.2.0",
"@commonshost/resolvers": "^1.3.0",
"@commonshost/word-lists": "^1.0.1",
"@elstats/percentile": "^3.3.0",
"chalk": "^2.4.2",
"dns-packet": "^5.1.2",
"dohnut": "^2.0.0",
"ora": "^3.0.0",
"please-upgrade-node": "^3.1.1",
"sparkly": "^4.0.0",
"dns-packet": "^5.2.1",
"dohnut": "^4.5.3",
"ora": "^3.4.0",
"please-upgrade-node": "^3.2.0",
"sparkly": "^5.0.0",
"waste": "^1.0.0",
"yargs": "^12.0.5"
"yargs": "^14.0.0"
},
"devDependencies": {
"blue-tape": "^1.0.0",
"snazzy": "^8.0.0",
"standard": "^12.0.1",
"tape": "^4.9.2"
"standard": "^14.0.0",
"tape": "^4.11.0"
},
"engines": {
"node": ">=11.7.0"
Expand Down

0 comments on commit 9df6f1e

Please sign in to comment.