From 0c6dd74ca21dd640f7603cc17f5b8052a1130df6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Aug 2025 20:08:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85910de..59c5a36 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "del": "^2.2.0", "ejs": "^2.4.2", "gulp-json-editor": "^2.2.1", - "inquirer": "^3.0.1", + "inquirer": "^8.2.7", "merge-config": "^2.0.0", "underscore.string": "^3.3.4" },