From cc230aac82e2abc41453a4a3b067c88660a3b567 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 May 2021 19:16:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e3fd62..23139c0 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test": "mocha" }, "dependencies": { - "yeoman-generator": "^0.19.0", + "yeoman-generator": "^5.0.0", "chalk": "^1.0.0", "html-wiring": "^1.1.0", "yosay": "^1.0.0"