From 9e067dd8826e1c858b1027bb61d099ad24983aa3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 05:38:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d493bd5..7302f16 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "algorithmjs": "^1.0.0", "async": "^2.6.0", "debug": "~1.0.4", - "eventproxy": "~0.3.1", + "eventproxy": "~1.0.0", "long": "~1.1.5", "readable-stream": "1.1.11", "utility": "^1.17.0",