From 951980a6dce2984ff5b63205c4bceaadd5b64ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:28:14 +0000 Subject: [PATCH] build(deps-dev): bump consola from 3.2.3 to 3.4.2 Bumps [consola](https://github.com/unjs/consola) from 3.2.3 to 3.4.2. - [Release notes](https://github.com/unjs/consola/releases) - [Changelog](https://github.com/unjs/consola/blob/main/CHANGELOG.md) - [Commits](https://github.com/unjs/consola/compare/v3.2.3...v3.4.2) --- updated-dependencies: - dependency-name: consola dependency-version: 3.4.2 dependency-type: direct:development update-type: version-update:semver-minor ... 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 0953b3261c..1550b00c73 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@types/node": "20.14.10", "chokidar": "3.6.0", "cli-progress": "^3.12.0", - "consola": "3.2.3", + "consola": "3.4.2", "execa": "^9.3.0", "globby": "14.0.2", "langchain": "0.3.28", diff --git a/yarn.lock b/yarn.lock index 894839b995..69191aec57 100644 --- a/yarn.lock +++ b/yarn.lock @@ -913,10 +913,10 @@ concat-map@0.0.1: resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= -consola@3.2.3: - version "3.2.3" - resolved "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz" - integrity sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ== +consola@3.4.2: + version "3.4.2" + resolved "https://registry.yarnpkg.com/consola/-/consola-3.4.2.tgz#5af110145397bb67afdab77013fdc34cae590ea7" + integrity sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA== console-table-printer@^2.12.1: version "2.14.3"