From 74aff19cf9933203dd5b920bdd9382738a568f23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 21:56:02 +0000 Subject: [PATCH] build(deps): bump async from 0.9.2 to 3.2.2 in /modules/dns Bumps [async](https://github.com/caolan/async) from 0.9.2 to 3.2.2. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/0.9.2...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/dns/package.json | 2 +- modules/dns/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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"