diff --git a/modules/dns/package.json b/modules/dns/package.json index 7aa8463..fd7f60a 100644 --- a/modules/dns/package.json +++ b/modules/dns/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "description": "", "dependencies": { - "async": "^0.9.0", + "async": "^3.2.2", "uri-js": "^1.4.2" }, "main": "index.js", diff --git a/modules/dns/yarn.lock b/modules/dns/yarn.lock index 2096c95..bc2a328 100644 --- a/modules/dns/yarn.lock +++ b/modules/dns/yarn.lock @@ -2,9 +2,9 @@ # yarn lockfile v1 -async@^0.9.0: - version "0.9.2" - resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d" +async@^3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.2.tgz#2eb7671034bb2194d45d30e31e24ec7e7f9670cd" uri-js@^1.4.2: version "1.4.2"