From a0d0a53c81c7ccce4c1b85bfbb53eb4e823deb48 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 17:28:03 +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..4d7aae7 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": "^3.0.0" }, "devDependencies": { "eslint": "^3.1.1",