From 3b2e67a8b2a06b39572f3a4581877c56adda61fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Nov 2024 05:48:53 +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 ee60a81..4997eb4 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "core-util-is": "^1.0.3", "crc-32": "^1.2.2", "crc32-stream": "^4.0.3", - "cross-spawn": "^6.0.5", + "cross-spawn": "^7.0.5", "d": "^1.0.1", "dayjs": "^1.11.10", "debug": "^4.3.4",