From 1bbbeb4a3c1fad51ed8182f2ca939c32ea4d0d7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 19:19:45 +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 | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index c54e59f..13fc2c0 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@types/stripe": "^5.0.19", "algoliasearch": "^3.32.0", "apollo-server-express": "^1.1.2", - "async": "^2.5.0", + "async": "^3.2.2", "bcrypt": "3.0.0", "bluebird": "^3.5.0", "body-parser": "^1.18.2", diff --git a/yarn.lock b/yarn.lock index 99e80d0..770067f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -323,11 +323,10 @@ async@^1.5.0: version "1.5.2" resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" -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" + integrity sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g== async@~0.9.0: version "0.9.2" @@ -1812,7 +1811,7 @@ lodash.set@^4.0.0: version "4.3.2" resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23" -lodash@^4.14.0, lodash@^4.17.1, lodash@^4.17.11, lodash@^4.17.5: +lodash@^4.17.1, lodash@^4.17.11, lodash@^4.17.5: version "4.17.15" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==