From c654cb3bae3c0b67e9a6b80ea98ab90c3869a201 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 07:51:42 +0000 Subject: [PATCH] fix: result/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- result/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/result/package.json b/result/package.json index f7863e1a1d..5a6952acdc 100644 --- a/result/package.json +++ b/result/package.json @@ -12,9 +12,9 @@ "body-parser": "^1.14.1", "cookie-parser": "^1.4.0", "express": "^4.13.3", - "method-override": "^2.3.5", + "method-override": "^3.0.0", "async": "^1.5.0", "pg": "^4.4.3", - "socket.io": "^1.3.7" + "socket.io": "^2.1.0" } }