From 8fa0b3790ba49554b61f84c1f4a0f233b5a54392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:12:10 +0000 Subject: [PATCH] Bump chalk from 5.0.0 to 5.4.1 Bumps [chalk](https://github.com/chalk/chalk) from 5.0.0 to 5.4.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.0.0...v5.4.1) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d83cdb7..e5b8c86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2456,9 +2456,9 @@ "dev": true }, "chalk": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.0.tgz", - "integrity": "sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==" + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", + "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==" }, "char-regex": { "version": "1.0.2", diff --git a/package.json b/package.json index 316db6e..269d720 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@actions/core": "^1.9.0", "@actions/github": "^6.0.0", "@koj/config": "^1.2.5", - "chalk": "^5.0.0", + "chalk": "^5.4.1", "log-update": "^5.0.1", "os": "^0.1.2" },