From 9a3e6f67c0697b6ea9aecf493c55e95ddf405c40 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jul 2023 20:58:05 +0000 Subject: [PATCH] fix: upgrade yjs from 13.5.22 to 13.6.5 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 --- package.json | 2 +- yarn.lock | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 26eb2ec..b0e99a2 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index f0deedd..b7d4d83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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"