From 07bea963affbb54ace706c2c1dc3a996b80965ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Jul 2022 16:55:29 +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 dc4a1ad..0f90af0 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "chalk": "^0.5.0", "yeoman-generator": "^0.18.9", - "yosay": "^1.0.2" + "yosay": "^2.0.0" }, "devDependencies": { "mocha": "*"