From 68305a8d6b925182cc5ef3b869990baad9c3e38c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Mar 2020 03:04:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a179b3e16..bad5500a2 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "prepublish": "npm run snyk-protect" }, "dependencies": { - "yeoman-generator": "~0.24.1", + "yeoman-generator": "~2.0.0", "chalk": "~0.4.0", "wiredep": "~0.4.2", "snyk": "^1.36.2"