From fd46dc9ad9916cc3c0cc0b0d483650e1c6f5040b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 07:52:00 +0000 Subject: [PATCH] Bump minimist from 1.2.5 to 1.2.8 in /packages/dudo-auto-deploy-cli 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] --- packages/dudo-auto-deploy-cli/yarn.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/dudo-auto-deploy-cli/yarn.lock b/packages/dudo-auto-deploy-cli/yarn.lock index 0db1c76b..37f0bd82 100644 --- a/packages/dudo-auto-deploy-cli/yarn.lock +++ b/packages/dudo-auto-deploy-cli/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@dudojs/logger@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@dudojs/logger/-/logger-1.1.0.tgz#8fdcce8caf999c9deee7c26b15be0407ee7222cf" - integrity sha512-ezhFedDtfxmBZ1T85l/83TIZqkA0cFI/uwFUnrmha+vFSJaRKlpnlHF8n9cFoLAS8K3esKuBLIolUNxhy3mXUQ== +"@dudojs/logger@^1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@dudojs/logger/-/logger-1.1.1.tgz#c50ac337f17f6068df078838c06aabe9eadc6b73" + integrity sha512-u1FeV/km6YhnKM2S0W6RQP7epV9IIfI+S3JlHs1eWMVaKqEb4KExIsgjT8Rp3CLsrv7jqKIhm5sJPPOXGKB7qw== dependencies: colors "^1.4.0" @@ -867,9 +867,9 @@ mimic-response@^2.0.0: integrity sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA== minimist@^1.2.0, minimist@^1.2.3: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + version "1.2.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" + integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== minipass@^3.0.0: version "3.1.5"