From bb6b0a0fef315e4a10c1d620e61d7ac978e12c4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 09:01:47 +0000 Subject: [PATCH] Bump async from 2.6.1 to 3.2.2 in /scripts/phored 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] --- scripts/phored/package-lock.json | 9 +++------ scripts/phored/package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/scripts/phored/package-lock.json b/scripts/phored/package-lock.json index 1431775..340e186 100644 --- a/scripts/phored/package-lock.json +++ b/scripts/phored/package-lock.json @@ -43,12 +43,9 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "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==" }, "asynckit": { "version": "0.4.0", diff --git a/scripts/phored/package.json b/scripts/phored/package.json index ecb3ce1..6798210 100644 --- a/scripts/phored/package.json +++ b/scripts/phored/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "async": "^2.6.1", + "async": "^3.2.2", "aws-sdk": "^2.266.1", "express": "^4.16.3", "fs": "0.0.1-security",