From f9acf8ade5e108bc9d3b1f30d9d1247e0af29650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 00:18:55 +0000 Subject: [PATCH] build(deps-dev): bump chalk from 4.1.2 to 5.1.2 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.1.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.1.2) --- updated-dependencies: - dependency-name: chalk 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 9c214958..dc8d0356 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@sinclair/typebox": "^0.25.1", "benchmark": "^2.1.4", - "chalk": "^4.1.2", + "chalk": "^5.1.2", "compile-json-stringify": "^0.1.2", "inquirer": "^9.0.0", "is-my-json-valid": "^2.20.0",