diff --git a/package-lock.json b/package-lock.json index 41e3dcc..d4602f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,9 +54,9 @@ "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" }, "async": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/async/-/async-3.1.1.tgz", - "integrity": "sha512-X5Dj8hK1pJNC2Wzo2Rcp9FBVdJMGRR/S7V+lH46s8GVFhtbo5O4Le5GECCF/8PISVdkUA6mMPvgz7qTTD1rf1g==" + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", + "integrity": "sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==" }, "async-await": { "version": "0.1.40", diff --git a/package.json b/package.json index 84fafe1..9e9d03e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "knexfile.js", "dependencies": { - "async": "^3.1.1", + "async": "^3.2.2", "async-await": "^0.1.40", "await": "^0.2.6", "body-parser": "^1.19.0",