From f277ddddd5ff58f3f3811426db63599c05882ec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 20:59:50 +0000 Subject: [PATCH] Bump minimist from 0.0.5 to 1.2.5 Bumps [minimist](https://github.com/substack/minimist) from 0.0.5 to 1.2.5. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/0.0.5...1.2.5) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 105d143..9e8888d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "pty.js": "~0.2.3", "async": "~0.2.9", - "minimist": "0.0.5", + "minimist": "1.2.5", "shell-quote": "~1.4.1", "jsesc": "~0.4.3" },