diff --git a/package.json b/package.json index 653142f..2cbc266 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@clerk/nextjs": "^5.0.0-beta.40", "@hello-pangea/dnd": "^16.6.0", - "@liveblocks/client": "^1.11.0", + "@liveblocks/client": "^1.11.1", "@liveblocks/node": "^1.11.1", "@liveblocks/react": "^1.11.0", "@microsoft/eslint-formatter-sarif": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index fba6cba..01a849f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -202,13 +202,20 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@liveblocks/client@1.11.0", "@liveblocks/client@^1.11.0": +"@liveblocks/client@1.11.0": version "1.11.0" resolved "https://registry.npmjs.org/@liveblocks/client/-/client-1.11.0.tgz" integrity sha512-dZJM6rra/jBk7C++Cm7PX10TbwklkDv76LmMs8IZj8qkXrdG91ejT5PuLXXo3sDIMCdr2apbKyS6pdb8yw4DCA== dependencies: "@liveblocks/core" "1.11.0" +"@liveblocks/client@^1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@liveblocks/client/-/client-1.11.1.tgz#4a7d95d819fa6125559545916573dd09d9cfb84e" + integrity sha512-+94LplyUElOZpKECX/rF1UJmkU9WRj3S1aD9w6iOYIitT1RFW+9Z4Et7nxO43FUODaheR1a40iqyikfDcRXswA== + dependencies: + "@liveblocks/core" "1.11.1" + "@liveblocks/core@1.11.0": version "1.11.0" resolved "https://registry.npmjs.org/@liveblocks/core/-/core-1.11.0.tgz"