From a6f889c700a2bba77fc92eb4b8302b2bb0b0a416 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Mar 2024 15:37:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3fcc8696e..630a9bc93 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "express": "^4.13.3", "https-proxy-agent": "^1.0.0", "jfs": "^0.2.6", - "localtunnel": "^1.8.1", + "localtunnel": "^2.0.1", "md5": "^2.1.0", "mustache": "^2.2.1", "promise": "^7.1.1",