chore(deps): bump yjs from 13.6.1 to 13.6.2 in /frontend (#1716)

Bumps [yjs](https://github.com/yjs/yjs) from 13.6.1 to 13.6.2.
- [Release notes](https://github.com/yjs/yjs/releases)
- [Commits](https://github.com/yjs/yjs/compare/v13.6.1...v13.6.2)

---
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-06-12 19:00:46 +00:00
committed by GitHub
parent c21a9a3b4a
commit 3f5c505a95
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -40,7 +40,7 @@
"windmill-parser-wasm": "file:../backend/parsers/windmill-parser-wasm/pkg",
"y-monaco": "^0.1.4",
"y-websocket": "^1.5.0",
"yjs": "^13.6.1"
"yjs": "^13.6.2"
},
"devDependencies": {
"@playwright/test": "^1.34.3",
@@ -8107,9 +8107,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.2",
"resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.2.tgz",
"integrity": "sha512-shFc4JI8Hr3NqKYlS09xX6lyQwU3LvQlOXEkHK2aBa1T/luNLf0qHtoujgb9pRPxhIK0uevobHhDw0+AET1Vkw==",
"dependencies": {
"lib0": "^0.2.74"
},
@@ -13934,9 +13934,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.2",
"resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.2.tgz",
"integrity": "sha512-shFc4JI8Hr3NqKYlS09xX6lyQwU3LvQlOXEkHK2aBa1T/luNLf0qHtoujgb9pRPxhIK0uevobHhDw0+AET1Vkw==",
"requires": {
"lib0": "^0.2.74"
}
+1 -1
View File
@@ -100,7 +100,7 @@
"windmill-parser-wasm": "file:../backend/parsers/windmill-parser-wasm/pkg",
"y-monaco": "^0.1.4",
"y-websocket": "^1.5.0",
"yjs": "^13.6.1"
"yjs": "^13.6.2"
},
"peerDependencies": {
"@sveltejs/kit": "^1.20.1",