From 4bce7983c960593c3d198ce0dbdc6ffa68cf2398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 18:37:19 +0000 Subject: [PATCH] chore(deps): bump yjs from 13.6.4 to 13.6.7 in /frontend (#1888) Bumps [yjs](https://github.com/yjs/yjs) from 13.6.4 to 13.6.7. - [Release notes](https://github.com/yjs/yjs/releases) - [Commits](https://github.com/yjs/yjs/compare/v13.6.4...v13.6.7) --- updated-dependencies: - dependency-name: yjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8c3f705b2c..761906f590 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -42,7 +42,7 @@ "windmill-parser-wasm": "^1.127.0", "y-monaco": "^0.1.4", "y-websocket": "^1.5.0", - "yjs": "^13.6.4" + "yjs": "^13.6.7" }, "devDependencies": { "@floating-ui/core": "^1.3.1", @@ -8384,9 +8384,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.7", + "resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.7.tgz", + "integrity": "sha512-mCZTh4kjvUS2DnaktsYN6wLH3WZCJBLqrTdkWh1bIDpA/sB/GNFaLA/dyVJj2Hc7KwONuuoC/vWe9bwBBosZLQ==", "dependencies": { "lib0": "^0.2.74" }, @@ -14418,9 +14418,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.7", + "resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.7.tgz", + "integrity": "sha512-mCZTh4kjvUS2DnaktsYN6wLH3WZCJBLqrTdkWh1bIDpA/sB/GNFaLA/dyVJj2Hc7KwONuuoC/vWe9bwBBosZLQ==", "requires": { "lib0": "^0.2.74" } diff --git a/frontend/package.json b/frontend/package.json index eadfb13131..69ad782981 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -104,7 +104,7 @@ "windmill-parser-wasm": "^1.127.0", "y-monaco": "^0.1.4", "y-websocket": "^1.5.0", - "yjs": "^13.6.4" + "yjs": "^13.6.7" }, "peerDependencies": { "@sveltejs/kit": "^1.20.1",