From 83db1bec7cb02711c509c515e853b10d6390a68f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 16:32:20 +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 2e3fd62..7027992 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "yeoman-generator": "^0.19.0", "chalk": "^1.0.0", "html-wiring": "^1.1.0", - "yosay": "^1.0.0" + "yosay": "^3.0.0" }, "devDependencies": { "mocha": "~1.14.0"