From 0b9f73ef6c8700c3f7467e0fe1b6bda4b6231a42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 12:07:11 +0000 Subject: [PATCH] chore(deps-dev): bump chalk from 4.1.2 to 5.6.2 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.6.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.6.2) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3610234..5f869dc 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@adobe/eslint-config-aio-lib-config": "^5.0.0", "acorn": "^8.7.0", - "chalk": "^4.0.0", + "chalk": "^5.6.2", "eslint": "^9.0.0", "eslint-plugin-jest": "^29.0.0", "neostandard": "^0.13.0",