From 0bf325d006b20363d70325278889a6079e13bb16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Aug 2025 17:51:05 +0000 Subject: [PATCH] fix: packages/angular/cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- packages/angular/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular/cli/package.json b/packages/angular/cli/package.json index c90f62305ad4..836d8dc94fd5 100644 --- a/packages/angular/cli/package.json +++ b/packages/angular/cli/package.json @@ -34,7 +34,7 @@ "ansi-colors": "4.1.1", "debug": "4.3.1", "ini": "1.3.5", - "inquirer": "7.3.3", + "inquirer": "10.0.0", "jsonc-parser": "3.0.0", "npm-package-arg": "8.1.0", "npm-pick-manifest": "6.1.0",