From 127d4e1d5a556d214231950d91c076462ac62d66 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 23 Feb 2026 12:02:46 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(frontend)=20update=20livekit?= =?UTF-8?q?-related=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bring packages to the latest compatible versions. --- src/frontend/package-lock.json | 82 +++++++++++++++++----------------- src/frontend/package.json | 8 ++-- 2 files changed, 46 insertions(+), 44 deletions(-) diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index 54dbd1b2..efed8d3b 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -10,9 +10,9 @@ "dependencies": { "@fontsource-variable/material-symbols-outlined": "5.2.34", "@fontsource/material-icons-outlined": "5.2.6", - "@livekit/components-react": "2.9.13", - "@livekit/components-styles": "1.1.6", - "@livekit/track-processors": "0.6.1", + "@livekit/components-react": "2.9.19", + "@livekit/components-styles": "1.2.0", + "@livekit/track-processors": "0.7.0", "@pandacss/preset-panda": "1.8.2", "@react-aria/toast": "3.0.10", "@react-types/overlays": "3.9.3", @@ -28,7 +28,7 @@ "i18next-parser": "9.3.0", "i18next-resources-to-backend": "1.2.1", "libphonenumber-js": "1.12.10", - "livekit-client": "2.15.7", + "livekit-client": "2.17.1", "posthog-js": "1.342.1", "react": "18.3.1", "react-aria-components": "1.10.1", @@ -1000,28 +1000,28 @@ } }, "node_modules/@floating-ui/core": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.1.tgz", - "integrity": "sha512-azI0DrjMMfIug/ExbBaeDVJXcY0a7EPvPjb2xAJPa4HeimBX+Z18HK8QQR3jb6356SnDDdxx+hinMLcJEDdOjw==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.4.tgz", + "integrity": "sha512-C3HlIdsBxszvm5McXlB8PeOEWfBhcGBTZGkGlWc2U0KFY5IwG5OQEuQ8rq52DZmcHDlPLd+YFBK+cZcytwIFWg==", "license": "MIT", "dependencies": { - "@floating-ui/utils": "^0.2.9" + "@floating-ui/utils": "^0.2.10" } }, "node_modules/@floating-ui/dom": { - "version": "1.6.13", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.13.tgz", - "integrity": "sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz", + "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==", "license": "MIT", "dependencies": { - "@floating-ui/core": "^1.6.0", - "@floating-ui/utils": "^0.2.9" + "@floating-ui/core": "^1.7.3", + "@floating-ui/utils": "^0.2.10" } }, "node_modules/@floating-ui/utils": { - "version": "0.2.9", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.9.tgz", - "integrity": "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==", + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz", + "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==", "license": "MIT" }, "node_modules/@fontsource-variable/material-symbols-outlined": { @@ -1262,12 +1262,12 @@ } }, "node_modules/@livekit/components-core": { - "version": "0.12.8", - "resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.12.8.tgz", - "integrity": "sha512-ZqQ88DkZZw6h4XY/lFklOFsM76zZX0mIpa6HKxDgMgW3QpDjl7oOpQCHZYvaDhmJJ9X2m58oOCuf3RUdTKSJMA==", + "version": "0.12.12", + "resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.12.12.tgz", + "integrity": "sha512-DQ+lOAMPvum37Ta4lQLETxQe7ZxhivI78ZfE4nnWP0AcnwNByNR2vVLp9VGvw577HmvgHEkbjBbGBJBSZEBEZA==", "license": "Apache-2.0", "dependencies": { - "@floating-ui/dom": "1.6.13", + "@floating-ui/dom": "1.7.4", "loglevel": "1.9.1", "rxjs": "7.8.2" }, @@ -1275,18 +1275,20 @@ "node": ">=18" }, "peerDependencies": { - "livekit-client": "^2.13.3", + "livekit-client": "^2.15.14", "tslib": "^2.6.2" } }, "node_modules/@livekit/components-react": { - "version": "2.9.13", - "resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.9.13.tgz", - "integrity": "sha512-iiTDZhokK5c1m4HXdNSxzIRzurBYAKZDjrR2dIYXxBsYBWUqEgPGeocAYCkPsT0VcCST6Z73p8ySR8X5SotXGg==", + "version": "2.9.19", + "resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.9.19.tgz", + "integrity": "sha512-VEa4SsiwCHreuIdjxVPrqoWY+Ezq36fHc6swawDXcROPZMCPOeAovaxw83yZqqCKDpzT6oWoeBFDMbxbMytqRw==", "license": "Apache-2.0", "dependencies": { - "@livekit/components-core": "0.12.8", + "@livekit/components-core": "0.12.12", "clsx": "2.1.1", + "events": "^3.3.0", + "jose": "^6.0.12", "usehooks-ts": "3.1.1" }, "engines": { @@ -1294,7 +1296,7 @@ }, "peerDependencies": { "@livekit/krisp-noise-filter": "^0.2.12 || ^0.3.0", - "livekit-client": "^2.13.3", + "livekit-client": "^2.16.0", "react": ">=18", "react-dom": ">=18", "tslib": "^2.6.2" @@ -1306,9 +1308,9 @@ } }, "node_modules/@livekit/components-styles": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/@livekit/components-styles/-/components-styles-1.1.6.tgz", - "integrity": "sha512-V6zfuREC2ksW8z6T6WSbEvdLB5ICVikGz1GtLr59UcxHDyAsKDbuDHAyl3bF3xBqPKYmY3GWF3Qk39rnScyOtA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@livekit/components-styles/-/components-styles-1.2.0.tgz", + "integrity": "sha512-74/rt0lDh6aHmOPmWAeDE9C4OrNW9RIdmhX/YRbovQBVNGNVWojRjl3FgQZ5LPFXO6l1maKB4JhXcBFENVxVvw==", "license": "Apache-2.0", "engines": { "node": ">=18" @@ -1321,18 +1323,18 @@ "license": "Apache-2.0" }, "node_modules/@livekit/protocol": { - "version": "1.39.3", - "resolved": "https://registry.npmjs.org/@livekit/protocol/-/protocol-1.39.3.tgz", - "integrity": "sha512-hfOnbwPCeZBEvMRdRhU2sr46mjGXavQcrb3BFRfG+Gm0Z7WUSeFdy5WLstXJzEepz17Iwp/lkGwJ4ZgOOYfPuA==", + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/@livekit/protocol/-/protocol-1.44.0.tgz", + "integrity": "sha512-/vfhDUGcUKO8Q43r6i+5FrDhl5oZjm/X3U4x2Iciqvgn5C8qbj+57YPcWSJ1kyIZm5Cm6AV2nAPjMm3ETD/iyg==", "license": "Apache-2.0", "dependencies": { "@bufbuild/protobuf": "^1.10.0" } }, "node_modules/@livekit/track-processors": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@livekit/track-processors/-/track-processors-0.6.1.tgz", - "integrity": "sha512-t9JMDvMUlaaURDDRZFQEkRYR4q2qROPOOIs3aZXQVL6v/QYgJ0tPg/QfbvHC8b6mYPwcaJgVz3KTk5XQ07fEMg==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@livekit/track-processors/-/track-processors-0.7.0.tgz", + "integrity": "sha512-ERdByDrHPLA8xzZNFcqWiLt5ZJs4AZo1RjDlYplb//xeaWURaJdulqrds5EHSMHmELmTzlEOSgvSrzFlatlJQQ==", "license": "Apache-2.0", "dependencies": { "@mediapipe/tasks-vision": "0.10.14" @@ -8174,7 +8176,6 @@ "version": "6.1.3", "resolved": "https://registry.npmjs.org/jose/-/jose-6.1.3.tgz", "integrity": "sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==", - "dev": true, "license": "MIT", "funding": { "url": "https://github.com/sponsors/panva" @@ -8611,14 +8612,15 @@ } }, "node_modules/livekit-client": { - "version": "2.15.7", - "resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-2.15.7.tgz", - "integrity": "sha512-19m8Q1cvRl5PslRawDUgWXeP8vL8584tX8kiZEJaPZo83U/L6VPS/O7pP06phfJaBWeeV8sAOVtEPlQiZEHtpg==", + "version": "2.17.1", + "resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-2.17.1.tgz", + "integrity": "sha512-pbJOSRVzZOoe9fL3RWjVxrYjsPo9npIVKGSl2Jhm1x4GxC6uubPWktWPxNLOnrshgxwAKrs2VeLY7LxBOtU1NQ==", "license": "Apache-2.0", "dependencies": { "@livekit/mutex": "1.1.1", - "@livekit/protocol": "1.39.3", + "@livekit/protocol": "1.44.0", "events": "^3.3.0", + "jose": "^6.1.0", "loglevel": "^1.9.2", "sdp-transform": "^2.15.0", "ts-debounce": "^4.0.0", diff --git a/src/frontend/package.json b/src/frontend/package.json index 06679d37..77b0e417 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -15,9 +15,9 @@ "dependencies": { "@fontsource-variable/material-symbols-outlined": "5.2.34", "@fontsource/material-icons-outlined": "5.2.6", - "@livekit/components-react": "2.9.13", - "@livekit/components-styles": "1.1.6", - "@livekit/track-processors": "0.6.1", + "@livekit/components-react": "2.9.19", + "@livekit/components-styles": "1.2.0", + "@livekit/track-processors": "0.7.0", "@pandacss/preset-panda": "1.8.2", "@react-aria/toast": "3.0.10", "@react-types/overlays": "3.9.3", @@ -33,7 +33,7 @@ "i18next-parser": "9.3.0", "i18next-resources-to-backend": "1.2.1", "libphonenumber-js": "1.12.10", - "livekit-client": "2.15.7", + "livekit-client": "2.17.1", "posthog-js": "1.342.1", "react": "18.3.1", "react-aria-components": "1.10.1",