From 5a8eb64a1827c68af1e8ccf9857df5909d0b739c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:26:35 +0000 Subject: [PATCH] build(deps): bump yargs in /packages/scriptappy-tools 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] --- packages/scriptappy-tools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/scriptappy-tools/package.json b/packages/scriptappy-tools/package.json index 2804d16..f2936dc 100644 --- a/packages/scriptappy-tools/package.json +++ b/packages/scriptappy-tools/package.json @@ -32,6 +32,6 @@ "chalk": "4.1.2", "extend": "3.0.2", "fast-json-patch": "3.1.1", - "yargs": "17.7.2" + "yargs": "18.0.0" } }