diff --git a/package-lock.json b/package-lock.json index 266f8f9..3f915ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2649,9 +2649,9 @@ "dev": true }, "async": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/async/-/async-3.0.1.tgz", - "integrity": "sha512-ZswD8vwPtmBZzbn9xyi8XBQWXH3AvOQ43Za1KWYq7JeycrZuUYzx01KvHcVbXltjqH4y0MWrQ33008uLTqXuDw==" + "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", diff --git a/package.json b/package.json index ae8c763..7445488 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@angular/platform-browser": "^7.2.14", "@angular/platform-browser-dynamic": "^7.2.14", "@angular/router": "^7.2.14", - "async": "^3.0.1", + "async": "^3.2.2", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "core-js": "^2.5.4",