From 23aeba620b2b50135b481daf25a9613e245d435d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 21:58:21 +0000 Subject: [PATCH] Bump minimist from 1.2.5 to 1.2.6 in /protocol Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- protocol/package.json | 2 +- protocol/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/protocol/package.json b/protocol/package.json index 2d16fda5033f..e3c964b971bd 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -28,7 +28,7 @@ "iced-runtime": "^1.0.2", "iced-utils": "^0.1.22", "json5": "0.5.1", - "minimist": "^1.1.0", + "minimist": "^1.2.6", "prettier": "1.19.1" } } diff --git a/protocol/yarn.lock b/protocol/yarn.lock index 3d7cfb715630..09d204c76bb4 100644 --- a/protocol/yarn.lock +++ b/protocol/yarn.lock @@ -213,10 +213,10 @@ lodash@4.17.15: resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== -minimist@>=0.0.8, minimist@^1.1.0, minimist@^1.2.0: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== +minimist@>=0.0.8, 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== nomnom@1.5.2, "nomnom@>= 1.5.x": version "1.5.2"