From 0e75495c9813cd5291c0ddb509d7f2687a088507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 07:46:55 +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 e035533..902db74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4600,9 +4600,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 fef20e9..28cdad1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "lodash": "~3.10.1", "mime": "~1.3.6", "minimatch": "~3.0.4", - "minimist": "~1.2.0", + "minimist": "~1.2.3", "mkdirp": "~0.5.1", "node-sass": "^4.9.4", "npmlog": "~1.2.1",