From f1b9ec9194a20b7f1d1d23b4ce24c3d9a3fb091e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 21:03:38 +0000 Subject: [PATCH] Bump minimist in /chapter7/quorum-examples/examples/7nodes 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] --- chapter7/quorum-examples/examples/7nodes/package-lock.json | 6 +++--- chapter7/quorum-examples/examples/7nodes/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chapter7/quorum-examples/examples/7nodes/package-lock.json b/chapter7/quorum-examples/examples/7nodes/package-lock.json index 579d5aa..85f3996 100644 --- a/chapter7/quorum-examples/examples/7nodes/package-lock.json +++ b/chapter7/quorum-examples/examples/7nodes/package-lock.json @@ -1360,9 +1360,9 @@ } }, "minimist": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.3.tgz", - "integrity": "sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" }, "mkdirp": { "version": "0.5.1", diff --git a/chapter7/quorum-examples/examples/7nodes/package.json b/chapter7/quorum-examples/examples/7nodes/package.json index fb162f1..3059ea6 100644 --- a/chapter7/quorum-examples/examples/7nodes/package.json +++ b/chapter7/quorum-examples/examples/7nodes/package.json @@ -12,7 +12,7 @@ "ethereumjs-tx": "^1.3.4", "fs": "0.0.1-security", "keythereum": "^1.0.4", - "minimist": "^1.2.3", + "minimist": "^1.2.6", "web3": "^1.0.0-beta.34" } }