From 7093ddec718297506d59c9e5809faec524d30e29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:06:35 +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 2a4547c..f53114b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "os-locale": "^6.0.2", "terminal-table": "^0.0.12", "update-notifier": "^7.3.1", - "yargs": "^17.7.2" + "yargs": "^18.0.0" }, "devDependencies": { "@biomejs/biome": "^1.9.4",