From 082b589ecaafbed82a3a0e78f590a7cc7c3fa120 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 08:11:59 +0000 Subject: [PATCH] fix: front-end/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- front-end/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end/package.json b/front-end/package.json index 6ccbd32..ee27d24 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -16,6 +16,6 @@ "express-ws": "^4.0.0", "lodash": "^4.17.13", "redis": "^2.8.0", - "yargs": "^12.0.2" + "yargs": "^13.2.4" } }