From a86f449d469a49c47cc1ebfd9788c2dab315b514 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 21:32:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15df853e..32e8780b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "chalk": "^1.1.3", "deep-extend": "^0.4.1", - "generator-node": "^1.12.1", + "generator-node": "^2.0.0", "inquirer-npm-name": "^2.0.0", "lodash": "^4.17.2", "mkdirp": "^0.5.1",