From 58e9508d3a0c3195238fe73cd1bd69f9f87267ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 19:32:58 +0000 Subject: [PATCH] Bump minimist from 1.2.0 to 1.2.6 in /core Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- core/package.json | 2 +- core/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/package.json b/core/package.json index 48efb6a31..2c8278049 100644 --- a/core/package.json +++ b/core/package.json @@ -42,7 +42,7 @@ "eslint-plugin-prettier": "^2.6.2", "eslint-plugin-react": "^7.10.0", "glob": "^7.1.2", - "minimist": "^1.2.0", + "minimist": "^1.2.6", "mkdirp": "^0.5.1", "nightwatch": "^1.2.1", "postcss": "^7.0.18", diff --git a/core/yarn.lock b/core/yarn.lock index 1c922e436..54c813faf 100644 --- a/core/yarn.lock +++ b/core/yarn.lock @@ -3441,10 +3441,10 @@ minimist@1.1.x: resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.1.3.tgz#3bedfd91a92d39016fcfaa1c681e8faa1a1efda8" integrity sha1-O+39kaktOQFvz6ocaB6Pqhoe/ag= -minimist@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" - integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= +minimist@^1.2.0, minimist@^1.2.6: + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== minimist@~0.0.1: version "0.0.10"