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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-07-17 18:37:19 +00:00
committed by GitHub
parent f067e06aba
commit 4bce7983c9
2 changed files with 8 additions and 8 deletions

View File

@@ -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"
}

View File

@@ -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",