From 67069790317f6b820676dd95227b24f0f64376d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 02:15:51 +0000 Subject: [PATCH] Bump the dev-miscellaneous group across 1 directory with 2 updates Bumps the dev-miscellaneous group with 2 updates in the / directory: [chalk](https://github.com/chalk/chalk) and [uuid](https://github.com/uuidjs/uuid). Updates `chalk` from 5.4.1 to 5.6.0 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.4.1...v5.6.0) Updates `uuid` from 11.1.0 to 12.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...v12.0.0) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-miscellaneous - dependency-name: uuid dependency-version: 12.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 7cdfaac8407c7..3dd27b0888321 100644 --- a/package-lock.json +++ b/package-lock.json @@ -116,7 +116,7 @@ "@wordpress/prettier-config": "4.33.0", "@wordpress/scripts": "30.26.0", "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", @@ -152,7 +152,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" @@ -12124,9 +12124,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": { @@ -34651,9 +34651,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", @@ -34661,7 +34661,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 3fa38f6c4ff49..e62f6d5b76791 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@wordpress/prettier-config": "4.33.0", "@wordpress/scripts": "30.26.0", "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"