From e127bc5c46319cf40a0f25863bacb76864d4ac9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 16:51:09 +0000 Subject: [PATCH] Bump async from 3.2.0 to 3.2.2 in /backend Bumps [async](https://github.com/caolan/async) from 3.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/v3.2.0...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/package-lock.json | 6 +++--- backend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 4f08cc3d..0ec39e67 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -2099,9 +2099,9 @@ "dev": true }, "async": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.0.tgz", - "integrity": "sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==" + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "async-foreach": { "version": "0.1.3", diff --git a/backend/package.json b/backend/package.json index 1160144e..4bb986ac 100644 --- a/backend/package.json +++ b/backend/package.json @@ -28,7 +28,7 @@ "@types/cors": "^2.8.6", "@types/morgan": "^1.9.0", "@types/passport-jwt": "^3.0.3", - "async": "^3.2.0", + "async": "^3.2.2", "bcrypt": "^5.0.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0",