Update dependency livekit-client to v2.5.4 (#104)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-09-24 10:20:26 -07:00
committed by GitHub
parent c7f3646a88
commit c5695f3844

23
package-lock.json generated
View File

@@ -1784,9 +1784,10 @@
} }
}, },
"node_modules/@bufbuild/protobuf": { "node_modules/@bufbuild/protobuf": {
"version": "1.7.2", "version": "1.10.0",
"resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.7.2.tgz", "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.10.0.tgz",
"integrity": "sha512-i5GE2Dk5ekdlK1TR7SugY4LWRrKSfb5T1Qn4unpIMbfxoeGKERKQ59HG3iYewacGD10SR7UzevfPnh6my4tNmQ==" "integrity": "sha512-QDdVFLoN93Zjg36NoQPZfsVH9tZew7wKDKyV5qRdj8ntT4wQCOradQjRaTdwMhWUYsgKsvCINKKm87FdEk96Ag==",
"license": "(Apache-2.0 AND BSD-3-Clause)"
}, },
"node_modules/@emotion/is-prop-valid": { "node_modules/@emotion/is-prop-valid": {
"version": "0.8.8", "version": "0.8.8",
@@ -2077,12 +2078,12 @@
} }
}, },
"node_modules/@livekit/protocol": { "node_modules/@livekit/protocol": {
"version": "1.20.1", "version": "1.22.0",
"resolved": "https://registry.npmjs.org/@livekit/protocol/-/protocol-1.20.1.tgz", "resolved": "https://registry.npmjs.org/@livekit/protocol/-/protocol-1.22.0.tgz",
"integrity": "sha512-TgyuwOx+XJn9inEYT9OKfFNs9YIPS4BdLa4pF5FDf9MhWRnahKwPe7jxr/+sVdWxYbZmy9hRrH58jSAFu0ONHw==", "integrity": "sha512-KYOfVAz38YFRsmEzeDgzoaHZJhMZEkeZQlzr9xIjczWR9SeEaYNU6+IDcZRlrYcpWl6Almgt/OhXcQn+nkrDGw==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@bufbuild/protobuf": "^1.7.2" "@bufbuild/protobuf": "^1.10.0"
} }
}, },
"node_modules/@next/env": { "node_modules/@next/env": {
@@ -5979,12 +5980,12 @@
"dev": true "dev": true
}, },
"node_modules/livekit-client": { "node_modules/livekit-client": {
"version": "2.5.2", "version": "2.5.4",
"resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-2.5.2.tgz", "resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-2.5.4.tgz",
"integrity": "sha512-rzWFH02UznHxpnbj+WEEoHxL1ZSo9BdFK+7ltSZWniTt2llnNckdqeXNsjkBH6k+C9agHTF4XikmxKcpWa4YrQ==", "integrity": "sha512-ZL1Twbzscvhji7Sor+JIkIV4V7jSbX/IvBvfxeOuRzovIiM0v9IUCMINUR98mPZ7kHNFuiKB3w14afYa4UjkPg==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@livekit/protocol": "1.20.1", "@livekit/protocol": "1.22.0",
"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",