From 358b2b3759ce1f9a7587f9d4f0f5319ea3d7ce48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:19:39 +0000 Subject: [PATCH] chore(deps): bump chalk from 4.1.2 to 6.0.0 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 6.0.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v6.0.0) --- updated-dependencies: - dependency-name: chalk dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 ++++++++++++++++++----- packages/plugins/dev-create/package.json | 2 +- packages/plugins/dev-scripts/package.json | 2 +- packages/plugins/migration/package.json | 2 +- 4 files changed, 34 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee5d6144f4d..8512cb39f67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32653,7 +32653,7 @@ "version": "13.1.0", "license": "Apache-2.0", "dependencies": { - "chalk": "^4.1.2", + "chalk": "^6.0.0", "commander": "^15.0.0", "fs-extra": "^11.3.5", "install": "^0.13.0" @@ -32662,6 +32662,18 @@ "create-package": "bin/create.js" } }, + "packages/plugins/dev-create/node_modules/chalk": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-6.0.0.tgz", + "integrity": "sha512-2uNTXIuTTxk7ciZgAU1BQcgnchcG0xXnrs6jzkQfj9SsRa9M2s5zE8WT96hS6KmG4MzWHSrvH43DF1m4XRkrFg==", + "license": "MIT", + "engines": { + "node": ">=22" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "packages/plugins/dev-create/node_modules/commander": { "version": "15.0.0", "resolved": "https://registry.npmjs.org/commander/-/commander-15.0.0.tgz", @@ -32677,7 +32689,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/code-frame": "^8.0.0", - "chalk": "^4.1.2", + "chalk": "^6.0.0", "fork-ts-checker-webpack-plugin": "^9.1.0", "install": "^0.13.0", "mocha": "^11.7.6", @@ -32808,6 +32820,18 @@ "url": "https://opencollective.com/express" } }, + "packages/plugins/dev-scripts/node_modules/chalk": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-6.0.0.tgz", + "integrity": "sha512-2uNTXIuTTxk7ciZgAU1BQcgnchcG0xXnrs6jzkQfj9SsRa9M2s5zE8WT96hS6KmG4MzWHSrvH43DF1m4XRkrFg==", + "license": "MIT", + "engines": { + "node": ">=22" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "packages/plugins/dev-scripts/node_modules/chokidar": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz", @@ -33543,7 +33567,7 @@ "version": "13.1.0", "license": "Apache-2.0", "dependencies": { - "chalk": "^5.6.2", + "chalk": "^6.0.0", "commander": "^15.0.0", "json5": "^2.2.3", "node-fetch": "^3.3.2", @@ -33560,12 +33584,12 @@ } }, "packages/plugins/migration/node_modules/chalk": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", - "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-6.0.0.tgz", + "integrity": "sha512-2uNTXIuTTxk7ciZgAU1BQcgnchcG0xXnrs6jzkQfj9SsRa9M2s5zE8WT96hS6KmG4MzWHSrvH43DF1m4XRkrFg==", "license": "MIT", "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" + "node": ">=22" }, "funding": { "url": "https://github.com/chalk/chalk?sponsor=1" diff --git a/packages/plugins/dev-create/package.json b/packages/plugins/dev-create/package.json index ae304505b3f..a73d5870040 100644 --- a/packages/plugins/dev-create/package.json +++ b/packages/plugins/dev-create/package.json @@ -31,7 +31,7 @@ }, "license": "Apache-2.0", "dependencies": { - "chalk": "^4.1.2", + "chalk": "^6.0.0", "commander": "^15.0.0", "fs-extra": "^11.3.5", "install": "^0.13.0" diff --git a/packages/plugins/dev-scripts/package.json b/packages/plugins/dev-scripts/package.json index f1f96e8d4a0..d84735ecd69 100644 --- a/packages/plugins/dev-scripts/package.json +++ b/packages/plugins/dev-scripts/package.json @@ -23,7 +23,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/code-frame": "^8.0.0", - "chalk": "^4.1.2", + "chalk": "^6.0.0", "fork-ts-checker-webpack-plugin": "^9.1.0", "install": "^0.13.0", "mocha": "^11.7.6", diff --git a/packages/plugins/migration/package.json b/packages/plugins/migration/package.json index faa8ca65432..7d33b21835b 100644 --- a/packages/plugins/migration/package.json +++ b/packages/plugins/migration/package.json @@ -25,7 +25,7 @@ }, "license": "Apache-2.0", "dependencies": { - "chalk": "^5.6.2", + "chalk": "^6.0.0", "commander": "^15.0.0", "json5": "^2.2.3", "node-fetch": "^3.3.2",