diff --git a/package-lock.json b/package-lock.json index a26eb7be..b81c3b33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2684,9 +2684,9 @@ "dev": true }, "async": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", - "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=" + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "async-each": { "version": "1.0.3", @@ -14831,6 +14831,14 @@ "async": "^1.4.0", "combined-stream": "^1.0.5", "mime-types": "^2.1.3" + }, + "dependencies": { + "async": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", + "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", + "dev": true + } } }, "isarray": { diff --git a/package.json b/package.json index e215a744..fbe4738c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "main": "src/widgets.js", "dependencies": { - "async": "^1.5.2", + "async": "^3.2.2", "axios": "^0.15.3", "classnames": "^2.2.4", "es5-shim": "~4.5.5",