From ea77168289fc04f037e2deb7ba62ee2a4159c9b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 17:46:36 +0000 Subject: [PATCH] fix(deps): update dependency chalk to v5 --- package.json | 2 +- pnpm-lock.yaml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8baa8058..95fa1395 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ }, "dependencies": { "@inquirer/prompts": "^5.3.8", - "chalk": "^4.1.2", + "chalk": "^5.0.0", "commander": "^12.1.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 49ad156c..09ed9f55 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^5.3.8 version: 5.3.8 chalk: - specifier: ^4.1.2 - version: 4.1.2 + specifier: ^5.0.0 + version: 5.4.1 commander: specifier: ^12.1.0 version: 12.1.0 @@ -3730,6 +3730,7 @@ packages: eslint@8.57.0: resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true espree@9.6.1: