From 53ecfdeba11dfd32602994d1e7f047754affea70 Mon Sep 17 00:00:00 2001
From: CI <project_7_bot_1bfaee5701aed20091a86249a967a6c1@noreply.firefish.dev>
Date: Sun, 9 Jun 2024 20:05:08 +0000
Subject: [PATCH] chore(deps): update dependency uuid to v10

---
 packages/backend/package.json |  2 +-
 packages/client/package.json  |  2 +-
 pnpm-lock.yaml                | 14 ++++++++++----
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/packages/backend/package.json b/packages/backend/package.json
index 21c3e8389e..6fe6a7532a 100644
--- a/packages/backend/package.json
+++ b/packages/backend/package.json
@@ -115,7 +115,7 @@
 		"tmp": "0.2.3",
 		"typeorm": "0.3.20",
 		"ulid": "2.3.0",
-		"uuid": "9.0.1",
+		"uuid": "10.0.0",
 		"websocket": "1.0.35",
 		"xev": "3.0.2"
 	},
diff --git a/packages/client/package.json b/packages/client/package.json
index 3573c27ba1..3b5d47929a 100644
--- a/packages/client/package.json
+++ b/packages/client/package.json
@@ -83,7 +83,7 @@
 		"tinyld": "1.3.4",
 		"typescript": "5.4.5",
 		"unicode-emoji-json": "0.6.0",
-		"uuid": "9.0.1",
+		"uuid": "10.0.0",
 		"vite": "5.2.13",
 		"vite-plugin-compression": "0.5.1",
 		"vue": "3.4.27",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index a0cc8e6229..ef1b1fe740 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -322,8 +322,8 @@ importers:
         specifier: 2.3.0
         version: 2.3.0
       uuid:
-        specifier: 9.0.1
-        version: 9.0.1
+        specifier: 10.0.0
+        version: 10.0.0
       websocket:
         specifier: 1.0.35
         version: 1.0.35
@@ -735,8 +735,8 @@ importers:
         specifier: 0.6.0
         version: 0.6.0
       uuid:
-        specifier: 9.0.1
-        version: 9.0.1
+        specifier: 10.0.0
+        version: 10.0.0
       vite:
         specifier: 5.2.13
         version: 5.2.13(@types/node@20.14.2)(sass@1.77.4)(stylus@0.57.0)(terser@5.31.1)
@@ -7682,6 +7682,10 @@ packages:
   util@0.12.5:
     resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==}
 
+  uuid@10.0.0:
+    resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==}
+    hasBin: true
+
   uuid@8.0.0:
     resolution: {integrity: sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==}
     hasBin: true
@@ -15902,6 +15906,8 @@ snapshots:
       is-typed-array: 1.1.13
       which-typed-array: 1.1.15
 
+  uuid@10.0.0: {}
+
   uuid@8.0.0: {}
 
   uuid@8.3.2: {}