From 0240afa21825c30587e99431c5aee2926c10b65d Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 00:00:15 +0000 Subject: [PATCH] fix: upgrade yargs from 3.30.0 to 3.32.0 Snyk has created this PR to upgrade yargs from 3.30.0 to 3.32.0. See this package in npm: yargs See this project in Snyk: https://app.snyk.io/org/heap-3EMkSLLMkNg97NWFTBZBsv/project/845d2f41-5c5a-4fec-8e78-2dd49a93d7f6?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43848e4..64ddff0 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "config": "1.25.1", "fclone": "1.0.11", "winston-log-and-exit": "1.0.6", - "yargs": "3.30.0" + "yargs": "3.32.0" } }