diff --git a/package-lock.json b/package-lock.json index 3c3a0946f..487360eba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -325,13 +325,10 @@ "dev": true }, "async": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", - "integrity": "sha1-YaKau2/MAm/qd+VtHG7FOnlZUfQ=", - "dev": true, - "requires": { - "lodash": "^4.14.0" - } + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==", + "dev": true }, "async-each-series": { "version": "0.1.1", @@ -3137,6 +3134,15 @@ "rimraf": "^2.6.2" }, "dependencies": { + "async": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", + "integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==", + "dev": true, + "requires": { + "lodash": "^4.14.0" + } + }, "commander": { "version": "2.11.0", "resolved": "https://registry.npmjs.org/commander/-/commander-2.11.0.tgz", diff --git a/package.json b/package.json index e48dd892d..ebab6d9a4 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ ] }, "devDependencies": { - "async": "^2.6.0", + "async": "^3.2.2", "babel-preset-es2015": "^6.24.1", "bower": "^1.8.8", "browser-sync": "^2.26.14",