diff --git a/api/package-lock.json b/api/package-lock.json index 19ed875..f89ef9f 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1602,9 +1602,9 @@ "optional": 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==" }, "async-each": { "version": "1.0.3", diff --git a/api/package.json b/api/package.json index 5bd4fb4..3323aeb 100644 --- a/api/package.json +++ b/api/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/mskcc/igo-sample-submission-node#readme", "dependencies": { - "async": "^3.2.0", + "async": "^3.2.2", "axios": "^0.21.1", "body-parser": "^1.19.0", "chai": "^4.2.0",