diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cd6f4d224..b48b36260 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.3 + version: 1.50.3 eslint: specifier: ^10.0.0 version: 10.6.0 @@ -231,7 +231,7 @@ importers: version: link:../styles '@livekit/protocol': specifier: 'catalog:' - version: 1.46.6 + version: 1.50.3 '@microsoft/api-extractor': specifier: ^7.58.8 version: 7.58.9(@types/node@24.13.3) @@ -292,7 +292,7 @@ importers: devDependencies: '@livekit/protocol': specifier: 'catalog:' - version: 1.46.6 + version: 1.50.3 '@microsoft/api-extractor': specifier: ^7.58.8 version: 7.58.9(@types/node@24.13.3) @@ -370,7 +370,7 @@ importers: version: link:../react '@livekit/protocol': specifier: 'catalog:' - version: 1.46.6 + version: 1.50.3 '@radix-ui/react-select': specifier: ^2.2.6 version: 2.3.3(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) @@ -2070,8 +2070,8 @@ packages: '@livekit/protocol@1.46.6': resolution: {integrity: sha512-upzlHP1vi/kZ/QqALZTFskQ0ifqc2f15RKucHYOsIHJsaXvEYanG75mAb7o+Yomfs4XhQ4BaRsdY+TFHXpaqrg==} - '@livekit/protocol@1.50.0': - resolution: {integrity: sha512-xbZ2bXE935HH+95dgdKtcCkRHMJD4Cg9tzOm+iui7s1qCJlXs2ejLl4ieYR1EpcDYbYvtSs+/n4PH++Lh6j//A==} + '@livekit/protocol@1.50.3': + resolution: {integrity: sha512-GTM2GWDwEVKWTlRv0izgXhezGUPjD+2SWrwwSiEEyQ/nkFmVJkCwGqyx9kO2kEMsQ8rS0thL7tSEv92VV2/12A==} '@livekit/track-processors@0.3.3': resolution: {integrity: sha512-C5mBWe34ie0pfhCf9zAD65D26ZytzW/xGrj8Zc1BGh5kLISFDVQlefO78LZWw9K5saTamk60O4fzSCKqWMPMLA==} @@ -11080,7 +11080,7 @@ snapshots: '@livekit/krisp-noise-filter@0.4.3(livekit-client@2.20.2(@types/dom-mediacapture-record@1.0.22))': dependencies: '@livekit/mutex': 1.1.1 - '@livekit/protocol': 1.50.0 + '@livekit/protocol': 1.50.3 livekit-client: 2.20.2(@types/dom-mediacapture-record@1.0.22) '@livekit/mutex@1.1.1': {} @@ -11089,7 +11089,7 @@ snapshots: dependencies: '@bufbuild/protobuf': 1.10.1 - '@livekit/protocol@1.50.0': + '@livekit/protocol@1.50.3': dependencies: '@bufbuild/protobuf': 1.10.1 @@ -17339,7 +17339,7 @@ snapshots: livekit-server-sdk@2.17.0: dependencies: '@bufbuild/protobuf': 1.10.1 - '@livekit/protocol': 1.50.0 + '@livekit/protocol': 1.50.3 jose: 5.10.0 load-tsconfig@0.2.5: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index a78b675f5..9329fd51a 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -16,7 +16,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.3 eslint: ^10.0.0 prettier: ^3.8.1