From 6ac4eeb2c60600eecfb069638092b882ac7d3c30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 12:38:50 +0000 Subject: [PATCH] build(deps): bump commander from 12.1.0 to 13.0.0 Bumps [commander](https://github.com/tj/commander.js) from 12.1.0 to 13.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/v12.1.0...v13.0.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 9312dea..222f233 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "version-deps": "npm install conventional-changelog-cli david depcheck git-branch-is hub-ci-status" }, "dependencies": { - "commander": "^12.0.0", + "commander": "^13.0.0", "js-yaml": "^4.0.0", "json-replace-exponentials": "^0.2.0" },