From f2da3d360a1f46dea496953cf543ff9ad318540a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Nov 2024 02:38: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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dcd9edfceb..c4c0498740 100644 --- a/package.json +++ b/package.json @@ -153,8 +153,8 @@ "tar-stream": "^1.5.4", "temp": "~0.8.3", "through2": "^2.0.3", - "update-notifier": "^2.2.0", - "yargs": "8.0.2" + "update-notifier": "^4.0.0", + "yargs": "13.3.0" }, "optionalDependencies": { "prom-client": "^10.1.0",