diff --git a/ghost/core/package.json b/ghost/core/package.json index 47f6b787d0..969aa90491 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -219,7 +219,7 @@ "semver": "7.5.4", "socket.io": "4.7.2", "stoppable": "1.1.0", - "uuid": "9.0.0", + "uuid": "9.0.1", "ws": "8.14.1", "xml": "1.0.1", "y-protocols": "1.0.5", diff --git a/ghost/security/package.json b/ghost/security/package.json index a01b5291ac..652a975a1f 100644 --- a/ghost/security/package.json +++ b/ghost/security/package.json @@ -22,7 +22,7 @@ "mocha": "10.2.0", "should": "13.2.3", "sinon": "15.2.0", - "uuid": "9.0.0" + "uuid": "9.0.1" }, "dependencies": { "@tryghost/string": "0.2.4", diff --git a/ghost/update-check-service/package.json b/ghost/update-check-service/package.json index 572114a303..79ab0218c5 100644 --- a/ghost/update-check-service/package.json +++ b/ghost/update-check-service/package.json @@ -22,7 +22,7 @@ "mocha": "10.2.0", "should": "13.2.3", "sinon": "15.2.0", - "uuid": "9.0.0" + "uuid": "9.0.1" }, "dependencies": { "@tryghost/debug": "0.1.24", diff --git a/yarn.lock b/yarn.lock index f3f2713970..fc6edef38c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -31004,11 +31004,16 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA== -uuid@9.0.0, uuid@^9.0.0: +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@9.0.1, uuid@^9.0.0: + version "9.0.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30" + integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== + uuid@^3.3.2: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"