From 9b5770c8ed3fdc1d5ab25679d8ae5bfe3137bc21 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Nov 2024 02:32:35 +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 c24f042..087cc8a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@types/dotenv": "^4.0.0", "auto-parse": "^1.3.0", "camelcase": "^4.1.0", - "cross-spawn": "^5.1.0", + "cross-spawn": "^7.0.5", "dotenv": "^4.0.0", "is-windows": "^1.0.0", "lodash": "^4.3.0"