From aeaec9f265a5058b1e7a8cdc11f1af0af3ed4a93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 23:29:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1d6735be..97643ebba 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "fs-extra": "0.30.0", "http-proxy": "1.14.0", "immutable": "3.8.1", - "localtunnel": "1.8.1", + "localtunnel": "1.9.0", "micromatch": "2.3.11", "opn": "4.0.2", "portscanner": "^1.0.0",