From 9a94c1694571e466df4f38452ffdefd84e002252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 00:14:59 +0000 Subject: [PATCH] deps: bump chalk from 4.1.2 to 5.1.0 in /workspaces/libnpmexec 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: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 54b02e44d83e7..7e8ec1353ac23 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -62,7 +62,7 @@ "@npmcli/ci-detect": "^2.0.0", "@npmcli/fs": "^2.1.1", "@npmcli/run-script": "^4.2.0", - "chalk": "^4.1.0", + "chalk": "^5.1.0", "mkdirp-infer-owner": "^2.0.0", "npm-package-arg": "^9.0.1", "npmlog": "^6.0.2",