From 00356c5615d3f4443be567922a740c597e1fe853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 09:14:32 +0000 Subject: [PATCH] build(deps): bump chalk from 5.3.0 to 5.6.2 Bumps [chalk](https://github.com/chalk/chalk) from 5.3.0 to 5.6.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.6.2) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cli/package.json | 2 +- package-lock.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cli/package.json b/cli/package.json index 00006cd..9c14320 100644 --- a/cli/package.json +++ b/cli/package.json @@ -30,7 +30,7 @@ "Marlon Marcello (https://github.com/orgs/wethegit/people/marlonmarcello)" ], "dependencies": { - "chalk": "~5.3.0", + "chalk": "~5.6.2", "cli-spinner": "~0.2.10", "commander": "~12.1.0", "fs-extra": "~11.2.0", diff --git a/package-lock.json b/package-lock.json index 86c6293..43d8a11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "version": "4.0.2", "license": "MIT", "dependencies": { - "chalk": "~5.3.0", + "chalk": "~5.6.2", "cli-spinner": "~0.2.10", "commander": "~12.1.0", "fs-extra": "~11.2.0", @@ -6165,9 +6165,9 @@ ] }, "node_modules/chalk": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", + "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, @@ -20769,7 +20769,7 @@ "@wethegit/corgi": { "version": "file:cli", "requires": { - "chalk": "~5.3.0", + "chalk": "~5.6.2", "cli-spinner": "~0.2.10", "commander": "~12.1.0", "fs-extra": "~11.2.0", @@ -21346,9 +21346,9 @@ "integrity": "sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w==" }, "chalk": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==" + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", + "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==" }, "char-regex": { "version": "1.0.2",