From b3f68e3a5b83a070a9d1c1d3a0e3c7cc9fa76506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:15:03 +0000 Subject: [PATCH] chore(deps): bump chalk from 5.6.2 to 6.0.0 Bumps [chalk](https://github.com/chalk/chalk) from 5.6.2 to 6.0.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.6.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/api/package.json | 2 +- 2 files changed, 38 insertions(+), 2 deletions(-) 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",