From 9621e0d4332e0e05bc5d23f1631e6158a6e24d25 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 13:34:04 +0000 Subject: [PATCH] fix(deps): bump commander from 3.0.1 to 6.2.0 Bumps [commander](https://github.com/tj/commander.js) from 3.0.1 to 6.2.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.2.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..4374e78 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.2.0", "api-blueprint-http-formatter": "0.0.1", "http-string-parser": "0.0.6" },