From 3b294660240cd25cbc357a267b7b2eb42df27e53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 23:57:47 +0000 Subject: [PATCH] chore(deps): update dependency @types/uuid to v11 --- packages/errors/package.json | 2 +- yarn.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/packages/errors/package.json b/packages/errors/package.json index eda3d21ee..a44c83616 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -37,7 +37,7 @@ "devDependencies": { "@types/lodash": "^4.14.200", "@types/mocha": "^10.0.3", - "@types/uuid": "^9.0.6", + "@types/uuid": "^11.0.0", "c8": "10.1.3", "esbuild": "^0.27.0", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index 9e99bf728..8a7ea5e41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4099,10 +4099,12 @@ "@types/methods" "^1.1.4" "@types/superagent" "^8.1.0" -"@types/uuid@^9.0.6": - version "9.0.8" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba" - integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA== +"@types/uuid@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-11.0.0.tgz#f4fa34bbf2af941148ef1973c4361fc43617971c" + integrity sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA== + dependencies: + uuid "*" "@types/yargs-parser@*": version "21.0.3" @@ -9346,7 +9348,7 @@ 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@13.0.0, uuid@^13.0.0: +uuid@*, 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==