From bc2644c19bed08887c6d536e239483acd19f58d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 05:02:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-1056752 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-3091012 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:parsejson:20170908 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a56e722..874bd46 100644 --- a/package.json +++ b/package.json @@ -25,11 +25,11 @@ "json5": "^0.4.0", "moniker": "^0.1.2", "request": "^2.58.0", - "socket.io": "^1.1.0", + "socket.io": "^2.0.0", "split": "^1.0.0", "strip-ansi": "^3.0.0", "through2-map": "^2.0.0", - "update-notifier": "^0.5.0", + "update-notifier": "^2.3.0", "yargs": "^3.14.0" }, "devDependencies": {