Make WordPress Core

Changeset 56350

Timestamp:
08/03/2023 04:57:04 AM (12 months ago)
Author:
isabel_brison
Message:

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.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r56332 r56350  
    45154515                "rememo": "^4.0.2",
    45164516                "uuid": "^8.3.0"
     4517
     4518
     4519
     4520
     4521
     4522
     4523
    45174524            }
    45184525        },
     
    47464753                "remove-accents": "^0.4.2",
    47474754                "uuid": "^8.3.0"
     4755
     4756
     4757
     4758
     4759
     4760
     4761
    47484762            }
    47494763        },
     
    47884802                "simple-html-tokenizer": "^0.5.7",
    47894803                "uuid": "^8.3.0"
     4804
     4805
     4806
     4807
     4808
     4809
     4810
    47904811            }
    47914812        },
     
    48674888                "uuid": "^8.3.0",
    48684889                "valtio": "1.7.0"
     4890
     4891
     4892
     4893
     4894
     4895
     4896
    48694897            }
    48704898        },
     
    49294957                "rememo": "^4.0.2",
    49304958                "uuid": "^8.3.0"
     4959
     4960
     4961
     4962
     4963
     4964
     4965
    49314966            }
    49324967        },
     
    2399924034                        "websocket-driver": ">=0.5.1"
    2400024035                    }
     24036
     24037
     24038
     24039
     24040
     24041
    2400124042                }
    2400224043            }
     
    2635026391        },
    2635126392        "uuid": {
    26352             "version": "8.3.2",
    26353             "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
    26354             "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
     26393            "version": "9.0.0",
     26394            "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
     26395            "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==",
     26396            "dev": true
    2635526397        },
    2635626398        "v8-compile-cache": {
  • trunk/package.json

    r56332 r56350  
    7171        "terser-webpack-plugin": "5.3.9",
    7272        "uglify-js": "^3.17.4",
    73         "uuid": "8.3.2",
     73        "uuid": "",
    7474        "wait-on": "7.0.1",
    7575        "webpack": "5.75.0",
Note: See TracChangeset for help on using the changeset viewer.