From 39e9725d953e70447d88fb8818a9568353d61986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 22:07:43 +0000 Subject: [PATCH] chore(deps-dev): bump minimist from 0.0.8 to 1.2.5 Bumps [minimist](https://github.com/substack/minimist) from 0.0.8 to 1.2.5. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/0.0.8...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 b65d8e90b..72db79f0f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "lodash.template": "^2.4.1", "lunr": "0.4.5", "marked": "^0.3.2", - "minimist": "0.0.8", + "minimist": "1.2.5", "mkdirp": "^0.3.5", "node-libs-browser": "^0.5.2", "node-twitter-api": "^1.2.2",