mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-02-07 03:32:51 +00:00
Bump @liveblocks/node from 1.10.3 to 1.10.4
Bumps [@liveblocks/node](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-node) from 1.10.3 to 1.10.4. - [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.4/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:
parent
460bc2cd69
commit
b65d6e22b5
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -12,7 +12,7 @@
|
|||
"@clerk/nextjs": "^4.29.9",
|
||||
"@hello-pangea/dnd": "^16.5.0",
|
||||
"@liveblocks/client": "^1.10.2",
|
||||
"@liveblocks/node": "^1.10.3",
|
||||
"@liveblocks/node": "^1.10.4",
|
||||
"@liveblocks/react": "^1.10.2",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@prisma/client": "^5.11.0",
|
||||
|
@ -486,20 +486,20 @@
|
|||
"integrity": "sha512-o7BImOTal83Z9pULNrwT5KXCBhbwkfZcIgyLWDF1tlRptI7s+RthqAjEQgblkYZz6ciP6X20StUttXoXNvhr5A=="
|
||||
},
|
||||
"node_modules/@liveblocks/node": {
|
||||
"version": "1.10.3",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/node/-/node-1.10.3.tgz",
|
||||
"integrity": "sha512-DruCl4eJ4hAK4a+VdXKzI7CkIs5a4vX9826NRj+ikwHP2FEdz8BRfjsj4GwLb9cmXMsog3f0lomh92KGRrtjfg==",
|
||||
"version": "1.10.4",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/node/-/node-1.10.4.tgz",
|
||||
"integrity": "sha512-6jzTKjrZHslRPaPxGoq1i3U8Ta1Fn5344gY4G/E9jiJU/DWzKGrh8d2nt6acA7pBlHRnRCfG8W7Mw+lMfQIElQ==",
|
||||
"dependencies": {
|
||||
"@liveblocks/core": "1.10.3",
|
||||
"@liveblocks/core": "1.10.4",
|
||||
"@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=="
|
||||
"version": "1.10.4",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.4.tgz",
|
||||
"integrity": "sha512-Gh9V3Ayoxhg/GAzVX0LcRo+0BLlaJNkDT8g/Kt7UnXDiXWdi5CXzniqnaPf+9mwrohsVGFdZVdF1ixIzk6JAtA=="
|
||||
},
|
||||
"node_modules/@liveblocks/react": {
|
||||
"version": "1.10.2",
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"@clerk/nextjs": "^4.29.9",
|
||||
"@hello-pangea/dnd": "^16.5.0",
|
||||
"@liveblocks/client": "^1.10.2",
|
||||
"@liveblocks/node": "^1.10.3",
|
||||
"@liveblocks/node": "^1.10.4",
|
||||
"@liveblocks/react": "^1.10.2",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@prisma/client": "^5.11.0",
|
||||
|
|
Loading…
Reference in a new issue