From c2543164770ae137cefea00c9317e6f121371223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:53:56 +0000 Subject: [PATCH] Bump chalk from 5.4.1 to 5.5.0 in the dev-miscellaneous group Bumps the dev-miscellaneous group with 1 update: [chalk](https://github.com/chalk/chalk). Updates `chalk` from 5.4.1 to 5.5.0 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.4.1...v5.5.0) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-miscellaneous ... 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 7ccfb94199dca..c9b6d6e170437 100644 --- a/package-lock.json +++ b/package-lock.json @@ -112,7 +112,7 @@ "@wordpress/prettier-config": "4.19.1", "@wordpress/scripts": "30.12.1", "autoprefixer": "10.4.20", - "chalk": "5.4.1", + "chalk": "5.5.0", "check-node-version": "4.2.1", "copy-webpack-plugin": "13.0.0", "cssnano": "7.0.6", @@ -12042,9 +12042,9 @@ } }, "node_modules/chalk": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", - "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz", + "integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index fb5271d09624b..e93b94f1442e7 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@wordpress/prettier-config": "4.19.1", "@wordpress/scripts": "30.12.1", "autoprefixer": "10.4.20", - "chalk": "5.4.1", + "chalk": "5.5.0", "check-node-version": "4.2.1", "copy-webpack-plugin": "13.0.0", "cssnano": "7.0.6",