From 129af86cec19a5ad0b24f9f8ae1dce66d13fd126 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Aug 2025 09:11:22 +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 6b54786e744f..0be6f112433e 100644 --- a/package.json +++ b/package.json @@ -175,7 +175,7 @@ "glob": "^7.1.1", "graceful-fs": "^4.1.3", "image-size": "^0.3.5", - "inquirer": "^3.0.6", + "inquirer": "^8.2.7", "jest-haste-map": "^20.0.4", "json-stable-stringify": "^1.0.1", "json5": "^0.4.0",