From a07da4d6acfc3428696b9cdfbd087f267260afd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 11:55:09 +0000 Subject: [PATCH] chore(deps): bump commander from 11.1.0 to 13.1.0 Bumps [commander](https://github.com/tj/commander.js) from 11.1.0 to 13.1.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...v13.1.0) --- updated-dependencies: - dependency-name: commander 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 c54f30e9b..61988028c 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "axios": "1.8.3", "chalk": "4.1.2", "cheerio": "^1.0.0", - "commander": "11.1.0", + "commander": "13.1.0", "cross-spawn": "7.0.6", "css-to-xpath": "0.1.0", "csstoxpath": "1.6.0",