From 6ea54d634c9a2ebaf60936c12584f1180d5955fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 00:02:39 +0000 Subject: [PATCH] fix(deps): bump chalk from 5.6.2 to 6.0.0 in the default group Bumps the default group with 1 update: [chalk](https://github.com/chalk/chalk). Updates `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:development update-type: version-update:semver-major dependency-group: default ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b7d2c1..f76c4ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@types/progress": "^2.0.7", "@wfcd/eslint-config": "^1.6.4", "c8": "^12.0.0", - "chalk": "^5.6.2", + "chalk": "^6.0.0", "cheerio": "^1.1.2", "commitlint": "^21.0.1", "husky": "^9.1.7", @@ -3618,13 +3618,13 @@ "peer": true }, "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==", "dev": true, "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/package.json b/package.json index 14f8d19..2c00352 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/progress": "^2.0.7", "@wfcd/eslint-config": "^1.6.4", "c8": "^12.0.0", - "chalk": "^5.6.2", + "chalk": "^6.0.0", "cheerio": "^1.1.2", "commitlint": "^21.0.1", "husky": "^9.1.7",