From 8c3e4509d7b130fe7582cd9f888a976241325bce Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 18 Mar 2025 11:42:21 -0400 Subject: [PATCH] Pin livekit-client to v2.9.1 To be safe we should constrain our dependency to the specific release that we want. --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 17de3d66..78f30095 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "i18next-parser": "^9.1.0", "jsdom": "^26.0.0", "knip": "^5.27.2", - "livekit-client": "^2.5.7", + "livekit-client": "2.9.1", "lodash-es": "^4.17.21", "loglevel": "^1.9.1", "matrix-js-sdk": "github:matrix-org/matrix-js-sdk#8395919f0fd1af7cab1e793d736f2cdf18ef7686", diff --git a/yarn.lock b/yarn.lock index 77b0bfce..991c9568 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6181,7 +6181,7 @@ lines-and-columns@^1.1.6: resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== -livekit-client@^2.5.7: +livekit-client@2.9.1: version "2.9.1" resolved "https://registry.yarnpkg.com/livekit-client/-/livekit-client-2.9.1.tgz#7286d845dc3a063354a92caf5821d4e9d7584de0" integrity sha512-MqBxnOmkOB88+n2Whq2pgXVwevfJ+yhERNf0tZf/7RG1ZpCWF+pk7/muRVzZeCxal4fwGOB3Z3MIT0KBJoT0RQ==