diff --git a/package-lock.json b/package-lock.json index df128a3..99fedc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -438,9 +438,9 @@ "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" }, "async": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/async/-/async-3.1.0.tgz", - "integrity": "sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ==" + "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/package.json b/package.json index c80596c..8844d59 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@sailshq/lodash": "3.10.3", "@sailshq/socket.io-redis": "5.2.0", "ajv": "6.10.2", - "async": "3.1.0", + "async": "3.2.2", "connect-redis": "4.0.3", "consolidate": "0.15.1", "dotenv": "8.2.0",