From 916871a545776cd4d4841388af53cf6cb9d41e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:47:44 +0000 Subject: [PATCH] build(deps): bump chalk from 5.3.0 to 5.4.1 Bumps [chalk](https://github.com/chalk/chalk) from 5.3.0 to 5.4.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.4.1) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c752a37..c0253cb 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "trustedDependencies": [".", "@biomejs/biome"], "dependencies": { "@inquirer/prompts": "^7.2.0", - "chalk": "^5.3.0", + "chalk": "^5.4.1", "change-case": "^5.4.4", "handlebars": "^4.7.8", "minimist": "^1.2.8", diff --git a/yarn.lock b/yarn.lock index 5847118..437f9c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -580,7 +580,12 @@ chalk@^2.4.2: escape-string-regexp "^1.0.5" supports-color "^5.3.0" -chalk@^5.3.0, chalk@~5.3.0: +chalk@^5.3.0, chalk@^5.4.1: + version "5.4.1" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8" + integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w== + +chalk@~5.3.0: version "5.3.0" resolved "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz" integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==