From da9a898b29cdc8b9560bf7731294d0ff52c4dc58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 04:47:45 +0000 Subject: [PATCH] build(deps-dev): bump chalk from 4.1.2 to 5.3.0 in /packages/adk Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.3.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.3.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/adk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/adk/package.json b/packages/adk/package.json index b3d34db83..ec7bc9993 100644 --- a/packages/adk/package.json +++ b/packages/adk/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@types/js-yaml": "^4.0.5", "@types/yargs": "^17.0.24", - "chalk": "^4", + "chalk": "^5", "fs-extra": "^11.1.1", "graceful-fs": "^4.2.11" },