From 986326852af671dbe3f7be9b5a59b69810409396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 00:15:39 +0000 Subject: [PATCH] chore: bump chalk from 4.1.2 to 5.1.0 in /workspaces/arborist 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] --- workspaces/arborist/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index a93a171bbd895..7d276c0b9a70e 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -44,7 +44,7 @@ "@npmcli/eslint-config": "^3.1.0", "@npmcli/template-oss": "4.4.1", "benchmark": "^2.1.4", - "chalk": "^4.1.0", + "chalk": "^5.1.0", "minify-registry-metadata": "^2.1.0", "nock": "^13.2.0", "tap": "^16.0.1",