From 001401e9e2a8421f9c2c2d197b1f90ea441f481f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Aug 2025 05:19:54 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ee60a81..35c9fe5 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,7 @@ "inflight": "^1.0.6", "inherits": "^2.0.4", "ini": "^1.3.8", - "inquirer": "^7.3.3", + "inquirer": "^8.2.7", "inquirer-autocomplete-prompt": "^1.4.0", "into-stream": "^3.1.0", "is-arguments": "^1.1.1", @@ -399,7 +399,7 @@ "through": "^2.3.8", "timed-out": "^4.0.1", "timers-ext": "^0.1.7", - "tmp": "^0.0.33", + "tmp": "^0.2.4", "to-array": "^0.1.4", "to-buffer": "^1.1.1", "to-readable-stream": "^1.0.0",