From 37d7950e687dac7538e6ba5f9af980c362e51e71 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:55:45 +0000 Subject: [PATCH] fix: result/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- result/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/result/package.json b/result/package.json index f7863e1a1d..7c1bb6cd4f 100644 --- a/result/package.json +++ b/result/package.json @@ -13,7 +13,7 @@ "cookie-parser": "^1.4.0", "express": "^4.13.3", "method-override": "^2.3.5", - "async": "^1.5.0", + "async": "^3.2.2", "pg": "^4.4.3", "socket.io": "^1.3.7" }