mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
fix(deps): update dependency ws to v8.8.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
1217678534
commit
3c65ce7b47
2 changed files with 2 additions and 17 deletions
|
@ -69,7 +69,7 @@
|
||||||
"rxjs": "7.5.5",
|
"rxjs": "7.5.5",
|
||||||
"sqlite3": "5.0.8",
|
"sqlite3": "5.0.8",
|
||||||
"typeorm": "0.3.7",
|
"typeorm": "0.3.7",
|
||||||
"ws": "8.7.0",
|
"ws": "8.8.0",
|
||||||
"y-protocols": "1.0.5",
|
"y-protocols": "1.0.5",
|
||||||
"yjs": "13.5.39"
|
"yjs": "13.5.39"
|
||||||
},
|
},
|
||||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -5365,7 +5365,7 @@ __metadata:
|
||||||
tsconfig-paths: 4.0.0
|
tsconfig-paths: 4.0.0
|
||||||
typeorm: 0.3.7
|
typeorm: 0.3.7
|
||||||
typescript: 4.7.4
|
typescript: 4.7.4
|
||||||
ws: 8.7.0
|
ws: 8.8.0
|
||||||
y-protocols: 1.0.5
|
y-protocols: 1.0.5
|
||||||
yjs: 13.5.39
|
yjs: 13.5.39
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
|
@ -9901,21 +9901,6 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"ws@npm:8.7.0":
|
|
||||||
version: 8.7.0
|
|
||||||
resolution: "ws@npm:8.7.0"
|
|
||||||
peerDependencies:
|
|
||||||
bufferutil: ^4.0.1
|
|
||||||
utf-8-validate: ^5.0.2
|
|
||||||
peerDependenciesMeta:
|
|
||||||
bufferutil:
|
|
||||||
optional: true
|
|
||||||
utf-8-validate:
|
|
||||||
optional: true
|
|
||||||
checksum: 078fa2dbc06b31a45e0057b19e2930d26c222622e355955afe019c9b9b25f62eb2a8eff7cceabdad04910ecd2bd6ef4fa48e6f3673f2fdddff02a6e4c2459584
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"ws@npm:8.8.0":
|
"ws@npm:8.8.0":
|
||||||
version: 8.8.0
|
version: 8.8.0
|
||||||
resolution: "ws@npm:8.8.0"
|
resolution: "ws@npm:8.8.0"
|
||||||
|
|
Loading…
Reference in a new issue