From 6b496d9a118a3786dbe5e32149b7aacec494360c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 03:01:16 +0000 Subject: [PATCH] chore(deps): bump async from 3.2.0 to 3.2.2 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] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f7642e04..6a97e9a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@lykmapipo/permission": ">=0.8.5", "@lykmapipo/postman": ">=0.10.2", "@lykmapipo/predefine": ">=0.6.0", - "async": ">=3.1.0", + "async": ">=3.2.2", "express": ">=4.17.1", "kue": ">=0.11.6", "kue-scheduler": ">=0.9.4", @@ -6909,9 +6909,9 @@ } }, "node_modules/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==" }, "node_modules/async-each": { "version": "1.0.3", @@ -27772,9 +27772,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-each": { "version": "1.0.3", diff --git a/package.json b/package.json index 190b23a9..90d6e58e 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "@lykmapipo/permission": ">=0.8.5", "@lykmapipo/postman": ">=0.10.2", "@lykmapipo/predefine": ">=0.6.0", - "async": ">=3.1.0", + "async": ">=3.2.2", "express": ">=4.17.1", "kue": ">=0.11.6", "kue-scheduler": ">=0.9.4",