From 5772b12f74df22f41fcda98434d0a885504abcb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 23:30:12 +0000 Subject: [PATCH] build(deps): bump chalk from 5.3.0 to 5.4.0 Bumps [chalk](https://github.com/chalk/chalk) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-minor ... 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 e7e70bce414..8fd06d7d463 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.3.0", + "chalk": "5.4.0", "chevrotain": "11.0.3", "commander": "12.1.0", "debug": "4.4.0", @@ -4449,10 +4449,9 @@ } }, "node_modules/chalk": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", - "license": "MIT", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.0.tgz", + "integrity": "sha512-ZkD35Mx92acjB2yNJgziGqT9oKHEOxjTBTDRpOsRWtdecL/0jM3z5kM/CTzHWvHIen1GvkM85p6TuFfDGfc8/Q==", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, diff --git a/package.json b/package.json index 11305d42276..41749483b01 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.3.0", + "chalk": "5.4.0", "chevrotain": "11.0.3", "commander": "12.1.0", "debug": "4.4.0",