From ec6461ad373bc80134d8666b73d92ada0abe355e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 05:23:40 +0000 Subject: [PATCH] Bump minimist from 1.2.0 to 1.2.2 Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.2. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4348e46..f733c77 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "jasmine-spec-reporter": "^4.2.1", "json5": "^1.0.1", "lodash.merge": "^4.6.1", - "minimist": "^1.2.0", + "minimist": "^1.2.2", "mysql2": "^1.5.3", "uws": "^9.147.0" } diff --git a/yarn.lock b/yarn.lock index 0685d3e..4697d34 100644 --- a/yarn.lock +++ b/yarn.lock @@ -474,9 +474,9 @@ minimist@0.0.8: version "0.0.8" resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" -minimist@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" +minimist@^1.2.0, minimist@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.2.tgz#b00a00230a1108c48c169e69a291aafda3aacd63" mkdirp@^0.5.1: version "0.5.1"