From 551adf18f2145e01b55a1fe8b5bcb23a0180d64b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jan 2024 14:39:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae878b0b7..efb7cc8a4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,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",