From 25e8ab4c3faaeb96b818ea9ff512849bbd18fa38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 23:58:42 +0000 Subject: [PATCH] Bump async from 2.6.1 to 3.2.2 in /units/collections Bumps [async](https://github.com/caolan/async) from 2.6.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/v2.6.1...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- units/collections/package-lock.json | 9 +++------ units/collections/package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/units/collections/package-lock.json b/units/collections/package-lock.json index b34faa5..fb20dc1 100644 --- a/units/collections/package-lock.json +++ b/units/collections/package-lock.json @@ -5,12 +5,9 @@ "requires": true, "dependencies": { "async": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", - "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", - "requires": { - "lodash": "^4.17.10" - } + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "lodash": { "version": "4.17.11", diff --git a/units/collections/package.json b/units/collections/package.json index 31fd5ce..71ebd2a 100644 --- a/units/collections/package.json +++ b/units/collections/package.json @@ -20,7 +20,7 @@ "test": "echo \"Error: run tests from root\" && exit 1" }, "dependencies": { - "async": "^2.6.1", + "async": "^3.2.2", "lodash": "^4.17.11" } }