From 8f5a0670db518db187977b26f95fd3225fb41f2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 16:05:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOUT-1014544 - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 25d39f7e1..32cdd6de4 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,8 @@ "test": "mocha" }, "dependencies": { - "wiredep": "^1.0.0", - "yeoman-generator": "^0.16.0", + "wiredep": "^3.0.1", + "yeoman-generator": "^2.0.3", "yosay": "^0.2.0", "chalk": "^0.4.0" },