From a3c7a8e700be9010df144aded39643b683ff71c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:30:48 +0200 Subject: [PATCH] Update dependency @livekit/components-react to v2.5.4 (#100) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6dcd80..c055de3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1869,13 +1869,13 @@ } }, "node_modules/@floating-ui/dom": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.8.tgz", - "integrity": "sha512-kx62rP19VZ767Q653wsP1XZCGIirkE09E0QUGNYTM/ttbbQHqcGPdSfWFxUyyNLc/W6aoJRBajOSXhP6GXjC0Q==", + "version": "1.6.11", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.11.tgz", + "integrity": "sha512-qkMCxSR24v2vGkhYDo/UzxfJN3D4syqSjyuTFz6C7XcpU1pASPRieNI0Kj5VP3/503mOfYiGY891ugBX1GlABQ==", "license": "MIT", "dependencies": { "@floating-ui/core": "^1.6.0", - "@floating-ui/utils": "^0.2.5" + "@floating-ui/utils": "^0.2.8" } }, "node_modules/@floating-ui/react-dom": { @@ -1891,9 +1891,9 @@ } }, "node_modules/@floating-ui/utils": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.7.tgz", - "integrity": "sha512-X8R8Oj771YRl/w+c1HqAC1szL8zWQRwFvgDwT129k9ACdBoud/+/rX9V0qiMl6LWUdP9voC2nDVZYPMQQsb6eA==", + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.8.tgz", + "integrity": "sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==", "license": "MIT" }, "node_modules/@humanwhocodes/config-array": { @@ -2028,12 +2028,12 @@ } }, "node_modules/@livekit/components-core": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.11.4.tgz", - "integrity": "sha512-8Dr/9WCEov5AW42KrTnLTuoEIK1yWHcdvvJl8znxx59uUVlE8o6IvsFnofNlfRJ2fCADSnw0K2yEpLQjwLel2Q==", + "version": "0.11.5", + "resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.11.5.tgz", + "integrity": "sha512-aaWPQJEfbY5tUND+diB7sW/6dRWN/H9lwqVy7L3nt15MszN1lX7ZlM9gA4ODquv+wUyFhxYfjRm7jVuV/g234g==", "license": "Apache-2.0", "dependencies": { - "@floating-ui/dom": "1.6.8", + "@floating-ui/dom": "1.6.11", "loglevel": "1.9.1", "rxjs": "7.8.1" }, @@ -2041,18 +2041,18 @@ "node": ">=18" }, "peerDependencies": { - "@livekit/protocol": "^1.16.0", + "@livekit/protocol": "^1.20.1", "livekit-client": "^2.4.0", "tslib": "^2.6.2" } }, "node_modules/@livekit/components-react": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.5.3.tgz", - "integrity": "sha512-RKqi2KDltsqTdw5xx0ahEfHtuFvQoTjmJ/M1pukqU7Eczcuwga4AuEESxWkq6ct7Zenabru4eYjFbScc60L3og==", + "version": "2.5.4", + "resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.5.4.tgz", + "integrity": "sha512-uog/fZMOABFNX2HS8R4zYr2F+m14vS4mifAnRWDux+4wjMvBminX57pRqf/YN9wHc0cmiPlq0Nd8JLWnqJd2fg==", "license": "Apache-2.0", "dependencies": { - "@livekit/components-core": "0.11.4", + "@livekit/components-core": "0.11.5", "clsx": "2.1.1", "usehooks-ts": "3.1.0" }, @@ -2060,7 +2060,7 @@ "node": ">=18" }, "peerDependencies": { - "@livekit/protocol": "^1.16.0", + "@livekit/protocol": "^1.20.1", "livekit-client": "^2.4.0", "react": ">=18", "react-dom": ">=18",