From d6ae52618970871c58c931c34ff46d17bb71027c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2020 23:54:29 +0000 Subject: [PATCH] Bump minimist from 1.2.0 to 1.2.3 Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.3. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.3) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e603b2d..24545e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1254,9 +1254,9 @@ } }, "minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.3.tgz", + "integrity": "sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==" }, "mkdirp": { "version": "0.5.1", diff --git a/package.json b/package.json index 6db15e3..14ee68d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "configstore": "^5.0.0", "inquirer": "^6.5.0", "inquirer-fuzzy-path": "^2.1.0", - "minimist": "^1.2.0" + "minimist": "^1.2.3" }, "repository": { "type": "git",