From 82fd469d1f5f1e9faf6fca4bebc0c4d8d7e8b07b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 17:39:34 +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:development ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6edd15dbb02a6..93b47a76fed1e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -2772,9 +2772,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==", "dev": true }, "async-foreach": { diff --git a/package.json b/package.json index a2b73d6f4c948..6280b52dbed35 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@babel/plugin-syntax-import-meta": "7.8.3", "@babel/preset-env": "7.9.5", "ajv": "6.12.2", - "async": "3.2.0", + "async": "3.2.2", "babel-eslint": "10.1.0", "babel-plugin-system-import-transformer": "^4.0.0", "babel-plugin-transform-es2015-modules-amd-lazy": "2.0.1",