mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency ws to v8.15.0
This commit is contained in:
parent
996ca6ac87
commit
2caf1ec93a
2 changed files with 5 additions and 5 deletions
|
@ -219,7 +219,7 @@
|
||||||
"socket.io": "4.7.2",
|
"socket.io": "4.7.2",
|
||||||
"stoppable": "1.1.0",
|
"stoppable": "1.1.0",
|
||||||
"uuid": "9.0.1",
|
"uuid": "9.0.1",
|
||||||
"ws": "8.14.2",
|
"ws": "8.15.0",
|
||||||
"xml": "1.0.1",
|
"xml": "1.0.1",
|
||||||
"y-protocols": "1.0.6",
|
"y-protocols": "1.0.6",
|
||||||
"yjs": "13.6.10"
|
"yjs": "13.6.10"
|
||||||
|
|
|
@ -31756,10 +31756,10 @@ write-file-atomic@^5.0.1:
|
||||||
imurmurhash "^0.1.4"
|
imurmurhash "^0.1.4"
|
||||||
signal-exit "^4.0.1"
|
signal-exit "^4.0.1"
|
||||||
|
|
||||||
ws@8.14.2, ws@^8.13.0, ws@^8.14.2, ws@^8.2.3:
|
ws@8.15.0, ws@^8.13.0, ws@^8.14.2, ws@^8.2.3:
|
||||||
version "8.14.2"
|
version "8.15.0"
|
||||||
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.2.tgz#6c249a806eb2db7a20d26d51e7709eab7b2e6c7f"
|
resolved "https://registry.yarnpkg.com/ws/-/ws-8.15.0.tgz#db080a279260c5f532fc668d461b8346efdfcf86"
|
||||||
integrity sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==
|
integrity sha512-H/Z3H55mrcrgjFwI+5jKavgXvwQLtfPCUEp6pi35VhoB0pfcHnSoyuTzkBEZpzq49g1193CUEwIvmsjcotenYw==
|
||||||
|
|
||||||
ws@^6.1.0:
|
ws@^6.1.0:
|
||||||
version "6.2.2"
|
version "6.2.2"
|
||||||
|
|
Loading…
Reference in a new issue