diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3645f7d53..5520f6ac6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,8 +7,8 @@ settings: catalogs: default: '@livekit/protocol': - specifier: 1.46.6 - version: 1.46.6 + specifier: 1.50.0 + version: 1.50.0 eslint: specifier: ^10.0.0 version: 10.7.0 @@ -231,7 +231,7 @@ importers: version: link:../styles '@livekit/protocol': specifier: 'catalog:' - version: 1.46.6 + version: 1.50.0 '@microsoft/api-extractor': specifier: ^7.58.8 version: 7.58.8(@types/node@25.9.3) @@ -292,7 +292,7 @@ importers: devDependencies: '@livekit/protocol': specifier: 'catalog:' - version: 1.46.6 + version: 1.50.0 '@microsoft/api-extractor': specifier: ^7.58.8 version: 7.58.8(@types/node@24.7.0) @@ -370,7 +370,7 @@ importers: version: link:../react '@livekit/protocol': specifier: 'catalog:' - version: 1.46.6 + version: 1.50.0 '@radix-ui/react-select': specifier: ^2.2.6 version: 2.3.3(@types/react-dom@19.1.9(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) @@ -2010,8 +2010,8 @@ packages: '@livekit/protocol@1.46.6': resolution: {integrity: sha512-upzlHP1vi/kZ/QqALZTFskQ0ifqc2f15RKucHYOsIHJsaXvEYanG75mAb7o+Yomfs4XhQ4BaRsdY+TFHXpaqrg==} - '@livekit/protocol@1.49.0': - resolution: {integrity: sha512-TCmihwjHBWAUdNrqvmrN/K59r7vDnPIy3OEaE3p0g4FvdcQTiLynmFC3igR25Q2fnifahhAJjnnfSCtWUK7kYg==} + '@livekit/protocol@1.50.0': + resolution: {integrity: sha512-xbZ2bXE935HH+95dgdKtcCkRHMJD4Cg9tzOm+iui7s1qCJlXs2ejLl4ieYR1EpcDYbYvtSs+/n4PH++Lh6j//A==} '@livekit/track-processors@0.3.3': resolution: {integrity: sha512-C5mBWe34ie0pfhCf9zAD65D26ZytzW/xGrj8Zc1BGh5kLISFDVQlefO78LZWw9K5saTamk60O4fzSCKqWMPMLA==} @@ -10330,7 +10330,7 @@ snapshots: dependencies: '@bufbuild/protobuf': 1.10.1 - '@livekit/protocol@1.49.0': + '@livekit/protocol@1.50.0': dependencies: '@bufbuild/protobuf': 1.10.1 @@ -16298,7 +16298,7 @@ snapshots: livekit-server-sdk@2.17.0: dependencies: '@bufbuild/protobuf': 1.10.1 - '@livekit/protocol': 1.49.0 + '@livekit/protocol': 1.50.0 jose: 5.10.0 load-tsconfig@0.2.5: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 209966829..a11f92ac3 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -9,7 +9,7 @@ catalog: # Must match the exact @livekit/protocol version that livekit-client pins, so the # workspace and livekit-client share a single copy. Mismatched versions cause # structurally-incompatible protobuf types (e.g. TrackInfo) and break the build. - '@livekit/protocol': 1.46.6 + '@livekit/protocol': 1.50.0 eslint: ^10.0.0 prettier: ^3.8.1