From 9657e42984dd4aaf6e7a7392b384f4a5bcc691b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 09:33:00 +0000 Subject: [PATCH] chore: bump chalk from 4.1.2 to 5.2.0 in /workspaces/arborist Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.2.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.2.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 f27b1458d8d59..ad9fdbe366bcc 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -41,7 +41,7 @@ "@npmcli/eslint-config": "^4.0.0", "@npmcli/template-oss": "4.11.4", "benchmark": "^2.1.4", - "chalk": "^4.1.0", + "chalk": "^5.2.0", "minify-registry-metadata": "^3.0.0", "nock": "^13.3.0", "tap": "^16.3.4",