diff --git a/package-lock.json b/package-lock.json index 37f46e7..e8c602d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@hello-pangea/dnd": "^16.5.0", "@liveblocks/client": "^1.9.8", "@liveblocks/node": "^1.10.0", - "@liveblocks/react": "^1.10.0", + "@liveblocks/react": "^1.10.2", "@microsoft/eslint-formatter-sarif": "^3.0.0", "@prisma/client": "^5.10.2", "@radix-ui/react-accordion": "^1.1.2", @@ -473,13 +473,18 @@ } }, "node_modules/@liveblocks/client": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@liveblocks/client/-/client-1.10.0.tgz", - "integrity": "sha512-UL32qEgjYdUaQbTBnMAegab4umVRQYFJEBccVW94hDc2wwxdf0rIcqZTvZOX2vqmWXWhKiIiWo1Pu8rCTorFfg==", + "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.0" + "@liveblocks/core": "1.10.2" } }, + "node_modules/@liveblocks/client/node_modules/@liveblocks/core": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.2.tgz", + "integrity": "sha512-o7BImOTal83Z9pULNrwT5KXCBhbwkfZcIgyLWDF1tlRptI7s+RthqAjEQgblkYZz6ciP6X20StUttXoXNvhr5A==" + }, "node_modules/@liveblocks/core": { "version": "1.10.0", "resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.0.tgz", @@ -497,12 +502,12 @@ } }, "node_modules/@liveblocks/react": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@liveblocks/react/-/react-1.10.0.tgz", - "integrity": "sha512-SASkpQFeeHtD3QG+4sCZ9v4ofVyhZB3EE1jYTSzvnVMaoxThyOlxt5FRzRa/XZRpjihbQOpI6vLdiZGZDBgVJw==", + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/@liveblocks/react/-/react-1.10.2.tgz", + "integrity": "sha512-rJbk6dJkA3T+fOXxdYLh+0QDxSaULKGK1JDzpkFL7SFd9jsn8RYZ/B+oktvsSMAnpezlvTNNwtjLXSg+phD1uw==", "dependencies": { - "@liveblocks/client": "1.10.0", - "@liveblocks/core": "1.10.0", + "@liveblocks/client": "1.10.2", + "@liveblocks/core": "1.10.2", "nanoid": "^3", "use-sync-external-store": "^1.2.0" }, @@ -510,6 +515,11 @@ "react": "^16.14.0 || ^17 || ^18" } }, + "node_modules/@liveblocks/react/node_modules/@liveblocks/core": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.2.tgz", + "integrity": "sha512-o7BImOTal83Z9pULNrwT5KXCBhbwkfZcIgyLWDF1tlRptI7s+RthqAjEQgblkYZz6ciP6X20StUttXoXNvhr5A==" + }, "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 fdf03ef..ef4c1a6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@hello-pangea/dnd": "^16.5.0", "@liveblocks/client": "^1.9.8", "@liveblocks/node": "^1.10.0", - "@liveblocks/react": "^1.10.0", + "@liveblocks/react": "^1.10.2", "@microsoft/eslint-formatter-sarif": "^3.0.0", "@prisma/client": "^5.10.2", "@radix-ui/react-accordion": "^1.1.2",