diff --git a/STORM-Server/package-lock.json b/STORM-Server/package-lock.json index 9359939..764e3ed 100644 --- a/STORM-Server/package-lock.json +++ b/STORM-Server/package-lock.json @@ -100,9 +100,9 @@ "integrity": "sha1-sqRdpf36ILBJb8N2jMJ8EvqRan0=" }, "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/STORM-Server/package.json b/STORM-Server/package.json index 1745ef0..4222ed1 100644 --- a/STORM-Server/package.json +++ b/STORM-Server/package.json @@ -6,7 +6,7 @@ "start": "nodemon ./bin/www" }, "dependencies": { - "async": "^3.2.0", + "async": "^3.2.2", "aws-sdk": "^2.713.0", "cookie-parser": "~1.4.4", "debug": "~2.6.9",