diff --git a/package-lock.json b/package-lock.json index b05ae50..a02a5a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,17 +5,19 @@ "requires": true, "packages": { "": { + "name": "git-sha-webpack-plugin", "version": "0.0.6", "license": "MIT", "dependencies": { - "async": "^0.9.0", + "async": "^3.0.0", "git-bundle-sha": "^0.0.2" } }, "node_modules/async": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", - "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=" + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", + "license": "MIT" }, "node_modules/bluebird": { "version": "2.11.0", @@ -33,9 +35,9 @@ }, "dependencies": { "async": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", - "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=" + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" }, "bluebird": { "version": "2.11.0", diff --git a/package.json b/package.json index 845c5d5..a824193 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "license": "MIT", "dependencies": { - "async": "^0.9.0", + "async": "^3.0.0", "git-bundle-sha": "^0.0.2" }, "repository": {