diff --git a/package-lock.json b/package-lock.json index c1e4c66..e08c0d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -210,9 +210,9 @@ "integrity": "sha1-kC0uDWDQcb3NRtwRXhgJ7RHBOKk=" }, "async": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", - "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==", "dev": true }, "async-cache": { diff --git a/package.json b/package.json index 0a96b85..4a1cbed 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "rtc-validator": "~1.2.3" }, "devDependencies": { - "async": "^0.9", + "async": "^3.2", "attachmediastream": "^1.0.1", "broth": "^2.3.0", "browserify": "^16.2.2",