From 74868df0c70393fb963087c2e801ded22f8c6fdb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 16:27:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a1d6735be..766c175c3 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": "2.0.0", "micromatch": "2.3.11", "opn": "4.0.2", "portscanner": "^1.0.0", @@ -56,7 +56,7 @@ "server-destroy": "1.0.1", "socket.io": "1.4.8", "ua-parser-js": "0.7.10", - "yargs": "4.8.1" + "yargs": "13.2.4" }, "devDependencies": { "browser-sync-spa": "1.0.2",