From f409da1dad16b5f4d69b620dd6a725e9b710e10d Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 20 Mar 2018 16:35:36 -0700 Subject: [PATCH] Issue #267: Upgrade version of commander dependency A new version of the [commander](https://www.npmjs.com/package/commander) package is available. However, there are no functional changes in the release; it is simply a repackaging with an older version of npm to get around a [bug](https://github.com/npm/npm/issues/19968) that had been introduced in npm 5.7.1. This lack of functional changes can be verified by comparing the differences in the codebase between [v2.15.0 and v2.15.1](https://github.com/tj/commander.js/compare/v2.15.0...v2.15.1). Though nothing has changed, it is important to keep the dependency's version number up to date. --- lib/commander/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commander/VERSION b/lib/commander/VERSION index 68e69e40..3b1fc795 100644 --- a/lib/commander/VERSION +++ b/lib/commander/VERSION @@ -1 +1 @@ -2.15.0 +2.15.1