From 59d9354d0b0e275cf3c9968ff8a7d9ac821adade Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 05:15:14 +0000 Subject: [PATCH] chore(deps): update dependency uuid to v10 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bbfdf477..94354f8b 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "tslint-config-prettier": "1.18.0", "typedoc": "0.26.7", "typescript": "5.5.4", - "uuid": "9.0.1" + "uuid": "10.0.0" }, "scripts": { "prettier": "prettier --write **/*.{ts,js,css,md}", diff --git a/yarn.lock b/yarn.lock index b45c87c9..37af1088 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6664,10 +6664,10 @@ utils-merge@1.0.1: resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= -uuid@9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30" - integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== +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@^8.0.0: version "8.3.2"