From cf4ecd4415562fbfa54f3809a994d784c549542e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 18:58:32 +0000 Subject: [PATCH] Bump minimist from 1.2.3 to 1.2.6 in /scripts/release Bumps [minimist](https://github.com/substack/minimist) from 1.2.3 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.3...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/release/package.json | 2 +- scripts/release/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/release/package.json b/scripts/release/package.json index cd25483243c8..b554158b89d7 100644 --- a/scripts/release/package.json +++ b/scripts/release/package.json @@ -4,7 +4,7 @@ "chalk": "2.4.1", "dedent": "0.7.0", "execa": "0.10.0", - "minimist": "1.2.3", + "minimist": "1.2.6", "node-fetch": "2.1.2", "semver": "5.5.0", "string-width": "2.1.1" diff --git a/scripts/release/yarn.lock b/scripts/release/yarn.lock index 9433449065a9..e4a02b02d764 100644 --- a/scripts/release/yarn.lock +++ b/scripts/release/yarn.lock @@ -80,9 +80,9 @@ isexe@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" -minimist@1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#3db5c0765545ab8637be71f333a104a965a9ca3f" +minimist@1.2.6: + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" nice-try@^1.0.4: version "1.0.4"