From 1844f6edf5f105535e11710d7bc3c2f1254d7790 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 20:30:07 +0000 Subject: [PATCH] chore(deps): bump commander from 7.2.0 to 8.1.0 in /packages/todo-cli Bumps [commander](https://github.com/tj/commander.js) from 7.2.0 to 8.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/v7.2.0...v8.1.0) Signed-off-by: dependabot-preview[bot] --- packages/todo-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/todo-cli/package.json b/packages/todo-cli/package.json index ff004a1..77fab17 100644 --- a/packages/todo-cli/package.json +++ b/packages/todo-cli/package.json @@ -22,7 +22,7 @@ "@nasum/todo-core-lib": "^0.5.0", "@types/react": "^17.0.0", "chalk": "^4.1.0", - "commander": "^7.0.0", + "commander": "^8.1.0", "configstore": "^5.0.1", "ink": "^3.0.5", "ink-select-input": "^4.2.0",