From 401eaf064b5b142b456a33b655ed1368dbf39615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 07:04:33 +0000 Subject: [PATCH] :arrow_up: Bump commander from 10.0.1 to 11.0.0 Bumps [commander](https://github.com/tj/commander.js) from 10.0.1 to 11.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/v10.0.1...v11.0.0) --- updated-dependencies: - dependency-name: commander dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/sisyphus-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sisyphus-cli/package.json b/packages/sisyphus-cli/package.json index 2df2aba..aafb54d 100644 --- a/packages/sisyphus-cli/package.json +++ b/packages/sisyphus-cli/package.json @@ -34,7 +34,7 @@ "@sisyphus.js/protoc": "^2.2.0", "@sisyphus.js/runtime": "^2.2.0", "@sisyphus.js/runtime.proto": "^2.2.0", - "commander": "^10.0.0", + "commander": "^11.0.0", "npmlog": "^7.0.1" } }