diff --git a/api/package-lock.json b/api/package-lock.json index df60d19..34f9d0d 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -477,9 +477,9 @@ "dev": true }, "async": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.0.tgz", - "integrity": "sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==", "dev": true }, "asynckit": { diff --git a/api/package.json b/api/package.json old mode 100755 new mode 100644 index f67f59a..3e602a7 --- a/api/package.json +++ b/api/package.json @@ -30,7 +30,7 @@ "mongoose": "^5.9.21" }, "devDependencies": { - "async": "^3.2.0", + "async": "^3.2.2", "chai": "^4.2.0", "eslint": "^5.9.0", "mocha": "^8.0.1",