From 819b68183a607bf57085db12a79e178aab7744cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 04:31:51 +0000 Subject: [PATCH] chore: bump chalk from 4.1.2 to 5.0.1 in /workspaces/arborist 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: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..c15515d7f2c19 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.0.1", "minify-registry-metadata": "^2.1.0", "nock": "^13.2.0", "tap": "^16.0.1",