From 64e94d08bc06e78fbc6c65f3789bec90cef6ffdc Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 12:14:09 +0000 Subject: [PATCH] Update uuid to version 9.0.1 (#3018) Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7103627380..617301bb02 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "slip77": "^0.2.0", "stream": "^0.0.2", "tailwindcss": "^3.3.3", - "uuid": "^9.0.0", + "uuid": "^9.0.1", "webextension-polyfill": "^0.10.0", "zustand": "^4.5.0" }, diff --git a/yarn.lock b/yarn.lock index e1037bf964..ee8111d3a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9774,10 +9774,10 @@ uuid@^8.3.2: resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz" integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== -uuid@^9.0.0: - version "9.0.0" - resolved "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz" - integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg== +uuid@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30" + integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== v8-compile-cache-lib@^3.0.1: version "3.0.1"