From 1955b476fd8f18b23e05b2ddc2ba9d84f9662fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 09:33:01 +0000 Subject: [PATCH] deps: bump chalk from 4.1.2 to 5.2.0 in /workspaces/libnpmexec 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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- workspaces/libnpmexec/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index 6e3696a3a7d05..a17f595ed664d 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -62,7 +62,7 @@ "dependencies": { "@npmcli/arborist": "^6.2.2", "@npmcli/run-script": "^6.0.0", - "chalk": "^4.1.0", + "chalk": "^5.2.0", "ci-info": "^3.7.1", "npm-package-arg": "^10.1.0", "npmlog": "^7.0.1",