diff --git a/package-lock.json b/package-lock.json index d28483f0b46..fa58070da5a 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.1" + "yjs": "^13.6.5" }, "devDependencies": { "@cypress/browserify-preprocessor": "^3.0.2", @@ -21834,9 +21834,9 @@ } }, "node_modules/yjs": { - "version": "13.6.1", - "resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.1.tgz", - "integrity": "sha512-IyyHL+/v9N2S4YLSjGHMa0vMAfFxq8RDG5Nvb77raTTHJPweU3L/fRlqw6ElZvZUuHWnax3ufHR0Tx0ntfG63Q==", + "version": "13.6.5", + "resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.5.tgz", + "integrity": "sha512-5JdxEzrGpDJxMK99Cf1ICTAaplJf4xIW74ZPvXRzLJJd4PIxVX5ZYjhBsW8cXBPweSghPz95sPIVvyYtS9fHFQ==", "dependencies": { "lib0": "^0.2.74" }, @@ -37957,9 +37957,9 @@ } }, "yjs": { - "version": "13.6.1", - "resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.1.tgz", - "integrity": "sha512-IyyHL+/v9N2S4YLSjGHMa0vMAfFxq8RDG5Nvb77raTTHJPweU3L/fRlqw6ElZvZUuHWnax3ufHR0Tx0ntfG63Q==", + "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 c2483b216a7..18b41a208e9 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.1" + "yjs": "^13.6.5" }, "engines": { "node": "^16.0.0",