From e4a92d372c164334df8c39825147f61ca4344536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:23:19 +0000 Subject: [PATCH] chore(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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fdab25727455a..0b96d9b12de97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "byte-size": "^9.0.1", "bytes": "^3.1.2", "camelcase": "^8.0.0", - "chalk": "^5.4.0", + "chalk": "^5.4.1", "check-node-version": "^4.2.1", "cloudflare-middleware": "^1.0.4", "config": "^3.3.12", @@ -8264,9 +8264,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==", + "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 ae4b0a4c58ea9..fcf441166b9ad 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "byte-size": "^9.0.1", "bytes": "^3.1.2", "camelcase": "^8.0.0", - "chalk": "^5.4.0", + "chalk": "^5.4.1", "check-node-version": "^4.2.1", "cloudflare-middleware": "^1.0.4", "config": "^3.3.12",