diff --git a/ghost/core/package.json b/ghost/core/package.json index 04378f1f2f..f5b2ea6137 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -174,7 +174,7 @@ "sanitize-html": "2.7.1", "semver": "7.3.7", "stoppable": "1.1.0", - "uuid": "8.3.2", + "uuid": "9.0.0", "xml": "1.0.1" }, "optionalDependencies": { diff --git a/ghost/security/package.json b/ghost/security/package.json index fe88935829..7e95ea5eb7 100644 --- a/ghost/security/package.json +++ b/ghost/security/package.json @@ -20,7 +20,7 @@ "mocha": "10.0.0", "should": "13.2.3", "sinon": "14.0.0", - "uuid": "8.3.2" + "uuid": "9.0.0" }, "dependencies": { "@tryghost/string": "0.1.27", diff --git a/ghost/update-check-service/package.json b/ghost/update-check-service/package.json index 93278f72d0..478be5c3ac 100644 --- a/ghost/update-check-service/package.json +++ b/ghost/update-check-service/package.json @@ -20,7 +20,7 @@ "mocha": "10.0.0", "should": "13.2.3", "sinon": "14.0.0", - "uuid": "8.3.2" + "uuid": "9.0.0" }, "dependencies": { "@tryghost/debug": "0.1.18", diff --git a/yarn.lock b/yarn.lock index 6f555d5c9b..49dbd0daf3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -22436,6 +22436,11 @@ uuid@8.3.2, uuid@^8.3.1, uuid@^8.3.2: resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== +uuid@9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5" + integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg== + uuid@^3.3.2: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"