From ffee22524897518162fc5245c630b279ec52e9ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Dec 2023 14:07:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a179b3e16..c28280f42 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "prepublish": "npm run snyk-protect" }, "dependencies": { - "yeoman-generator": "~0.24.1", + "yeoman-generator": "~6.0.0", "chalk": "~0.4.0", "wiredep": "~0.4.2", "snyk": "^1.36.2"