From a1db3da746291a1c30e9ed7ba4f9ef99be3d5c25 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Mar 2024 01:25:21 +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 d76b0a4a2..b2111ad80 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,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",