From c15d06e7547f7510e5ec5b84246d8d349698135b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:55:44 +0000 Subject: [PATCH] build(deps): bump chalk from 5.4.0 to 5.4.1 Bumps [chalk](https://github.com/chalk/chalk) from 5.4.0 to 5.4.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.4.0...v5.4.1) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 d74ff6c7910..b261a331197 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@yeoman/transform": "2.1.0", "@yeoman/types": "1.5.0", "axios": "1.7.9", - "chalk": "5.4.0", + "chalk": "5.4.1", "chevrotain": "11.0.3", "commander": "12.1.0", "debug": "4.4.0", @@ -4470,10 +4470,9 @@ } }, "node_modules/chalk": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.0.tgz", - "integrity": "sha512-ZkD35Mx92acjB2yNJgziGqT9oKHEOxjTBTDRpOsRWtdecL/0jM3z5kM/CTzHWvHIen1GvkM85p6TuFfDGfc8/Q==", - "license": "MIT", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", + "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, diff --git a/package.json b/package.json index 443a3654c80..f36adb252d8 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "@yeoman/transform": "2.1.0", "@yeoman/types": "1.5.0", "axios": "1.7.9", - "chalk": "5.4.0", + "chalk": "5.4.1", "chevrotain": "11.0.3", "commander": "12.1.0", "debug": "4.4.0",