mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-02-07 11:42:55 +00:00
Merge pull request #86 from ahmadk953/dependabot/npm_and_yarn/liveblocks/node-1.10.4
Bump @liveblocks/node from 1.10.3 to 1.10.4
This commit is contained in:
commit
06e8a78e87
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