diff --git a/package-lock.json b/package-lock.json index df9677e..51ca906 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2075,9 +2075,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-done": { "version": "1.3.2", diff --git a/package.json b/package.json index 33a5dce..2bda573 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@popperjs/core": "^2.11.0", "accepts": "^1.3.7", "assemble-yaml": "^0.2.1", - "async": "^1.5.2", + "async": "^3.2.2", "bcrypt-nodejs": "^0.0.3", "body-parser": "^1.19.1", "bootstrap": "^4.6.1",