From 8fe3b2338d5a4895dd7993320c35574ec0295164 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Oct 2020 21:22:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 25d39f7e1..5643f9141 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": "^0.21.0", "yosay": "^0.2.0", "chalk": "^0.4.0" },