From 003bbf80942a1fcb83642715a76113cf2aa15e2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 20:03:12 +0000 Subject: [PATCH] :arrow_up: Bump minimist in /packages/darcher-examples 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: indirect ... Signed-off-by: dependabot[bot] --- packages/darcher-examples/package-lock.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/packages/darcher-examples/package-lock.json b/packages/darcher-examples/package-lock.json index 47b24f91..847222eb 100644 --- a/packages/darcher-examples/package-lock.json +++ b/packages/darcher-examples/package-lock.json @@ -5516,9 +5516,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" }, "minipass": { "version": "2.9.0", @@ -5709,6 +5709,14 @@ } } }, + "multiprocessing": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/multiprocessing/-/multiprocessing-1.2.0.tgz", + "integrity": "sha512-qQzr+dKWw4o0NP4+990QDUvI+8Gr2fXWLT5AkJ9X9Ng2sgnxiY8Tqtu3V8gwD9z9g3IkHLH9EKtCns89aH7EJg==", + "requires": { + "bluebird": "^3.4.7" + } + }, "mustache": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.1.0.tgz",