From 5078fee4faf70dd2f8d420db0532771e08455841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 11:02:41 +0000 Subject: [PATCH] chore(deps-dev): bump yarn-audit-fix from 9.3.2 to 9.3.3 Bumps [yarn-audit-fix](https://github.com/antongolub/yarn-audit-fix) from 9.3.2 to 9.3.3. - [Release notes](https://github.com/antongolub/yarn-audit-fix/releases) - [Changelog](https://github.com/antongolub/yarn-audit-fix/blob/master/CHANGELOG.md) - [Commits](https://github.com/antongolub/yarn-audit-fix/compare/v9.3.2...v9.3.3) --- updated-dependencies: - dependency-name: yarn-audit-fix dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index da47205b1..44b25692b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1733,10 +1733,10 @@ commander@^7.2.0: resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7" integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== -commander@^9.3.0: - version "9.3.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-9.3.0.tgz#f619114a5a2d2054e0d9ff1b31d5ccf89255e26b" - integrity sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw== +commander@^9.3.0, commander@^9.4.0: + version "9.4.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.0.tgz#bc4a40918fefe52e22450c111ecd6b7acce6f11c" + integrity sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw== commondir@^1.0.1: version "1.0.1" @@ -6647,9 +6647,9 @@ yargs@^17.0.0: yargs-parser "^21.0.0" yarn-audit-fix@^9.3.2: - version "9.3.2" - resolved "https://registry.yarnpkg.com/yarn-audit-fix/-/yarn-audit-fix-9.3.2.tgz#9268aeaf70faafd6d8b8a71d0b8c8d97d6b809ec" - integrity sha512-hRPu2FRTLF5kL+fgq6NZDVgvGV7zEO6ghgfXoFmseDtDzqBIfKbGVNL+XqJ1fIil70x6XyrQwyARyyrMZtxpaw== + version "9.3.3" + resolved "https://registry.yarnpkg.com/yarn-audit-fix/-/yarn-audit-fix-9.3.3.tgz#05e1fab4fb6dd137db6c31006d569dc7144d41c3" + integrity sha512-EFKcjEi3GSQ3QL7dV835ovfcw8of6RbiRdyeA2n67r7dcJYctxOqqmFHQPBoEvQSDXuYH/Zwk/8J6QUT4R8E5A== dependencies: "@types/find-cache-dir" "^3.2.1" "@types/fs-extra" "^9.0.13" @@ -6658,7 +6658,7 @@ yarn-audit-fix@^9.3.2: "@types/yarnpkg__lockfile" "^1.1.5" "@yarnpkg/lockfile" "^1.1.0" chalk "^5.0.1" - commander "^9.3.0" + commander "^9.4.0" find-cache-dir "^3.3.2" find-up "^6.3.0" fs-extra "^10.1.0"