From 10abc84a125354eb4a4c1d22244719de2b561086 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 05:56:01 +0000 Subject: [PATCH] chore(deps): bump commander from 2.20.3 to 4.1.1 Bumps [commander](https://github.com/tj/commander.js) from 2.20.3 to 4.1.1. - [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.1) 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..7cc14f3 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ }, "dependencies": { "babel-polyfill": "^6.13.0", - "commander": "^2.9.0", + "commander": "^4.1.1", "executable": "^4.1.0", "fs-promise": "^2.0.3", "moment": "^2.19.1",