diff --git a/package-lock.json b/package-lock.json index 9c71ed1..b8f5588 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "buildfire-cli", - "version": "1.0.2", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -86,9 +86,9 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "async": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/async/-/async-1.5.0.tgz", - "integrity": "sha1-J5ZkJyNXOFlWVjP8YnRES+4vjOM=" + "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/package.json b/package.json index b40ce83..ff8cca8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "homepage": "https://github.com/buildfire/sdk-cli", "dependencies": { "adm-zip": "0.4.11", - "async": "1.5.0", + "async": "3.2.2", "express": "^4.16.2", "fs-extra": "^4.0.2", "ncp": "2.0.*",