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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-21 12:56:18 -07:00 committed by GitHub
parent 493be8d920
commit db5d9254a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

29
package-lock.json generated
View File

@ -327,13 +327,12 @@
} }
}, },
"node_modules/@livekit/components-react": { "node_modules/@livekit/components-react": {
"version": "2.3.5", "version": "2.3.6",
"resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.3.5.tgz", "resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.3.6.tgz",
"integrity": "sha512-2QQCNYq+ak4/hHut/HNs08QY2Fi4bsabLrGGPz/OqNRG84znpWweAhpEgJv/uRpCw7sD5haag1SKuH63p2PbDA==", "integrity": "sha512-dmNKlXMbSxNfErX8m/tFPmKq/KP1wv83AWaTpEtu064EfsCEpBbWm/X/X4ps8pWkH1zfej2/Svhcp+tbXe9DBQ==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@livekit/components-core": "0.10.5", "@livekit/components-core": "0.10.5",
"@react-hook/latest": "1.0.3",
"clsx": "2.1.1", "clsx": "2.1.1",
"usehooks-ts": "3.1.0" "usehooks-ts": "3.1.0"
}, },
@ -349,9 +348,9 @@
} }
}, },
"node_modules/@livekit/protocol": { "node_modules/@livekit/protocol": {
"version": "1.19.0", "version": "1.19.1",
"resolved": "https://registry.npmjs.org/@livekit/protocol/-/protocol-1.19.0.tgz", "resolved": "https://registry.npmjs.org/@livekit/protocol/-/protocol-1.19.1.tgz",
"integrity": "sha512-pHcVjEQGNDJFMJjEYyuHmARCFOorA/7duHEYjiVFjymF5GkM8Sfdf6prnTvqxxaWrlKBFsPhgApgaocR2pJEMA==", "integrity": "sha512-PQYIuqRv++fRik9tKulJ0C0tT5O4cNviBA7OxwLTCBFDxJpve8ua8/JZ+nK+7r4j2KbLfVjsJYop9wcTCgRn7Q==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@bufbuild/protobuf": "^1.7.2" "@bufbuild/protobuf": "^1.7.2"
@ -1130,14 +1129,6 @@
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
}, },
"node_modules/@react-hook/latest": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@react-hook/latest/-/latest-1.0.3.tgz",
"integrity": "sha512-dy6duzl+JnAZcDbNTfmaP3xHiKtbXYOaz3G51MGVljh548Y8MWzTr+PHLOfvpypEVW9zwvl+VyKjbWKEVbV1Rg==",
"peerDependencies": {
"react": ">=16.8"
}
},
"node_modules/@rushstack/eslint-patch": { "node_modules/@rushstack/eslint-patch": {
"version": "1.6.1", "version": "1.6.1",
"resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.6.1.tgz", "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.6.1.tgz",
@ -3757,12 +3748,12 @@
"dev": true "dev": true
}, },
"node_modules/livekit-client": { "node_modules/livekit-client": {
"version": "2.3.2", "version": "2.4.0",
"resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-2.3.2.tgz", "resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-2.4.0.tgz",
"integrity": "sha512-L9Ukqo0a+ft7Zbl+TxW9TAOVCXf38j++wSy5t53Qybm4f6CMfD79oV+dJBpQVeAx2eSDqoFB56BVmRWXA3AkTQ==", "integrity": "sha512-45+8N8DO1IO7+W50WQdDD1jdKF98d8hgPmsi58AhDuq1tLSPuBI9ovKO/rcfyy5ukowlD0DAGwsbE7zBy8sokQ==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@livekit/protocol": "1.19.0", "@livekit/protocol": "1.19.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",