From 7c04ea5e231548fb3bf3b9983006edc6d38cac17 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 05:57:52 +0000 Subject: [PATCH] chore(deps): bump commander from 2.20.3 to 4.1.0 Bumps [commander](https://github.com/tj/commander.js) from 2.20.3 to 4.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/v2.20.3...v4.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab5b6ac..f159176 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ }, "dependencies": { "babel-polyfill": "^6.13.0", - "commander": "^2.9.0", + "commander": "^4.1.0", "executable": "^4.1.0", "fs-promise": "^2.0.3", "moment": "^2.19.1",