From c36970878b18b0f0bfbf4d5b13d8ec6611b55eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 22:24:08 +0000 Subject: [PATCH] chore(deps): 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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/gettext-parser/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gettext-parser/package.json b/packages/gettext-parser/package.json index fa09434..d9d6437 100644 --- a/packages/gettext-parser/package.json +++ b/packages/gettext-parser/package.json @@ -25,7 +25,7 @@ "@babel/parser": "^7.19.3", "@glimmer/syntax": "^0.84.0", "ast-types": "^0.14.2", - "chalk": "^4.1.2", + "chalk": "^5.0.1", "fs-extra": "^10.1.0", "gettext-parser": "^6.0.0", "glob": "^8.0.1"