Bump @liveblocks/node from 1.10.0 to 1.10.2

Bumps [@liveblocks/node](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-node) from 1.10.0 to 1.10.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.10.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-03-07 17:45:48 +00:00 committed by GitHub
parent 55607a1b2f
commit f0e3751481
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 17 deletions

22
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@clerk/nextjs": "^4.29.9",
"@hello-pangea/dnd": "^16.5.0",
"@liveblocks/client": "^1.9.8",
"@liveblocks/node": "^1.10.0",
"@liveblocks/node": "^1.10.2",
"@liveblocks/react": "^1.10.2",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@prisma/client": "^5.10.2",
@ -480,22 +480,17 @@
"@liveblocks/core": "1.10.2"
}
},
"node_modules/@liveblocks/client/node_modules/@liveblocks/core": {
"node_modules/@liveblocks/core": {
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.2.tgz",
"integrity": "sha512-o7BImOTal83Z9pULNrwT5KXCBhbwkfZcIgyLWDF1tlRptI7s+RthqAjEQgblkYZz6ciP6X20StUttXoXNvhr5A=="
},
"node_modules/@liveblocks/core": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.0.tgz",
"integrity": "sha512-FwIHCITs34GrsjEx9gty+4KQQ89IDjKoivuuqDio0oSoZeZn2z5QxOfX6T2E189HDrviTp2998vtz7kKQLCPiA=="
},
"node_modules/@liveblocks/node": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/@liveblocks/node/-/node-1.10.0.tgz",
"integrity": "sha512-o9+1jMXaifRDEb7f2e7ITnAUZl9mun6SydEUJb5lOyQE3S6JhC7IuFbRijb7+8aiFQkiSNeyiNZkljdN5FmPzw==",
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/@liveblocks/node/-/node-1.10.2.tgz",
"integrity": "sha512-0Oo1RcEBTrEnsK3BxQJiETQWJ8Fa+SteiUKh8xXh83ZJ6FcX/FBWHk8wpDwwONyFA5/YR33M48NqpJWIFCJ+Hg==",
"dependencies": {
"@liveblocks/core": "1.10.0",
"@liveblocks/core": "1.10.2",
"@stablelib/base64": "^1.0.1",
"fast-sha256": "^1.3.0",
"node-fetch": "^2.6.1"
@ -515,11 +510,6 @@
"react": "^16.14.0 || ^17 || ^18"
}
},
"node_modules/@liveblocks/react/node_modules/@liveblocks/core": {
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.2.tgz",
"integrity": "sha512-o7BImOTal83Z9pULNrwT5KXCBhbwkfZcIgyLWDF1tlRptI7s+RthqAjEQgblkYZz6ciP6X20StUttXoXNvhr5A=="
},
"node_modules/@microsoft/eslint-formatter-sarif": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@microsoft/eslint-formatter-sarif/-/eslint-formatter-sarif-3.0.0.tgz",

View file

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