From 61f343f8e3596a2373502c4729bb5a97479d23d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jul 2024 07:18:19 +0000 Subject: [PATCH] fix: upgrade yargs from 17.6.2 to 17.7.2 Snyk has created this PR to upgrade yargs from 17.6.2 to 17.7.2. See this package in npm: yargs See this project in Snyk: https://app.snyk.io/org/rsaz/project/b0fba834-724d-4716-9414-b91dc9455706?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 7d9e00b..273c383 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "mustache": "4.2.0", "semver": "7.6.2", "ts-node": "10.9.1", - "yargs": "17.6.2" + "yargs": "17.7.2" }, "devDependencies": { "@codecov/vite-plugin": "^0.0.1-beta.9",