From 7675182d64bf149eecd1b73d41cf1cb1908c25c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 21:57:38 +0000 Subject: [PATCH] Update dependency uuid to v13 --- packages/errors/package.json | 2 +- packages/security/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/errors/package.json b/packages/errors/package.json index ee9c9c8d0..f8f5da9de 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -48,6 +48,6 @@ }, "dependencies": { "@stdlib/utils-copy": "^0.2.0", - "uuid": "^9.0.0" + "uuid": "^13.0.0" } } diff --git a/packages/security/package.json b/packages/security/package.json index 90475c4fb..443d7e644 100644 --- a/packages/security/package.json +++ b/packages/security/package.json @@ -29,7 +29,7 @@ "mocha": "10.8.2", "should": "13.2.3", "sinon": "15.2.0", - "uuid": "9.0.1" + "uuid": "13.0.0" }, "dependencies": { "@tryghost/string": "0.2.15", diff --git a/yarn.lock b/yarn.lock index cd6277a1c..4ead43d52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9545,10 +9545,10 @@ 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.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@13.0.0, uuid@^13.0.0: + version "13.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8" + integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w== uuid@^3.3.2: version "3.4.0"