From 988b0a63407332154b56651e4b7e81200e24e124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 23:12:07 +0000 Subject: [PATCH] chore(deps): bump yargs from 17.7.2 to 18.0.0 Bumps [yargs](https://github.com/yargs/yargs) from 17.7.2 to 18.0.0. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/compare/v17.7.2...v18.0.0) --- updated-dependencies: - dependency-name: yargs dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58f024c..60a04de 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@kabeep/node-translate": "^1.1.6", "ora": "^8.0.1", "os-locale": "^6.0.2", - "yargs": "^17.7.2" + "yargs": "^18.0.0" }, "author": "Zhang Zixin (kabeep)", "homepage": "https://github.com/kabeep/node-translate-cli#readme",