From 4bbb641d5518d623ffbd544badf8f1ff8a0a0fb1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Nov 2025 06:59:51 +0000 Subject: [PATCH] fix: upgrade @types/yargs from 17.0.33 to 17.0.34 Snyk has created this PR to upgrade @types/yargs from 17.0.33 to 17.0.34. See this package in npm: @types/yargs See this project in Snyk: https://app.snyk.io/org/barry127/project/833aea65-473a-4f7e-8fd5-28799cc8a710?utm_source=github&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 891cff9..4b3ca7d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "@b127/crypto": "^0.4.2", "@types/prompts": "^2.4.9", - "@types/yargs": "^17.0.33", + "@types/yargs": "^17.0.34", "chalk": "^5.3.0", "prompts": "^2.4.2", "yargs": "^17.7.2"