From 846041df14da154e9856b0ec644845cfe56e40c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 16:23:32 +0000 Subject: [PATCH] Bump async from 2.6.3 to 3.2.2 in /identify Bumps [async](https://github.com/caolan/async) from 2.6.3 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/v2.6.3...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- identify/package-lock.json | 16 +++------------- identify/package.json | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/identify/package-lock.json b/identify/package-lock.json index 767bfe3..47ec204 100644 --- a/identify/package-lock.json +++ b/identify/package-lock.json @@ -387,19 +387,9 @@ "integrity": "sha1-kC0uDWDQcb3NRtwRXhgJ7RHBOKk=" }, "async": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", - "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", - "requires": { - "lodash": "^4.17.14" - }, - "dependencies": { - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" - } - } + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "async-each": { "version": "0.1.6", diff --git a/identify/package.json b/identify/package.json index e7701c9..59131d0 100644 --- a/identify/package.json +++ b/identify/package.json @@ -14,7 +14,7 @@ "author": "Sean M. Tracey & Pete Clark", "license": "MIT", "dependencies": { - "async": "^2.6.3", + "async": "^3.2.2", "aws-sdk": "^2.543.0", "bluebird": "^3.7.0", "co": "^4.6.0",