Bump @liveblocks/node from 1.11.0 to 1.11.1

Bumps [@liveblocks/node](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-node) 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-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-08 17:54:54 +00:00 committed by GitHub
parent c08e54936f
commit e4d14a93b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 6 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.0",
"@liveblocks/node": "^1.11.1",
"@liveblocks/react": "^1.11.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@prisma/client": "^5.12.1",

View file

@ -214,12 +214,17 @@
resolved "https://registry.npmjs.org/@liveblocks/core/-/core-1.11.0.tgz"
integrity sha512-fB5ZlT/HiXHynDiVwtGz7/9ZJy9RF7nziJ7LicVvMc9OCuibLj8xl4Mp/ZHvFSAcbpWA2kKQe0m0wPawSkamIw==
"@liveblocks/node@^1.11.0":
version "1.11.0"
resolved "https://registry.npmjs.org/@liveblocks/node/-/node-1.11.0.tgz"
integrity sha512-pAk3RviTSZAr/R6m410vZI+PAjYI/UrLFmMoR3eCYdpQQBCGbfvboDl4lcM3RXc0u2vE7O8V4wfux71A/VJOcg==
"@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/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==
dependencies:
"@liveblocks/core" "1.11.0"
"@liveblocks/core" "1.11.1"
"@stablelib/base64" "^1.0.1"
fast-sha256 "^1.3.0"
node-fetch "^2.6.1"