diff --git a/.changeset/orange-llamas-jump.md b/.changeset/orange-llamas-jump.md new file mode 100644 index 000000000..55ce09d20 --- /dev/null +++ b/.changeset/orange-llamas-jump.md @@ -0,0 +1,5 @@ +--- +"@livekit/agents": patch +--- + +fix(deps): update dependency uuid to v14 [security] diff --git a/agents/package.json b/agents/package.json index f0dc021d3..c1111739c 100644 --- a/agents/package.json +++ b/agents/package.json @@ -78,7 +78,7 @@ "pino": "^8.19.0", "pino-pretty": "^11.0.0", "sharp": "0.34.5", - "uuid": "^11.1.0", + "uuid": "^14.0.0", "ws": "catalog:", "zod-to-json-schema": "^3.24.6" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ae1210ae1..3f41f05ea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -200,8 +200,8 @@ importers: specifier: 0.34.5 version: 0.34.5 uuid: - specifier: ^11.1.0 - version: 11.1.0 + specifier: ^14.0.0 + version: 14.0.0 ws: specifier: 'catalog:' version: 8.20.0 @@ -5341,8 +5341,8 @@ packages: uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} - uuid@11.1.0: - resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==} + uuid@14.0.0: + resolution: {integrity: sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==} hasBin: true validator@13.12.0: @@ -10145,7 +10145,7 @@ snapshots: dependencies: punycode: 2.3.1 - uuid@11.1.0: {} + uuid@14.0.0: {} validator@13.12.0: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 4638f90f2..fe6c77d0c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -8,6 +8,8 @@ minimumReleaseAgeExclude: - '@livekit/*' # Renovate security update: vite@7.3.2 - vite@7.3.2 + # Renovate security update: uuid@14.0.0 + - uuid@14.0.0 catalog: '@livekit/rtc-node': ^0.13.25