From 862f7ec8620b06673abcdfa7b0ef10e5e418f92c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 18:56:42 +0000 Subject: [PATCH] Bump @liveblocks/client from 1.10.2 to 1.10.4 Bumps [@liveblocks/client](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-client) from 1.10.2 to 1.10.4. - [Release notes](https://github.com/liveblocks/liveblocks/releases) - [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md) - [Commits](https://github.com/liveblocks/liveblocks/commits/v1.10.4/packages/liveblocks-client) --- updated-dependencies: - dependency-name: "@liveblocks/client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++++++++++++++++----- package.json | 2 +- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 844d912..412d1f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@clerk/nextjs": "^4.29.9", "@hello-pangea/dnd": "^16.5.0", - "@liveblocks/client": "^1.10.2", + "@liveblocks/client": "^1.10.4", "@liveblocks/node": "^1.10.4", "@liveblocks/react": "^1.10.2", "@microsoft/eslint-formatter-sarif": "^3.0.0", @@ -473,13 +473,18 @@ } }, "node_modules/@liveblocks/client": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@liveblocks/client/-/client-1.10.2.tgz", - "integrity": "sha512-3MPCH9MrC4FRWBG/TfP4XMwqFX6YiZBwDPsQICbkIuRViUF4K1jPdm0Eswg4ffb/diBtuCVHvZAaKn6BmRPl5A==", + "version": "1.10.4", + "resolved": "https://registry.npmjs.org/@liveblocks/client/-/client-1.10.4.tgz", + "integrity": "sha512-klmFd1kVkUbUzYue/tMxRmqJwE/4hw9Yqv5KnbzNAK8HxQ/X6e2m/eEXvNdMsP2Uco0qJDfJsJBjEjKFxCOf1A==", "dependencies": { - "@liveblocks/core": "1.10.2" + "@liveblocks/core": "1.10.4" } }, + "node_modules/@liveblocks/client/node_modules/@liveblocks/core": { + "version": "1.10.4", + "resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.4.tgz", + "integrity": "sha512-Gh9V3Ayoxhg/GAzVX0LcRo+0BLlaJNkDT8g/Kt7UnXDiXWdi5CXzniqnaPf+9mwrohsVGFdZVdF1ixIzk6JAtA==" + }, "node_modules/@liveblocks/core": { "version": "1.10.2", "resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.2.tgz", @@ -515,6 +520,14 @@ "react": "^16.14.0 || ^17 || ^18" } }, + "node_modules/@liveblocks/react/node_modules/@liveblocks/client": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/@liveblocks/client/-/client-1.10.2.tgz", + "integrity": "sha512-3MPCH9MrC4FRWBG/TfP4XMwqFX6YiZBwDPsQICbkIuRViUF4K1jPdm0Eswg4ffb/diBtuCVHvZAaKn6BmRPl5A==", + "dependencies": { + "@liveblocks/core": "1.10.2" + } + }, "node_modules/@microsoft/eslint-formatter-sarif": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@microsoft/eslint-formatter-sarif/-/eslint-formatter-sarif-3.0.0.tgz", diff --git a/package.json b/package.json index 34428f5..d170eee 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@clerk/nextjs": "^4.29.9", "@hello-pangea/dnd": "^16.5.0", - "@liveblocks/client": "^1.10.2", + "@liveblocks/client": "^1.10.4", "@liveblocks/node": "^1.10.4", "@liveblocks/react": "^1.10.2", "@microsoft/eslint-formatter-sarif": "^3.0.0",