From e8a1dd5bed2112ae0e989be5e8117644958ded2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Aug 2025 22:16:29 +0000 Subject: [PATCH] fix: buildutils/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- buildutils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildutils/package.json b/buildutils/package.json index 872ba7739f28..f5fca0e9a2ba 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -48,7 +48,7 @@ "dependency-graph": "^0.9.0", "fs-extra": "^9.0.1", "glob": "~7.1.6", - "inquirer": "^7.1.0", + "inquirer": "^10.0.0", "minimatch": "~3.0.4", "os": "~0.1.1", "package-json": "^6.5.0",