From 387e2a4378af9d76f0490186052c8669f036fdf6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Jul 2022 18:17:53 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7f0acc..117e3c0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "lodash": "^4.17.2", "react-router-redux": "^5.0.0-alpha.9", "yeoman-generator": "^0.23.4", - "yosay": "^1.0.0" + "yosay": "^2.0.0" }, "devDependencies": { "eslint": "^3.1.1",