From 20e5e92c967a8220c1c54ef48130a3b4cb5943b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 21:01:15 +0000 Subject: [PATCH] chore(deps-dev): bump chalk from 4.1.2 to 5.1.0 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.1.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.1.0) --- 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 098bc4a..a492b47 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^2.3.3", - "chalk": "^4.1.2", + "chalk": "^5.1.0", "conventional-changelog-cli": "^2.2.2", "enquirer": "^2.3.6", "execa": "^5.1.1",