From 99a92502ac920312bb25064a1297ed888b48de15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 06:10:02 +0000 Subject: [PATCH] fix(deps): update dependency livekit-client to v1.14.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43fe38d3..fc2dda36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "i18next": "23.5.1", "i18next-browser-languagedetector": "7.1.0", "i18next-http-backend": "2.2.2", - "livekit-client": "1.13.4", + "livekit-client": "1.14.0", "lodash": "4.17.21", "microsoft-cognitiveservices-speech-sdk": "1.32.0", "mobile-detect": "1.4.5", @@ -6809,9 +6809,9 @@ } }, "node_modules/livekit-client": { - "version": "1.13.4", - "resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-1.13.4.tgz", - "integrity": "sha512-7Ef80q7aWkgkFWfWBd+gv2AcUrubpt+oXYk+tXSWVkTXoPpm6xqrMPu3TNYKIzXQWt8IEbyPQLLVsCZpR7RBTg==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-1.14.0.tgz", + "integrity": "sha512-jQmIaPze4hTJCDLskMHDnvvz9RpHvWURgf/ZL8/m3DBUY3ERE2KkwcEX0cGom3FZgiiywolJFM3uKMC28Ad+nw==", "dependencies": { "@bufbuild/protobuf": "^1.3.0", "events": "^3.3.0", diff --git a/package.json b/package.json index 66169568..3f481ede 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "i18next": "23.5.1", "i18next-browser-languagedetector": "7.1.0", "i18next-http-backend": "2.2.2", - "livekit-client": "1.13.4", + "livekit-client": "1.14.0", "lodash": "4.17.21", "microsoft-cognitiveservices-speech-sdk": "1.32.0", "mobile-detect": "1.4.5",