diff --git a/package-lock.json b/package-lock.json index dc4aef64..a39f487b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12658,7 +12658,7 @@ "license": "MIT", "dependencies": { "@readme/api-core": "7.0.0", - "chalk": "^5.3.0", + "chalk": "^6.0.0", "ci-info": "^4.0.0", "commander": "^14.0.0", "emphasize": "^7.0.0", @@ -12757,6 +12757,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "packages/api/node_modules/boxen/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==", + "license": "MIT", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "packages/api/node_modules/boxen/node_modules/type-fest": { "version": "4.41.0", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", @@ -12781,6 +12793,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "packages/api/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/api/node_modules/configstore": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/configstore/-/configstore-7.0.0.tgz", @@ -12971,6 +12995,18 @@ "url": "https://github.com/yeoman/update-notifier?sponsor=1" } }, + "packages/api/node_modules/update-notifier/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==", + "license": "MIT", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "packages/api/node_modules/widest-line": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz", diff --git a/packages/api/package.json b/packages/api/package.json index 4c7d31b8..ad73cec8 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -45,7 +45,7 @@ }, "dependencies": { "@readme/api-core": "7.0.0", - "chalk": "^5.3.0", + "chalk": "^6.0.0", "ci-info": "^4.0.0", "commander": "^14.0.0", "emphasize": "^7.0.0",