From 354a6ac08dca0a0c4dc2e64215047e7b32b9278a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:28:49 +0000 Subject: [PATCH] Bump chalk from 4.1.0 to 5.1.2 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.0 to 5.1.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.0...v5.1.2) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production 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 8a1a529..e756fbf 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "eslint --ignore-path .gitignore --ext .js,.jsx ." }, "dependencies": { - "chalk": "4.1.0", + "chalk": "5.1.2", "ms": "^2.1.2", "node-fetch": "2.6.1" },