diff --git a/package-lock.json b/package-lock.json index 88aef4be9d8..e4276a4f03d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -89,7 +89,7 @@ "webdav": "^5.8.0", "y-prosemirror": "^1.3.7", "y-protocols": "^1.0.7", - "yjs": "^13.6.30" + "yjs": "^13.6.31" }, "devDependencies": { "@nextcloud/babel-config": "^1.3.0", @@ -21406,9 +21406,9 @@ } }, "node_modules/yjs": { - "version": "13.6.30", - "resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.30.tgz", - "integrity": "sha512-vv/9h42eCMC81ZHDFswuu/MKzkl/vyq1BhaNGfHyOonwlG4CJbQF4oiBBJPvfdeCt/PlVDWh7Nov9D34YY09uQ==", + "version": "13.6.31", + "resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.31.tgz", + "integrity": "sha512-Eq+5BRfbeGyqGVrTJL3bEcr8gKkxPuyuoHmAwpk52fDb8kOVMrfVSTRPd6yiGgX5Fskb96qCRjzjbRjrL4YEnw==", "license": "MIT", "dependencies": { "lib0": "^0.2.99" @@ -35593,9 +35593,9 @@ } }, "yjs": { - "version": "13.6.30", - "resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.30.tgz", - "integrity": "sha512-vv/9h42eCMC81ZHDFswuu/MKzkl/vyq1BhaNGfHyOonwlG4CJbQF4oiBBJPvfdeCt/PlVDWh7Nov9D34YY09uQ==", + "version": "13.6.31", + "resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.31.tgz", + "integrity": "sha512-Eq+5BRfbeGyqGVrTJL3bEcr8gKkxPuyuoHmAwpk52fDb8kOVMrfVSTRPd6yiGgX5Fskb96qCRjzjbRjrL4YEnw==", "requires": { "lib0": "^0.2.99" } diff --git a/package.json b/package.json index 34aa6d8c40d..c8db03d3d8c 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "webdav": "^5.8.0", "y-prosemirror": "^1.3.7", "y-protocols": "^1.0.7", - "yjs": "^13.6.30" + "yjs": "^13.6.31" }, "devDependencies": { "@nextcloud/babel-config": "^1.3.0",