From 7bbad7e2bcf0b157106455ff6c7c5eeb0b8899f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 03:12:37 +0000 Subject: [PATCH] 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] --- npm-shrinkwrap.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0b841b2a..33b122e8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -15,7 +15,7 @@ "@ui5/fs": "^4.0.1", "@ui5/logger": "^4.0.1", "@ui5/project": "^4.0.4", - "chalk": "^5.3.0", + "chalk": "^5.4.0", "data-with-position": "^0.5.0", "figures": "^6.1.0", "he": "^1.2.0", @@ -4791,9 +4791,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==", + "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 69015a84..3c501d1d 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@ui5/fs": "^4.0.1", "@ui5/logger": "^4.0.1", "@ui5/project": "^4.0.4", - "chalk": "^5.3.0", + "chalk": "^5.4.0", "data-with-position": "^0.5.0", "figures": "^6.1.0", "he": "^1.2.0",