Skip to content

Commit

Permalink
fix: upgrade yjs from 13.5.22 to 13.6.10
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade yjs from 13.5.22 to 13.6.10.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/vertexvis/project/f58d0685-5100-4c34-9225-daa320341f68?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 13, 2023
1 parent 0dcb453 commit c8e8273
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react-hotkeys-hook": "^3.4.7",
"y-protocols": "^1.0.6",
"y-webrtc": "^10.2.6",
"yjs": "^13.5"
"yjs": "^13.6.10"
},
"devDependencies": {
"@babel/core": "^7.16",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2394,7 +2394,7 @@ levn@^0.4.1:
prelude-ls "^1.2.1"
type-check "~0.4.0"

lib0@^0.2.42, lib0@^0.2.43:
lib0@^0.2.42:
version "0.2.43"
resolved "https://registry.yarnpkg.com/lib0/-/lib0-0.2.43.tgz#1c2ed1fb2e9fe136e92abef7ca56875f2ee66b07"
integrity sha512-MJ1KLoz5p3gljIUBfdjjNuL/wlWHHK6+DrcIRhzSRLvtAu1XNdRtRGATYM51KSTI0P2nxJZFQM8rwCH6ga9KUw==
Expand All @@ -2408,6 +2408,13 @@ lib0@^0.2.85:
dependencies:
isomorphic.js "^0.2.4"

lib0@^0.2.86:
version "0.2.88"
resolved "https://registry.yarnpkg.com/lib0/-/lib0-0.2.88.tgz#18618e0c3b63f6260255eb760f9247d9cc6c6a5b"
integrity sha512-KyroiEvCeZcZEMx5Ys+b4u4eEBbA1ch7XUaBhYpwa/nPMrzTjUhI4RfcytmQfYoTBPcdyx+FX6WFNIoNuJzJfQ==
dependencies:
isomorphic.js "^0.2.4"

lines-and-columns@^1.1.6:
version "1.2.4"
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
Expand Down Expand Up @@ -3442,12 +3449,12 @@ yaml@^1.10.0:
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==

yjs@^13.5:
version "13.5.22"
resolved "https://registry.yarnpkg.com/yjs/-/yjs-13.5.22.tgz#576a92ff2705736317a8b7a6b18d34fc8e6103f0"
integrity sha512-qxsVlu/E2dLUUtJyhDbwkhrw1gWbdE+UWzVI2VEeY6G1M8TYI51VvXSoPC/4QQMNIyEdsCOW2cWxPUyoCH43gw==
yjs@^13.6.10:
version "13.6.10"
resolved "https://registry.yarnpkg.com/yjs/-/yjs-13.6.10.tgz#bea33b2e73944d54bc6849db2042b9696b95e717"
integrity sha512-1JcyQek1vaMyrDm7Fqfa+pvHg/DURSbVo4VmeN7wjnTKB/lZrfIPhdCj7d8sboK6zLfRBJXegTjc9JlaDd8/Zw==
dependencies:
lib0 "^0.2.43"
lib0 "^0.2.86"

yocto-queue@^0.1.0:
version "0.1.0"
Expand Down

0 comments on commit c8e8273

Please sign in to comment.