From fd46a618df0fad14a6bf1d000eb0abe995285bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2020 05:12:41 +0000 Subject: [PATCH] Bump minimist from 1.2.0 to 1.2.3 in /buy-and-stop 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] --- buy-and-stop/package-lock.json | 6 +++--- buy-and-stop/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/buy-and-stop/package-lock.json b/buy-and-stop/package-lock.json index 1827647..233bb5f 100644 --- a/buy-and-stop/package-lock.json +++ b/buy-and-stop/package-lock.json @@ -222,9 +222,9 @@ "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==" }, "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==" }, "mute-stream": { "version": "0.0.7", diff --git a/buy-and-stop/package.json b/buy-and-stop/package.json index 04ed36a..ff746cc 100644 --- a/buy-and-stop/package.json +++ b/buy-and-stop/package.json @@ -11,7 +11,7 @@ "chalk": "^2.4.2", "cli-table3": "^0.5.1", "inquirer": "^6.3.1", - "minimist": "^1.2.0" + "minimist": "^1.2.3" }, "author": "pauldevnull", "license": "ISC"