From 678c1e826a5c3c944ac17deca218cddcb38ef9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:05:56 +0000 Subject: [PATCH] build(deps-dev): 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++++++++++++++++----- package.json | 2 +- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f61ce7ca..3ac5ed511 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@vitest/coverage-v8": "^4.1.10", "@vue/test-utils": "^2.4.11", "autoprefixer": "^10.5.4", - "chalk": "^5.6.2", + "chalk": "^6.0.0", "commitizen": "^4.3.2", "cz-git": "^1.13.2", "eslint": "^9.39.5", @@ -3983,13 +3983,13 @@ } }, "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" @@ -11408,6 +11408,19 @@ "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, + "node_modules/semantic-release/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==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "node_modules/semantic-release/node_modules/clean-stack": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-5.3.0.tgz", diff --git a/package.json b/package.json index c01c64bd6..e5eb53952 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@vitest/coverage-v8": "^4.1.10", "@vue/test-utils": "^2.4.11", "autoprefixer": "^10.5.4", - "chalk": "^5.6.2", + "chalk": "^6.0.0", "commitizen": "^4.3.2", "cz-git": "^1.13.2", "eslint": "^9.39.5",