From 1ebeb598274df39eb713f56dd54a88e74ec642cb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 13:29:59 +0000 Subject: [PATCH] fix(deps): bump commander from 3.0.1 to 5.0.0 Bumps [commander](https://github.com/tj/commander.js) from 3.0.1 to 5.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/v3.0.1...v5.0.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 1a31bda..dadb57c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "curl-trace-parser": "bin/curl-trace-parser" }, "dependencies": { - "commander": "3.0.1", + "commander": "5.0.0", "api-blueprint-http-formatter": "0.0.1", "http-string-parser": "0.0.6" },