From c3534768c21778a541a9eb0f0dd1711a462c29d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 23:41:01 +0000 Subject: [PATCH] build(deps): bump minimist from 1.2.5 to 1.2.6 in /zarahealth 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] --- zarahealth/package-lock.json | 6 +++--- zarahealth/package.json | 2 +- zarahealth/yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/zarahealth/package-lock.json b/zarahealth/package-lock.json index c04311e..42c7852 100644 --- a/zarahealth/package-lock.json +++ b/zarahealth/package-lock.json @@ -9667,9 +9667,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": "3.1.1", diff --git a/zarahealth/package.json b/zarahealth/package.json index 960fbbd..1ed17c8 100644 --- a/zarahealth/package.json +++ b/zarahealth/package.json @@ -26,7 +26,7 @@ "history": "^4.10.1", "luxon": "^1.24.1", "mapbox-gl": "^1.10.0", - "minimist": "^1.2.5", + "minimist": "^1.2.6", "react": "^16.13.1", "react-chartjs-2": "^2.9.0", "react-dom": "^16.13.1", diff --git a/zarahealth/yarn.lock b/zarahealth/yarn.lock index 3be9dc5..6622020 100644 --- a/zarahealth/yarn.lock +++ b/zarahealth/yarn.lock @@ -7741,10 +7741,10 @@ minimist@0.0.8: resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= -minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== +minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5, 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== minipass-collect@^1.0.2: version "1.0.2"