From 302d7f19d6be145f41b161f6ec305aa2df44d066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 02:35:04 +0000 Subject: [PATCH] Bump async from 2.2.0 to 3.2.2 Bumps [async](https://github.com/caolan/async) from 2.2.0 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/v2.2.0...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 5ee21c5..2efe7e2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "start": "node index.js" }, "dependencies": { - "async": "^2.2.0", + "async": "^3.2.2", "axios": "^0.18.1", "hapi": "^16.1.0", "jfile": "^1.1.12", diff --git a/yarn.lock b/yarn.lock index 1785417..478c5ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16,11 +16,9 @@ ammo@2.x.x: boom "4.x.x" hoek "4.x.x" -async@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/async/-/async-2.2.0.tgz#c324eba010a237e4fbd55a12dee86367d5c0ef32" - dependencies: - lodash "^4.14.0" +async@^3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.2.tgz#2eb7671034bb2194d45d30e31e24ec7e7f9670cd" axios@^0.18.1: version "0.18.1" @@ -152,7 +150,7 @@ joi@10.x.x: items "2.x.x" topo "2.x.x" -lodash@^4.14.0, lodash@^4.17.4: +lodash@^4.17.4: version "4.17.4" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"