diff --git a/scripts/keepPhoreUpdated/package-lock.json b/scripts/keepPhoreUpdated/package-lock.json index 0c758c4..24559a5 100644 --- a/scripts/keepPhoreUpdated/package-lock.json +++ b/scripts/keepPhoreUpdated/package-lock.json @@ -19,12 +19,9 @@ "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" }, "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==" }, "aws-sdk": { "version": "2.266.1", diff --git a/scripts/keepPhoreUpdated/package.json b/scripts/keepPhoreUpdated/package.json index 9bc035e..9fcb02a 100644 --- a/scripts/keepPhoreUpdated/package.json +++ b/scripts/keepPhoreUpdated/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "async": "^2.6.1", + "async": "^3.2.2", "aws-sdk": "^2.266.1", "child_process": "^1.0.2", "express": "^4.16.3",