From e56410f62c91c8e7f7b1472e15c87d15df2d72e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 02:11:22 +0000 Subject: [PATCH] Bump async from 3.0.1 to 3.2.2 Bumps [async](https://github.com/caolan/async) from 3.0.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/v3.0.1...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2442839..214080a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "async": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/async/-/async-3.0.1.tgz", - "integrity": "sha512-ZswD8vwPtmBZzbn9xyi8XBQWXH3AvOQ43Za1KWYq7JeycrZuUYzx01KvHcVbXltjqH4y0MWrQ33008uLTqXuDw==" + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "async-each": { "version": "1.0.3", diff --git a/package.json b/package.json index 3146840..39c1eb5 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "author": "Sambhav Dusad, Saransh Sharma, Satyam Shukla", "license": "ISC", "dependencies": { - "async": "^3.0.1", + "async": "^3.2.2", "bcrypt-nodejs": "0.0.3", "body-parser": "^1.19.0", "connect-flash": "^0.1.1",