diff --git a/package-lock.json b/package-lock.json index b6c93173ddb..4f0df2b3c18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39638,7 +39638,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" }, @@ -39646,6 +39646,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", @@ -39661,7 +39673,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", @@ -39777,6 +39789,18 @@ "node": ">= 0.8" } }, + "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", @@ -40464,7 +40488,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", @@ -40481,12 +40505,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 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",