From 65fad48cc1a601dae73095a3f9d3dc4bbf5dd729 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Aug 2021 00:12:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25d39f7e1..e89792c27 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "wiredep": "^1.0.0", - "yeoman-generator": "^0.16.0", + "yeoman-generator": "^0.24.1", "yosay": "^0.2.0", "chalk": "^0.4.0" },