From 8a06fb68100332362a793c930420e9c9f4a90e85 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 18:53:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e3fd62..c769774 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test": "mocha" }, "dependencies": { - "yeoman-generator": "^0.19.0", + "yeoman-generator": "^2.0.3", "chalk": "^1.0.0", "html-wiring": "^1.1.0", "yosay": "^1.0.0"