diff --git a/package-lock.json b/package-lock.json index 445fd03b..2bbefebd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -527,12 +527,10 @@ "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" }, "async": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", - "integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==", - "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": { "version": "1.0.3", @@ -4750,6 +4748,16 @@ "async": "2.6.0", "google-auth-library": "0.12.0", "string-template": "1.0.0" + }, + "dependencies": { + "async": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", + "integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==", + "requires": { + "lodash": "^4.14.0" + } + } } }, "graceful-fs": { diff --git a/package.json b/package.json index c94b727c..c015b185 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ ] }, "devDependencies": { - "async": "^2.6.0", + "async": "^3.2.2", "babel-preset-es2015": "*", "bower": "^1.8.8", "browser-sync": "^2.26.7",