From 07bb09b8537accbadbb6f885d53b30f8e3463ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 13:23:58 +0000 Subject: [PATCH] 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 5538295..ccf4d47 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "file-type": "^21.0.0", "preact": "^10.26.5", "sharp": "^0.34.1", - "yargs": "^17.7.2" + "yargs": "^18.0.0" }, "devDependencies": { "@substrate-system/tapzero": "^0.10.13",