diff --git a/backend/package-lock.json b/backend/package-lock.json index ccf2f6c..ed9cd13 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -53,9 +53,9 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "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-limiter": { "version": "1.0.1", diff --git a/backend/package.json b/backend/package.json index 554e10d..309b526 100644 --- a/backend/package.json +++ b/backend/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/Jonathancui123/Emotify#readme", "dependencies": { - "async": "^3.2.0", + "async": "^3.2.2", "body-parser": "^1.19.0", "config": "^3.3.1", "connect-mongo": "^3.2.0",