From d7ab9dfbb9c2c96c1f97e056e1578c5260869863 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 09:34:25 +0000 Subject: [PATCH] fix(deps): update dependency yjs to ^13.6.5 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index afbde5c4560..e93a3ba8658 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "vue-material-design-icons": "^5.2.0", "vuex": "^3.6.2", "y-websocket": "^1.5.0", - "yjs": "^13.6.4" + "yjs": "^13.6.5" }, "devDependencies": { "@cypress/browserify-preprocessor": "^3.0.2", @@ -21876,9 +21876,9 @@ } }, "node_modules/yjs": { - "version": "13.6.4", - "resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.4.tgz", - "integrity": "sha512-AirXWU/Qws6gmaz4MMluFqahweQUyLzX7QbjHmhyqbokQIki2WpE3F/NkUyOdcgEmfdTJKVys+LGgph6smZFbg==", + "version": "13.6.5", + "resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.5.tgz", + "integrity": "sha512-5JdxEzrGpDJxMK99Cf1ICTAaplJf4xIW74ZPvXRzLJJd4PIxVX5ZYjhBsW8cXBPweSghPz95sPIVvyYtS9fHFQ==", "dependencies": { "lib0": "^0.2.74" }, @@ -38020,9 +38020,9 @@ } }, "yjs": { - "version": "13.6.4", - "resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.4.tgz", - "integrity": "sha512-AirXWU/Qws6gmaz4MMluFqahweQUyLzX7QbjHmhyqbokQIki2WpE3F/NkUyOdcgEmfdTJKVys+LGgph6smZFbg==", + "version": "13.6.5", + "resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.5.tgz", + "integrity": "sha512-5JdxEzrGpDJxMK99Cf1ICTAaplJf4xIW74ZPvXRzLJJd4PIxVX5ZYjhBsW8cXBPweSghPz95sPIVvyYtS9fHFQ==", "requires": { "lib0": "^0.2.74" } diff --git a/package.json b/package.json index a6f6cd5258e..ea640c41f7b 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "vue-material-design-icons": "^5.2.0", "vuex": "^3.6.2", "y-websocket": "^1.5.0", - "yjs": "^13.6.4" + "yjs": "^13.6.5" }, "engines": { "node": "^16.0.0",