From f30687393fafb24599125c16f2f4f238eb597199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 01:17:31 +0000 Subject: [PATCH] build(deps-dev): bump chalk from 4.1.2 to 5.0.1 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.0.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.0.1) --- 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 bcf3d38c..2a8d88db 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@sinclair/typebox": "^0.24.7", "benchmark": "^2.1.4", - "chalk": "^4.1.2", + "chalk": "^5.0.1", "compile-json-stringify": "^0.1.2", "inquirer": "^9.0.0", "is-my-json-valid": "^2.20.0",