From 8263f327afdd8c9e4b36106a70a75538aa2f8e31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 17:34:51 +0000 Subject: [PATCH] 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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a05a4b..0315e3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1285,9 +1285,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.parallellimit": { "version": "0.5.2", diff --git a/package.json b/package.json index e1a909a..649c677 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@discordjs/opus": "^0.5.3", "@replit/database": "^2.0.1", "ascii-table": "0.0.9", - "async": "^3.2.0", + "async": "^3.2.2", "axios": "^0.21.1", "canvacord": "^5.2.1", "canvas": "^2.8.0",