From d5bca972dbd8fb515ea247ac6143100364b4c7c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:32:42 +0000 Subject: [PATCH] chore(deps): bump livekit-client in /Client/tauri-client Bumps [livekit-client](https://github.com/livekit/client-sdk-js) from 2.17.3 to 2.18.0. - [Release notes](https://github.com/livekit/client-sdk-js/releases) - [Changelog](https://github.com/livekit/client-sdk-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/livekit/client-sdk-js/compare/v2.17.3...v2.18.0) --- updated-dependencies: - dependency-name: livekit-client dependency-version: 2.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Client/tauri-client/package-lock.json | 8 ++++---- Client/tauri-client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Client/tauri-client/package-lock.json b/Client/tauri-client/package-lock.json index b814262e..c7f33843 100644 --- a/Client/tauri-client/package-lock.json +++ b/Client/tauri-client/package-lock.json @@ -19,7 +19,7 @@ "@tauri-apps/plugin-process": "^2.3.1", "@tauri-apps/plugin-store": "^2", "@tauri-apps/plugin-updater": "^2.10.0", - "livekit-client": "^2.17.3" + "livekit-client": "^2.18.0" }, "devDependencies": { "@eslint/js": "^9.39.4", @@ -3385,9 +3385,9 @@ } }, "node_modules/livekit-client": { - "version": "2.17.3", - "resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-2.17.3.tgz", - "integrity": "sha512-htwsAL/BMylY/zwdcT/z00U789csbi9DldSW7DO+5tz7Q15pwu++E1X+ZdtZDfkmlysfQLLibdcqlyg9FY7veQ==", + "version": "2.18.0", + "resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-2.18.0.tgz", + "integrity": "sha512-wjH4y0rw5fnkPmmaxutPhD4XcAq6goQszS8lw9PEpGXVwiRE6sI/ZH+mOT/s8AHJnEC3tjmfiMZ4MQt8BlaWew==", "license": "Apache-2.0", "dependencies": { "@livekit/mutex": "1.1.1", diff --git a/Client/tauri-client/package.json b/Client/tauri-client/package.json index cf64b2dc..1afc2f73 100644 --- a/Client/tauri-client/package.json +++ b/Client/tauri-client/package.json @@ -46,6 +46,6 @@ "@tauri-apps/plugin-process": "^2.3.1", "@tauri-apps/plugin-store": "^2", "@tauri-apps/plugin-updater": "^2.10.0", - "livekit-client": "^2.17.3" + "livekit-client": "^2.18.0" } }