From 14aaa84885355fc6b8ba4e841ee7b0aa09831e4f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 13:27:30 +0000 Subject: [PATCH] fix(deps): bump commander from 3.0.1 to 4.0.1 Bumps [commander](https://github.com/tj/commander.js) from 3.0.1 to 4.0.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/v3.0.1...4.0.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 1a31bda..c502074 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "curl-trace-parser": "bin/curl-trace-parser" }, "dependencies": { - "commander": "3.0.1", + "commander": "4.0.1", "api-blueprint-http-formatter": "0.0.1", "http-string-parser": "0.0.6" },