From fbfa8a13f5fc906c6b896ac00e641fb728797efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 03:36:42 +0000 Subject: [PATCH] Bump chalk from 4.1.2 to 5.2.0 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.2.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.2.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production 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 8bdc095c9..6b2ce26f7 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ }, "dependencies": { "@electron-forge/core": "^6.0.5", - "chalk": "^4.1.2", + "chalk": "^5.2.0", "debug": "^4.1.1", "ember-cli-babel": "^7.26.11", "execa": "^5.0.0",