From 3b0f34884641f5adbe20b52b7805498488a63402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 06:31:49 +0000 Subject: [PATCH] fix(deps): bump listr2 from 6.6.0 to 6.6.1 Bumps [listr2](https://github.com/listr2/listr2) from 6.6.0 to 6.6.1. - [Release notes](https://github.com/listr2/listr2/releases) - [Changelog](https://github.com/listr2/listr2/blob/master/CHANGELOG.md) - [Commits](https://github.com/listr2/listr2/commits) --- updated-dependencies: - dependency-name: listr2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6c280adf..fe06d970 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "fs-extra": "^11.1.1", "is-docker": "^3.0.0", "is-wsl": "^2.2.0", - "listr2": "^6.6.0", + "listr2": "^6.6.1", "log-update": "^5.0.1", "playwright-chromium": "^1.36.1", "tabletojson": "^2.0.7", diff --git a/yarn.lock b/yarn.lock index 304f58a9..1b8002b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5105,10 +5105,10 @@ listenercount@~1.0.1: resolved "https://registry.yarnpkg.com/listenercount/-/listenercount-1.0.1.tgz#84c8a72ab59c4725321480c975e6508342e70937" integrity sha512-3mk/Zag0+IJxeDrxSgaDPy4zZ3w05PRZeJNnlWhzFz5OkX49J4krc+A8X2d2M69vGMBEX0uyl8M+W+8gH+kBqQ== -listr2@^6.6.0: - version "6.6.0" - resolved "https://registry.yarnpkg.com/listr2/-/listr2-6.6.0.tgz#cb8a0f45fb93ae50c43fb34f934759f8de9395ce" - integrity sha512-qkLg7IeYcZGkxo5sZzl676xHwQzNZ8qAQLQSDMA88sLM1SDcabwyXD1mXHi/PGQHyt/mu81adJdkqsCSUSuQzQ== +listr2@^6.6.1: + version "6.6.1" + resolved "https://registry.yarnpkg.com/listr2/-/listr2-6.6.1.tgz#08b2329e7e8ba6298481464937099f4a2cd7f95d" + integrity sha512-+rAXGHh0fkEWdXBmX+L6mmfmXmXvDGEKzkjxO+8mP3+nI/r/CWznVBvsibXdxda9Zz0OW2e2ikphN3OwCT/jSg== dependencies: cli-truncate "^3.1.0" colorette "^2.0.20"