From 86447a23a8aa37024299e05f96a4d8a05410601b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 23:09:38 +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 dcd9edfceb..808e6411ae 100644 --- a/package.json +++ b/package.json @@ -153,8 +153,8 @@ "tar-stream": "^1.5.4", "temp": "~0.8.3", "through2": "^2.0.3", - "update-notifier": "^2.2.0", - "yargs": "8.0.2" + "update-notifier": "^4.0.0", + "yargs": "15.0.1" }, "optionalDependencies": { "prom-client": "^10.1.0",