From 61990fa1bbad17cc7f62ab5ff77bc7b3dfdc4bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 02:53:28 +0000 Subject: [PATCH] Bump async from 2.6.1 to 3.2.2 Bumps [async](https://github.com/caolan/async) from 2.6.1 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.6.1...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 406d36d..a18fb11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -591,12 +591,9 @@ "dev": true }, "async": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", - "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", - "requires": { - "lodash": "^4.17.10" - } + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "async-done": { "version": "1.3.1", diff --git a/package.json b/package.json index 133b3fe..14adad6 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "angular": "^1.7.9", "angular-ui-router": "^1.0.20", - "async": "^2.6.1", + "async": "^3.2.2", "bcrypt": "^3.0.2", "bcrypt-nodejs": "^0.0.3", "body-parser": "^1.18.3",