diff --git a/package-lock.json b/package-lock.json index 67be696173f..6c5f3fda565 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39036,7 +39036,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" @@ -39045,6 +39045,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", @@ -39060,7 +39072,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", @@ -39178,6 +39190,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", @@ -39897,7 +39921,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", @@ -39914,12 +39938,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 2a955a2437b..3b01068aa89 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",