From 048542ff38ca1287f03f39f103e7dfd3db2af938 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 04:47:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a179b3e16..1acc67871 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "prepublish": "npm run snyk-protect" }, "dependencies": { - "yeoman-generator": "~0.24.1", + "yeoman-generator": "~5.0.0", "chalk": "~0.4.0", "wiredep": "~0.4.2", "snyk": "^1.36.2"