Bump @liveblocks/node from 1.11.1 to 1.11.2

Bumps [@liveblocks/node](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-node) from 1.11.1 to 1.11.2.
- [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.2/packages/liveblocks-node)

---
updated-dependencies:
- dependency-name: "@liveblocks/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-17 19:38:44 +00:00 committed by GitHub
parent 0f0d93ded3
commit 06c5e837e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 11 deletions

View file

@ -15,7 +15,7 @@
"@clerk/nextjs": "^5.0.0-beta.40",
"@hello-pangea/dnd": "^16.6.0",
"@liveblocks/client": "^1.11.0",
"@liveblocks/node": "^1.11.1",
"@liveblocks/node": "^1.11.2",
"@liveblocks/react": "^1.11.2",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@prisma/client": "^5.12.1",

View file

@ -209,22 +209,17 @@
dependencies:
"@liveblocks/core" "1.11.2"
"@liveblocks/core@1.11.1":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@liveblocks/core/-/core-1.11.1.tgz#926fbc65edd3a52555c27f49c18ff0a5d74b66ad"
integrity sha512-QkrONvIkVBGqZynrgGTF4jI4oFcui4+0Vf8QYdvvdtqXG6t6mcryDic1Rq53tuKsPzOXP1Nb7XSW3LH1z8ERxQ==
"@liveblocks/core@1.11.2":
version "1.11.2"
resolved "https://registry.yarnpkg.com/@liveblocks/core/-/core-1.11.2.tgz#3a7b470448c9d2b5885b054accda06522abcd9c9"
integrity sha512-OHeKDExpaMnlKMPTpW+Z51eF4iLGOYKWK010QfPobRa1gUTAGsrYy1bA1JGmkcH4vPg4h3vijOhKPr6M7yBsiw==
"@liveblocks/node@^1.11.1":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@liveblocks/node/-/node-1.11.1.tgz#956bfd255f30667d59e92a07838e2a79e0adfa38"
integrity sha512-2+H3TTysi7aw8LCcWpofcjsbts0e32kVMJSrcCUGzEv6rRfRQgZRZMOEYmRJQxBDMehUD5b54kA+tNtHPmyXFw==
"@liveblocks/node@^1.11.2":
version "1.11.2"
resolved "https://registry.yarnpkg.com/@liveblocks/node/-/node-1.11.2.tgz#c36f9faa136281e6cc2e8eed8bacd1df2b01c2c3"
integrity sha512-H32r+9fDHM+loBEF47FNxv8KfUoBiwjez/Vcyti6RSaNLZ4lokZs68sXLddg6fDfParANW4hUBRuDN1ix4XGHw==
dependencies:
"@liveblocks/core" "1.11.1"
"@liveblocks/core" "1.11.2"
"@stablelib/base64" "^1.0.1"
fast-sha256 "^1.3.0"
node-fetch "^2.6.1"