From 7248ad2d15bfa9a96720d562ba0f07dccb46a704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 19:49:43 +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, 35 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5cd73cfc667..6f3e203b3b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38413,7 +38413,7 @@ "@blockly/block-test": "^13.1.0", "@hyperjump/browser": "^1.3.1", "@hyperjump/json-schema": "^1.17.6", - "@microsoft/api-documenter": "^7.30.13", + "@microsoft/api-documenter": "7.30.13", "@microsoft/api-extractor": "^7.58.9", "async-done": "^2.0.0", "chai": "^6.2.2", @@ -38568,7 +38568,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" }, @@ -38576,6 +38576,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", "license": "MIT", @@ -38603,7 +38615,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", "mocha": "^11.7.6", "rimraf": "^6.1.3", @@ -38694,6 +38706,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", "license": "MIT", @@ -39346,7 +39370,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", @@ -39363,10 +39387,12 @@ } }, "packages/plugins/migration/node_modules/chalk": { - "version": "5.6.2", + "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 63bd541ce36..7eff81a6ffc 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" }, diff --git a/packages/plugins/dev-scripts/package.json b/packages/plugins/dev-scripts/package.json index 05fe170a4cb..e04a76a0790 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", "mocha": "^11.7.6", "rimraf": "^6.1.3", diff --git a/packages/plugins/migration/package.json b/packages/plugins/migration/package.json index 60243284036..926fb8878d4 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",