⬆️(frontend) upgrade livekit-client from 2.19.0 to 2.19.2

Snyk has created this PR to upgrade livekit-client from 2.19.0 to 2.19.2.
This commit is contained in:
snyk-bot
2026-07-07 17:21:22 +00:00
committed by lebaudantoine
parent 945d779b45
commit 097e615094
3 changed files with 6 additions and 5 deletions
+1
View File
@@ -23,6 +23,7 @@ and this project adheres to
- ♻️(backend) refactor analytics backend from Protocol to abstract class
- 🔥(summary) remove call to summary enabled feature flag
- ♻️(frontend) wrap MuteEveryoneButton with AdminOrOwnerOnly
- ⬆(frontend) upgrade livekit-client from 2.19.0 to 2.19.2
### Fixed
+4 -4
View File
@@ -28,7 +28,7 @@
"i18next-browser-languagedetector": "8.2.1",
"i18next-parser": "9.4.0",
"i18next-resources-to-backend": "1.2.1",
"livekit-client": "2.19.0",
"livekit-client": "2.19.2",
"posthog-js": "1.386.5",
"react": "18.3.1",
"react-aria": "3.49.0",
@@ -8035,9 +8035,9 @@
"license": "MIT"
},
"node_modules/livekit-client": {
"version": "2.19.0",
"resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-2.19.0.tgz",
"integrity": "sha512-aolY1XDAtx0nHKBNm29W9OhzBnSz1CP5kq3phvRhFfi1NbvMXs8tcACjAkZTnIKgihkp+BiJScZZ3tZv0Gz8sA==",
"version": "2.19.2",
"resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-2.19.2.tgz",
"integrity": "sha512-Kvk07QYDWRAbmYNLRll04ZIuxMQobW/oLPYnmR1kCy8GGHpU0gqyHf704Rz+29zfy8IJZRjKqeVbzGSKn9sumw==",
"license": "Apache-2.0",
"dependencies": {
"@livekit/mutex": "1.1.1",
+1 -1
View File
@@ -35,7 +35,7 @@
"i18next-browser-languagedetector": "8.2.1",
"i18next-parser": "9.4.0",
"i18next-resources-to-backend": "1.2.1",
"livekit-client": "2.19.0",
"livekit-client": "2.19.2",
"posthog-js": "1.386.5",
"react": "18.3.1",
"react-aria": "3.49.0",