Bump @liveblocks/node from 1.10.2 to 1.10.3

Bumps [@liveblocks/node](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-node) from 1.10.2 to 1.10.3.
- [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.10.3/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-03-12 21:39:46 +00:00 committed by GitHub
parent 2a02fb9d31
commit 99dc3f5ce0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 6 deletions

15
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@clerk/nextjs": "^4.29.9",
"@hello-pangea/dnd": "^16.5.0",
"@liveblocks/client": "^1.10.2",
"@liveblocks/node": "^1.10.2",
"@liveblocks/node": "^1.10.3",
"@liveblocks/react": "^1.10.2",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@prisma/client": "^5.10.2",
@ -486,16 +486,21 @@
"integrity": "sha512-o7BImOTal83Z9pULNrwT5KXCBhbwkfZcIgyLWDF1tlRptI7s+RthqAjEQgblkYZz6ciP6X20StUttXoXNvhr5A=="
},
"node_modules/@liveblocks/node": {
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/@liveblocks/node/-/node-1.10.2.tgz",
"integrity": "sha512-0Oo1RcEBTrEnsK3BxQJiETQWJ8Fa+SteiUKh8xXh83ZJ6FcX/FBWHk8wpDwwONyFA5/YR33M48NqpJWIFCJ+Hg==",
"version": "1.10.3",
"resolved": "https://registry.npmjs.org/@liveblocks/node/-/node-1.10.3.tgz",
"integrity": "sha512-DruCl4eJ4hAK4a+VdXKzI7CkIs5a4vX9826NRj+ikwHP2FEdz8BRfjsj4GwLb9cmXMsog3f0lomh92KGRrtjfg==",
"dependencies": {
"@liveblocks/core": "1.10.2",
"@liveblocks/core": "1.10.3",
"@stablelib/base64": "^1.0.1",
"fast-sha256": "^1.3.0",
"node-fetch": "^2.6.1"
}
},
"node_modules/@liveblocks/node/node_modules/@liveblocks/core": {
"version": "1.10.3",
"resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.3.tgz",
"integrity": "sha512-SZnmITU3PFTYeqf+zXALU+9rFDTP5JUxcVWGlEgPtvmTiJ7U+FfXm3CWMKBkGtUejdjZpChjQC/wer9ArEGOzA=="
},
"node_modules/@liveblocks/react": {
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/@liveblocks/react/-/react-1.10.2.tgz",

View file

@ -15,7 +15,7 @@
"@clerk/nextjs": "^4.29.9",
"@hello-pangea/dnd": "^16.5.0",
"@liveblocks/client": "^1.10.2",
"@liveblocks/node": "^1.10.2",
"@liveblocks/node": "^1.10.3",
"@liveblocks/react": "^1.10.2",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@prisma/client": "^5.10.2",