From 54a42d359436d43f9299d9d26cc6fa68ec9176ee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 13:35:15 +0000 Subject: [PATCH] fix(deps): bump commander from 3.0.1 to 6.0.0 Bumps [commander](https://github.com/tj/commander.js) from 3.0.1 to 6.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...v6.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..5abbd97 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "curl-trace-parser": "bin/curl-trace-parser" }, "dependencies": { - "commander": "3.0.1", + "commander": "6.0.0", "api-blueprint-http-formatter": "0.0.1", "http-string-parser": "0.0.6" },