diff --git a/result/package-lock.json b/result/package-lock.json index e879f96601..f8b5810b55 100644 --- a/result/package-lock.json +++ b/result/package-lock.json @@ -29,9 +29,9 @@ "integrity": "sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==" }, "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.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" }, "backo2": { "version": "1.0.2", diff --git a/result/package.json b/result/package.json index 53a37e57d8..b8c82a13f0 100644 --- a/result/package.json +++ b/result/package.json @@ -9,7 +9,7 @@ "author": "", "license": "MIT", "dependencies": { - "async": "^3.1.0", + "async": "^3.2.6", "body-parser": "^1.19.0", "cookie-parser": "^1.4.4", "express": "^4.17.1",