From d11cf01ed08cb9420fdb1cec6195728f78973b42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 06:37:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a56e722..18217ae 100644 --- a/package.json +++ b/package.json @@ -20,12 +20,12 @@ }, "dependencies": { "chrono-node": "^1.0.6", - "debug": "^2.1.0", + "debug": "^3.1.0", "express": "^4.10.0", "json5": "^0.4.0", "moniker": "^0.1.2", "request": "^2.58.0", - "socket.io": "^1.1.0", + "socket.io": "^2.1.0", "split": "^1.0.0", "strip-ansi": "^3.0.0", "through2-map": "^2.0.0",