From e59005e391e908a040634e4cbb99ad95935cee6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jan 2021 23:32:16 +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 219ec52..9b2e52a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -227,9 +227,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==" }, "no-case": { "version": "2.3.2", diff --git a/package.json b/package.json index 68efe54..d38cfae 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "cfonts": "^2.4.2", "colors": "^1.3.3", "gradient-string": "^1.2.0", - "minimist": "^1.2.0" + "minimist": "^1.2.3" }, "devDependencies": {}, "scripts": {