diff --git a/package-lock.json b/package-lock.json index 4e706ba..3421b19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -155,9 +155,9 @@ } }, "async": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/async/-/async-0.9.0.tgz", - "integrity": "sha1-rDYTsdqb7RtHUQu0ZRuJMeRxRsc=" + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "balanced-match": { "version": "1.0.2", diff --git a/package.json b/package.json index 1a3034a..4ce7a7e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint:fix": "eslint --fix --ext .js ." }, "dependencies": { - "async": "0.9.0", + "async": "3.2.2", "debug": "^2.2.0", "pg": "^6.0.3" },