diff --git a/package-lock.json b/package-lock.json index 9f98b7b21a78e..3d067dc83bddb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -113,7 +113,7 @@ "@wordpress/prettier-config": "4.19.1", "@wordpress/scripts": "30.12.1", "autoprefixer": "10.4.20", - "chalk": "5.4.1", + "chalk": "5.6.0", "check-node-version": "4.2.1", "copy-webpack-plugin": "13.0.0", "cssnano": "7.0.6", @@ -149,7 +149,7 @@ "source-map-loader": "5.0.0", "terser-webpack-plugin": "5.3.12", "uglify-js": "^3.19.3", - "uuid": "11.1.0", + "uuid": "12.0.0", "wait-on": "8.0.2", "webpack": "5.98.0", "webpack-livereload-plugin": "3.0.2" @@ -12157,9 +12157,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.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.0.tgz", + "integrity": "sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==", "dev": true, "license": "MIT", "engines": { @@ -34483,9 +34483,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": "12.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-12.0.0.tgz", + "integrity": "sha512-USe1zesMYh4fjCA8ZH5+X5WIVD0J4V1Jksm1bFTVBX2F/cwSXt0RO5w/3UXbdLKmZX65MiWV+hwhSS8p6oBTGA==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", @@ -34493,7 +34493,7 @@ ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist/bin/uuid" } }, "node_modules/v8-to-istanbul": { diff --git a/package.json b/package.json index 8ee930cb56237..b3a2765be1217 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@wordpress/prettier-config": "4.19.1", "@wordpress/scripts": "30.12.1", "autoprefixer": "10.4.20", - "chalk": "5.4.1", + "chalk": "5.6.0", "check-node-version": "4.2.1", "copy-webpack-plugin": "13.0.0", "cssnano": "7.0.6", @@ -70,7 +70,7 @@ "source-map-loader": "5.0.0", "terser-webpack-plugin": "5.3.12", "uglify-js": "^3.19.3", - "uuid": "11.1.0", + "uuid": "12.0.0", "wait-on": "8.0.2", "webpack": "5.98.0", "webpack-livereload-plugin": "3.0.2"