diff --git a/package-lock.json b/package-lock.json index bf3cb48..973ba87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@clerk/nextjs": "^4.29.3", "@hello-pangea/dnd": "^16.5.0", - "@liveblocks/client": "^1.9.8", + "@liveblocks/client": "^1.10.0", "@liveblocks/node": "^1.9.8", "@liveblocks/react": "^1.9.8", "@prisma/client": "^5.10.1", @@ -484,13 +484,18 @@ } }, "node_modules/@liveblocks/client": { - "version": "1.9.8", - "resolved": "https://registry.npmjs.org/@liveblocks/client/-/client-1.9.8.tgz", - "integrity": "sha512-qNFHMKOLLPNlo0HaVL7jfh877PngWYIxuZrpfnFdttR/NtDlt1gH9cL/xoyV5roULf6a5tONcMt2NqJXAFkVEw==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@liveblocks/client/-/client-1.10.0.tgz", + "integrity": "sha512-UL32qEgjYdUaQbTBnMAegab4umVRQYFJEBccVW94hDc2wwxdf0rIcqZTvZOX2vqmWXWhKiIiWo1Pu8rCTorFfg==", "dependencies": { - "@liveblocks/core": "1.9.8" + "@liveblocks/core": "1.10.0" } }, + "node_modules/@liveblocks/client/node_modules/@liveblocks/core": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.0.tgz", + "integrity": "sha512-FwIHCITs34GrsjEx9gty+4KQQ89IDjKoivuuqDio0oSoZeZn2z5QxOfX6T2E189HDrviTp2998vtz7kKQLCPiA==" + }, "node_modules/@liveblocks/core": { "version": "1.9.8", "resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.9.8.tgz", @@ -521,6 +526,14 @@ "react": "^16.14.0 || ^17 || ^18" } }, + "node_modules/@liveblocks/react/node_modules/@liveblocks/client": { + "version": "1.9.8", + "resolved": "https://registry.npmjs.org/@liveblocks/client/-/client-1.9.8.tgz", + "integrity": "sha512-qNFHMKOLLPNlo0HaVL7jfh877PngWYIxuZrpfnFdttR/NtDlt1gH9cL/xoyV5roULf6a5tONcMt2NqJXAFkVEw==", + "dependencies": { + "@liveblocks/core": "1.9.8" + } + }, "node_modules/@next/env": { "version": "14.1.0", "resolved": "https://registry.npmjs.org/@next/env/-/env-14.1.0.tgz", diff --git a/package.json b/package.json index de5d106..4806c34 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@clerk/nextjs": "^4.29.3", "@hello-pangea/dnd": "^16.5.0", - "@liveblocks/client": "^1.9.8", + "@liveblocks/client": "^1.10.0", "@liveblocks/node": "^1.9.8", "@liveblocks/react": "^1.9.8", "@prisma/client": "^5.10.1",