Use cached and asynchronous DNS resolver for AP delivery (#3859)

This commit is contained in:
MeiMei 2019-01-09 15:17:54 +09:00 committed by syuilo
parent 04e1e48f17
commit e1cc2394fa
2 changed files with 33 additions and 4 deletions

View file

@ -62,7 +62,7 @@
"@types/mocha": "5.2.5",
"@types/mongodb": "3.1.14",
"@types/ms": "0.7.30",
"@types/node": "10.12.10",
"@types/node": "10.12.18",
"@types/nodemailer": "4.6.5",
"@types/oauth": "0.9.1",
"@types/parsimmon": "1.10.0",
@ -156,6 +156,7 @@
"koa-views": "6.1.4",
"langmap": "0.0.16",
"loader-utils": "1.2.3",
"lookup-dns-cache": "2.1.0",
"minio": "7.0.2",
"mkdirp": "0.5.1",
"mocha": "5.2.0",
@ -176,6 +177,7 @@
"portscanner": "2.2.0",
"postcss-loader": "3.0.0",
"progress-bar-webpack-plugin": "1.11.0",
"promise-any": "0.2.0",
"promise-limit": "2.7.0",
"promise-sequential": "1.1.1",
"pug": "2.0.3",