From 48e28f0e484e064769a7d981421ba37f39c63279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 18:32:27 +0000 Subject: [PATCH] Bump the dev-miscellaneous group with 2 updates Bumps the dev-miscellaneous group with 2 updates: [chalk](https://github.com/chalk/chalk) and [uuid](https://github.com/uuidjs/uuid). Updates `chalk` from 5.4.1 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.4.1...v5.6.2) Updates `uuid` from 11.1.0 to 13.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v11.1.0...v13.0.0) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-miscellaneous - dependency-name: uuid dependency-version: 13.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-miscellaneous ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ccfb94199dca..8bbf9b265821c 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.6.2", "check-node-version": "4.2.1", "copy-webpack-plugin": "13.0.0", "cssnano": "7.0.6", @@ -148,7 +148,7 @@ "source-map-loader": "5.0.0", "terser-webpack-plugin": "5.3.12", "uglify-js": "^3.19.3", - "uuid": "11.1.0", + "uuid": "13.0.0", "wait-on": "8.0.2", "webpack": "5.98.0", "webpack-livereload-plugin": "3.0.2" @@ -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.6.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", + "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", "dev": true, "license": "MIT", "engines": { @@ -34339,9 +34339,9 @@ } }, "node_modules/uuid": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", @@ -34349,7 +34349,7 @@ ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-to-istanbul": { diff --git a/package.json b/package.json index f84e4eb04055e..ae5e6a92ec9e5 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.6.2", "check-node-version": "4.2.1", "copy-webpack-plugin": "13.0.0", "cssnano": "7.0.6", @@ -69,7 +69,7 @@ "source-map-loader": "5.0.0", "terser-webpack-plugin": "5.3.12", "uglify-js": "^3.19.3", - "uuid": "11.1.0", + "uuid": "13.0.0", "wait-on": "8.0.2", "webpack": "5.98.0", "webpack-livereload-plugin": "3.0.2"