Build/Test Tools: revert downgrade of uuid.

Reverts the accidental downgrade of uuid in [56065] by changing it back to 9.0.0.

Props Hareesh Pillai, JeffPaul, audrasjb.
Fixes #58623.


git-svn-id: https://develop.svn.wordpress.org/trunk@56350 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Isabel Brison
2023-08-03 04:57:04 +00:00
parent c362c2ad99
commit f8b4e2c184
2 changed files with 46 additions and 4 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
"source-map-loader": "4.0.1",
"terser-webpack-plugin": "5.3.9",
"uglify-js": "^3.17.4",
"uuid": "8.3.2",
"uuid": "9.0.0",
"wait-on": "7.0.1",
"webpack": "5.75.0",
"webpack-livereload-plugin": "3.0.2"