From 37a895ae5ce7a9349828f03f10a0a7177357826f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 21:54:36 +0000 Subject: [PATCH] Bump async from 2.5.0 to 3.2.2 Bumps [async](https://github.com/caolan/async) from 2.5.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.5.0...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index efd98c7..2027ec8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "Christian Fröhlingsdorf ", "license": "MPL-2.0", "dependencies": { - "async": "^2.5.0", + "async": "^3.2.2", "bluebird": "^3.5.0", "debug": "^3.0.1", "express": "^4.15.4", diff --git a/yarn.lock b/yarn.lock index e99f2b0..01eb564 100644 --- a/yarn.lock +++ b/yarn.lock @@ -34,11 +34,9 @@ assert-plus@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.2.0.tgz#d74e1b87e7affc0db8aadb7021f3fe48101ab234" -async@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/async/-/async-2.5.0.tgz#843190fd6b7357a0b9e1c956edddd5ec8462b54d" - 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" asynckit@^0.4.0: version "0.4.0" @@ -338,10 +336,6 @@ jsprim@^1.2.2: json-schema "0.2.3" verror "1.10.0" -lodash@^4.14.0: - version "4.17.15" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" - media-typer@0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"