From bb9950600ca1274f429554dafbd4e04b91c6dd10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 09:03:11 +0200 Subject: [PATCH] Bump chalk from 5.3.0 to 5.4.1 (internal-2089) Bumps [chalk](https://github.com/chalk/chalk) from 5.3.0 to 5.4.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.4.1) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e97c0212e5..ebe2a0aa200 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "@vitest/ui": "^2.0.3", "address": "^2.0.3", "browserify": "^17.0.1", - "chalk": "^5.0.1", + "chalk": "^5.4.1", "chokidar": "^4.0.3", "cross-env": "^7.0.3", "cssnano": "^7.0.6", @@ -4180,11 +4180,10 @@ } }, "node_modules/chalk": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", + "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", "dev": true, - "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, diff --git a/package.json b/package.json index 42fc34b64b0..8f5856eb081 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@vitest/ui": "^2.0.3", "address": "^2.0.3", "browserify": "^17.0.1", - "chalk": "^5.0.1", + "chalk": "^5.4.1", "chokidar": "^4.0.3", "cross-env": "^7.0.3", "cssnano": "^7.0.6",