From 65809540569392b415e68bf16fb472cbfda797fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 21:38:36 +0000 Subject: [PATCH] Bump @liveblocks/client from 1.11.0 to 1.11.1 Bumps [@liveblocks/client](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-client) from 1.11.0 to 1.11.1. - [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.11.1/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.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) 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"