Skip to content

Commit

Permalink
fix: upgrade yjs from 13.5.22 to 13.6.5
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.5.

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 Jul 13, 2023
1 parent b6bdb82 commit 9a3e6f6
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.5",
"y-webrtc": "^10.2.5",
"yjs": "^13.5"
"yjs": "^13.6.5"
},
"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 @@ -2398,13 +2398,20 @@ 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==
dependencies:
isomorphic.js "^0.2.4"

lib0@^0.2.74:
version "0.2.78"
resolved "https://registry.yarnpkg.com/lib0/-/lib0-0.2.78.tgz#9aa34733075caafb3edf228da6e609d15ada0088"
integrity sha512-SV2nU43/6eaYnGH3l0lg2wg1ziB/TH3sAd2E8quXPGwrqo+aX98SNT2ZKucpUr5B8A52jD7ZMjAl+r87Fa/bLQ==
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 @@ -3435,12 +3442,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.5:
version "13.6.6"
resolved "https://registry.yarnpkg.com/yjs/-/yjs-13.6.6.tgz#586b2dd25121a8cdb55ba85bb8760ec8904e037c"
integrity sha512-VTvezMeMuOra9jKG1Ym5XuQ2H4xXOubIIIupv/B5oygasa9IqDE7Ufv93QTSe9uz69J5VZGMQb2WTEmJv4kJFQ==
dependencies:
lib0 "^0.2.43"
lib0 "^0.2.74"

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

0 comments on commit 9a3e6f6

Please sign in to comment.