From 930cbe3b5eae8fc87e98d559add57aa7310a78e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 21:11:57 +0000 Subject: [PATCH] chore(deps-dev): bump youch-terminal from 2.1.4 to 2.1.5 Bumps [youch-terminal](https://github.com/poppinss/youch-terminal) from 2.1.4 to 2.1.5. - [Release notes](https://github.com/poppinss/youch-terminal/releases) - [Changelog](https://github.com/poppinss/youch-terminal/blob/develop/CHANGELOG.md) - [Commits](https://github.com/poppinss/youch-terminal/commits) --- updated-dependencies: - dependency-name: youch-terminal dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 264c39e..b951b76 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "prettier-plugin-organize-imports": "^3.1.1", "typescript": "~4.9", "youch": "^3.2.0", - "youch-terminal": "^2.1.4" + "youch-terminal": "^2.1.5" }, "dependencies": { "@adonisjs/ally": "^4.1.4", diff --git a/yarn.lock b/yarn.lock index 5a0deba..2648da1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8918,12 +8918,12 @@ yocto-queue@^0.1.0: resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== -youch-terminal@^2.1.4: - version "2.1.4" - resolved "https://registry.yarnpkg.com/youch-terminal/-/youch-terminal-2.1.4.tgz#5dbae9202d90654b20ff591723606af536dfbc22" - integrity sha512-pxJ8JmnqWDg9Eayefy9WuiZFtFrT9+fBTZBWHCocuo0Iv0CW3daAkwCGxh7IDZtq6/OA/v+5MhH52cde0p0ZSA== +youch-terminal@^2.1.4, youch-terminal@^2.1.5: + version "2.1.5" + resolved "https://registry.yarnpkg.com/youch-terminal/-/youch-terminal-2.1.5.tgz#bf42212f2b47eda1cbb70838df443e98cd9f3068" + integrity sha512-ObQ2GeG0LnIGiOAq0rLaEdCC8Z+fHlMFcJqsQcLBWo36zlj2GViS7pOKjRGdJ4pJl4ofZmU77O7gwd6lId67PA== dependencies: - kleur "^4.1.4" + kleur "^4.1.5" youch@^3.2.0: version "3.2.0"