From 42614abfb913f696b2fda5866b4ae02c266375ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Feb 2024 03:44:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9abc08c3..05589393 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "nearley": "2.16.0", "nodemailer": "^6.7.0", "secp256k1": "^4", - "socks": "1.1.10", + "socks": "2.7.2", "sqlite3": "^5", "thirty-two": "^1.0.1", "ws": "^1.0.1"