Update LiveKit dependencies (non-major) (#85)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-02 18:38:53 -07:00 committed by GitHub
parent 9f4ffa1876
commit e6a99feafc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

54
package-lock.json generated
View File

@ -153,13 +153,13 @@
} }
}, },
"node_modules/@floating-ui/dom": { "node_modules/@floating-ui/dom": {
"version": "1.6.7", "version": "1.6.8",
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.7.tgz", "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.8.tgz",
"integrity": "sha512-wmVfPG5o2xnKDU4jx/m4w5qva9FWHcnZ8BvzEe90D/RpwsJaTAVYPEPdQ8sbr/N8zZTAHlZUTQdqg8ZUbzHmng==", "integrity": "sha512-kx62rP19VZ767Q653wsP1XZCGIirkE09E0QUGNYTM/ttbbQHqcGPdSfWFxUyyNLc/W6aoJRBajOSXhP6GXjC0Q==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@floating-ui/core": "^1.6.0", "@floating-ui/core": "^1.6.0",
"@floating-ui/utils": "^0.2.4" "@floating-ui/utils": "^0.2.5"
} }
}, },
"node_modules/@floating-ui/react-dom": { "node_modules/@floating-ui/react-dom": {
@ -175,9 +175,9 @@
} }
}, },
"node_modules/@floating-ui/utils": { "node_modules/@floating-ui/utils": {
"version": "0.2.4", "version": "0.2.7",
"resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.4.tgz", "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.7.tgz",
"integrity": "sha512-dWO2pw8hhi+WrXq1YJy2yCuWoL20PddgGaqTgVe4cOS9Q6qklXCiA1tJEqX6BEwRNSCP84/afac9hd4MS+zEUA==", "integrity": "sha512-X8R8Oj771YRl/w+c1HqAC1szL8zWQRwFvgDwT129k9ACdBoud/+/rX9V0qiMl6LWUdP9voC2nDVZYPMQQsb6eA==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@humanwhocodes/config-array": { "node_modules/@humanwhocodes/config-array": {
@ -308,12 +308,12 @@
} }
}, },
"node_modules/@livekit/components-core": { "node_modules/@livekit/components-core": {
"version": "0.10.5", "version": "0.11.2",
"resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.10.5.tgz", "resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.11.2.tgz",
"integrity": "sha512-PCX9GT96NLH5bKKO2CKMd5uIHtoy0zRuJ9FJlYoE/anrN2LM1K8LmD/ntD2RoZ1EZ4iobSef18VlOk48rTBqmQ==", "integrity": "sha512-rXQ1OvyGe9gY8BCpH5FTr4Il17/sS/ecJQbG3PoOXAkQVl5JP965eqUPyKXZTdxNKlVLef00AygrO2pPArwOTA==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@floating-ui/dom": "1.6.7", "@floating-ui/dom": "1.6.8",
"loglevel": "1.9.1", "loglevel": "1.9.1",
"rxjs": "7.8.1" "rxjs": "7.8.1"
}, },
@ -322,17 +322,17 @@
}, },
"peerDependencies": { "peerDependencies": {
"@livekit/protocol": "^1.16.0", "@livekit/protocol": "^1.16.0",
"livekit-client": "^2.2.0", "livekit-client": "^2.4.0",
"tslib": "^2.6.2" "tslib": "^2.6.2"
} }
}, },
"node_modules/@livekit/components-react": { "node_modules/@livekit/components-react": {
"version": "2.3.6", "version": "2.4.3",
"resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.3.6.tgz", "resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.4.3.tgz",
"integrity": "sha512-dmNKlXMbSxNfErX8m/tFPmKq/KP1wv83AWaTpEtu064EfsCEpBbWm/X/X4ps8pWkH1zfej2/Svhcp+tbXe9DBQ==", "integrity": "sha512-XhCvwFvNjhBJcoQHIY4Hk6MBp7mM9q0n0i7sN/xK3fB1DSjkxIkpc7lh/+Pjqdu6F6OJT3MjwNFYnftqy6kcmw==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@livekit/components-core": "0.10.5", "@livekit/components-core": "0.11.2",
"clsx": "2.1.1", "clsx": "2.1.1",
"usehooks-ts": "3.1.0" "usehooks-ts": "3.1.0"
}, },
@ -341,16 +341,16 @@
}, },
"peerDependencies": { "peerDependencies": {
"@livekit/protocol": "^1.16.0", "@livekit/protocol": "^1.16.0",
"livekit-client": "^2.2.0", "livekit-client": "^2.4.0",
"react": ">=18", "react": ">=18",
"react-dom": ">=18", "react-dom": ">=18",
"tslib": "^2.6.2" "tslib": "^2.6.2"
} }
}, },
"node_modules/@livekit/protocol": { "node_modules/@livekit/protocol": {
"version": "1.19.1", "version": "1.20.1",
"resolved": "https://registry.npmjs.org/@livekit/protocol/-/protocol-1.19.1.tgz", "resolved": "https://registry.npmjs.org/@livekit/protocol/-/protocol-1.20.1.tgz",
"integrity": "sha512-PQYIuqRv++fRik9tKulJ0C0tT5O4cNviBA7OxwLTCBFDxJpve8ua8/JZ+nK+7r4j2KbLfVjsJYop9wcTCgRn7Q==", "integrity": "sha512-TgyuwOx+XJn9inEYT9OKfFNs9YIPS4BdLa4pF5FDf9MhWRnahKwPe7jxr/+sVdWxYbZmy9hRrH58jSAFu0ONHw==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@bufbuild/protobuf": "^1.7.2" "@bufbuild/protobuf": "^1.7.2"
@ -3761,12 +3761,12 @@
"dev": true "dev": true
}, },
"node_modules/livekit-client": { "node_modules/livekit-client": {
"version": "2.4.0", "version": "2.5.1",
"resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-2.4.0.tgz", "resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-2.5.1.tgz",
"integrity": "sha512-45+8N8DO1IO7+W50WQdDD1jdKF98d8hgPmsi58AhDuq1tLSPuBI9ovKO/rcfyy5ukowlD0DAGwsbE7zBy8sokQ==", "integrity": "sha512-D7BzGoO3nc7/H2pEP9hseTjpzfgUoQ1AdeUNdlM7XNEywvorY1UR6RhOWH9UvycM/D5tIIRx7OvhxzpVfHE3TA==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@livekit/protocol": "1.19.1", "@livekit/protocol": "1.20.1",
"events": "^3.3.0", "events": "^3.3.0",
"loglevel": "^1.8.0", "loglevel": "^1.8.0",
"sdp-transform": "^2.14.1", "sdp-transform": "^2.14.1",
@ -3777,9 +3777,9 @@
} }
}, },
"node_modules/livekit-server-sdk": { "node_modules/livekit-server-sdk": {
"version": "2.5.1", "version": "2.6.1",
"resolved": "https://registry.npmjs.org/livekit-server-sdk/-/livekit-server-sdk-2.5.1.tgz", "resolved": "https://registry.npmjs.org/livekit-server-sdk/-/livekit-server-sdk-2.6.1.tgz",
"integrity": "sha512-m6M5QIzfH7E1BvP1KX71DSMskekGDsVRNyVJIvuudESkriYqZW/suirMICMs8j4Zgkz0EdloykhrFL4FCeFkSA==", "integrity": "sha512-j/8TOlahIyWnycNkuSzTv6q+win4JTbDGNH48iMsZDMnJBks9hhC9UwAO4ES42sAorIAxGkrH58hxt4KdTkZaQ==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@livekit/protocol": "^1.19.0", "@livekit/protocol": "^1.19.0",