From 910fa1c6abed0479c83ff8d299b8e884c5f6d67b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:19:53 +0000 Subject: [PATCH] chore(deps): bump commander from 11.1.0 to 14.0.0 Bumps [commander](https://github.com/tj/commander.js) from 11.1.0 to 14.0.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v11.1.0...v14.0.0) --- updated-dependencies: - dependency-name: commander dependency-version: 14.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 eaad3c2c0..2394eddb5 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "axios": "1.8.4", "chalk": "4.1.2", "cheerio": "^1.0.0", - "commander": "11.1.0", + "commander": "14.0.0", "cross-spawn": "7.0.6", "css-to-xpath": "0.1.0", "csstoxpath": "1.6.0",