From e4f5368ddc268848bbaefb224898a5c5a622464a Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Fri, 1 Nov 2024 15:17:59 +0200 Subject: [PATCH] chore(deps): update `uuid` from 10.0.0 to 11.0.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4147fb784..109cec1ee 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "string-argv": "0.1.1", "through": "^2.3.8", "transliteration": "^2.3.5", - "uuid": "^10.0.0", + "uuid": "^11.0.0", "valid-url": "^1.0.9", "winston": "2.4.5", "yargonaut": "^1.1.4", diff --git a/yarn.lock b/yarn.lock index 27ed69520..64ec99d6b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3260,10 +3260,10 @@ util-deprecate@^1.0.1, util-deprecate@~1.0.1: resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== -uuid@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294" - integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== +uuid@^11.0.0: + version "11.0.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.2.tgz#a8d68ba7347d051e7ea716cc8dcbbab634d66875" + integrity sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ== uuid@^8.3.2: version "8.3.2"