From c716397655c2ed89b3ad1246ea585ca19365618d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 13:22:11 +0000 Subject: [PATCH] fix(deps): bump commander from 3.0.1 to 8.1.0 Bumps [commander](https://github.com/tj/commander.js) from 3.0.1 to 8.1.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...v8.1.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..35799b6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "curl-trace-parser": "bin/curl-trace-parser" }, "dependencies": { - "commander": "3.0.1", + "commander": "8.1.0", "api-blueprint-http-formatter": "0.0.1", "http-string-parser": "0.0.6" },