From 6a1181c24846fe834dc063a6b698bbea6b4b1c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 00:30:27 +0000 Subject: [PATCH] build(deps): bump minimist from 1.2.5 to 1.2.8 in /examples/global-conf Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/global-conf/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/global-conf/package-lock.json b/examples/global-conf/package-lock.json index c5b746f7e..7f6cbeb5b 100644 --- a/examples/global-conf/package-lock.json +++ b/examples/global-conf/package-lock.json @@ -1373,9 +1373,9 @@ } }, "@webscopeio/react-health-check": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@webscopeio/react-health-check/-/react-health-check-2.1.2.tgz", - "integrity": "sha512-9R3qBlBCkl0MgKK+NumTDWjcxSXUytHVe5NwCH+d9SXLRIww+N6oEg/3Oge/on37qiiOO2nnG8neWAV795IF6w==" + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@webscopeio/react-health-check/-/react-health-check-2.1.6.tgz", + "integrity": "sha512-Q/CoCo77erEFtUV/6CdrhUJ4W2E1An8ThEBFP1IxKeD3Vm7/zp4hKfIdcL0czWQf0PxEAjaPeyZQ6UIAMHJP4Q==" }, "@xtuc/ieee754": { "version": "1.2.0", @@ -3514,9 +3514,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.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" }, "minipass": { "version": "3.1.3",