mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
fix(deps): update dependency ws to v8.16.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
dcaeb98fa1
commit
d089634369
4 changed files with 21 additions and 6 deletions
|
@ -75,7 +75,7 @@
|
|||
"rxjs": "7.8.1",
|
||||
"sqlite3": "5.1.7",
|
||||
"typeorm": "0.3.20",
|
||||
"ws": "8.14.2",
|
||||
"ws": "8.16.0",
|
||||
"yjs": "13.6.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"joi": "17.11.1",
|
||||
"js-yaml": "4.1.0",
|
||||
"reveal.js": "4.6.1",
|
||||
"ws": "8.14.2",
|
||||
"ws": "8.16.0",
|
||||
"yjs": "13.6.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
"vega-embed": "6.23.0",
|
||||
"vega-lite": "5.16.3",
|
||||
"words-count": "2.0.2",
|
||||
"ws": "8.14.2",
|
||||
"ws": "8.16.0",
|
||||
"yjs": "13.6.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
21
yarn.lock
21
yarn.lock
|
@ -2454,7 +2454,7 @@ __metadata:
|
|||
tsconfig-paths: "npm:4.2.0"
|
||||
typeorm: "npm:0.3.20"
|
||||
typescript: "npm:5.3.3"
|
||||
ws: "npm:8.14.2"
|
||||
ws: "npm:8.16.0"
|
||||
yjs: "npm:13.6.12"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
@ -2482,7 +2482,7 @@ __metadata:
|
|||
reveal.js: "npm:4.6.1"
|
||||
ts-jest: "npm:29.1.2"
|
||||
typescript: "npm:5.3.3"
|
||||
ws: "npm:8.14.2"
|
||||
ws: "npm:8.16.0"
|
||||
yjs: "npm:13.6.12"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
@ -2638,7 +2638,7 @@ __metadata:
|
|||
vega-embed: "npm:6.23.0"
|
||||
vega-lite: "npm:5.16.3"
|
||||
words-count: "npm:2.0.2"
|
||||
ws: "npm:8.14.2"
|
||||
ws: "npm:8.16.0"
|
||||
yjs: "npm:13.6.12"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
@ -19444,6 +19444,21 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ws@npm:8.16.0":
|
||||
version: 8.16.0
|
||||
resolution: "ws@npm:8.16.0"
|
||||
peerDependencies:
|
||||
bufferutil: ^4.0.1
|
||||
utf-8-validate: ">=5.0.2"
|
||||
peerDependenciesMeta:
|
||||
bufferutil:
|
||||
optional: true
|
||||
utf-8-validate:
|
||||
optional: true
|
||||
checksum: a7783bb421c648b1e622b423409cb2a58ac5839521d2f689e84bc9dc41d59379c692dd405b15a997ea1d4c0c2e5314ad707332d0c558f15232d2bc07c0b4618a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ws@npm:^7.3.1":
|
||||
version: 7.5.9
|
||||
resolution: "ws@npm:7.5.9"
|
||||
|
|
Loading…
Reference in a new issue