From 825a2d77744d3ddcfa5d65bac942a5bba72a326c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 07:28:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- 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"