From a98b0fcb45545bd1c7b6f0ac3db14529fff26a81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 May 2025 09:01:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 711dacf..abaa874 100644 --- a/package.json +++ b/package.json @@ -347,7 +347,7 @@ "webpack-cli": "^3.3.10" }, "dependencies": { - "execa": "^4.0.0", + "execa": "^9.6.0", "get-latest-version": "^1.0.1", "get-stream": "^5.1.0", "open": "^7.0.2",