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",