mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency socket.io to v4.7.1
This commit is contained in:
parent
918a819ef9
commit
49643b5b98
2 changed files with 16 additions and 15 deletions
|
@ -215,7 +215,7 @@
|
||||||
"rss": "1.2.2",
|
"rss": "1.2.2",
|
||||||
"sanitize-html": "2.11.0",
|
"sanitize-html": "2.11.0",
|
||||||
"semver": "7.5.4",
|
"semver": "7.5.4",
|
||||||
"socket.io": "4.6.2",
|
"socket.io": "4.7.1",
|
||||||
"stoppable": "1.1.0",
|
"stoppable": "1.1.0",
|
||||||
"uuid": "9.0.0",
|
"uuid": "9.0.0",
|
||||||
"ws": "8.13.0",
|
"ws": "8.13.0",
|
||||||
|
|
29
yarn.lock
29
yarn.lock
|
@ -16006,15 +16006,15 @@ engine.io-parser@~4.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
base64-arraybuffer "0.1.4"
|
base64-arraybuffer "0.1.4"
|
||||||
|
|
||||||
engine.io-parser@~5.0.3:
|
engine.io-parser@~5.1.0:
|
||||||
version "5.0.4"
|
version "5.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-5.0.4.tgz#0b13f704fa9271b3ec4f33112410d8f3f41d0fc0"
|
resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-5.1.0.tgz#d593d6372d7f79212df48f807b8cace1ea1cb1b8"
|
||||||
integrity sha512-+nVFp+5z1E3HcToEnO7ZIj3g+3k9389DvWtvJZz0T6/eOCPIyyxehFcedoYrZQrp0LgQbD9pPXhpMBKMd5QURg==
|
integrity sha512-enySgNiK5tyZFynt3z7iqBR+Bto9EVVVvDFuTT0ioHCGbzirZVGDGiQjZzEp8hWl6hd5FSVytJGuScX1C1C35w==
|
||||||
|
|
||||||
engine.io@~6.4.2:
|
engine.io@~6.5.0:
|
||||||
version "6.4.2"
|
version "6.5.1"
|
||||||
resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-6.4.2.tgz#ffeaf68f69b1364b0286badddf15ff633476473f"
|
resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-6.5.1.tgz#59725f8593ccc891abb47f1efcdc52a089525a56"
|
||||||
integrity sha512-FKn/3oMiJjrOEOeUub2WCox6JhxBXq/Zn3fZOMCBxKnNYtsdKjxhl7yR3fZhM9PV+rdE75SU5SYMc+2PGzo+Tg==
|
integrity sha512-mGqhI+D7YxS9KJMppR6Iuo37Ed3abhU8NdfgSvJSDUafQutrN+sPTncJYTyM9+tkhSmWodKtVYGPPHyXJEwEQA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/cookie" "^0.4.1"
|
"@types/cookie" "^0.4.1"
|
||||||
"@types/cors" "^2.8.12"
|
"@types/cors" "^2.8.12"
|
||||||
|
@ -16024,7 +16024,7 @@ engine.io@~6.4.2:
|
||||||
cookie "~0.4.1"
|
cookie "~0.4.1"
|
||||||
cors "~2.8.5"
|
cors "~2.8.5"
|
||||||
debug "~4.3.1"
|
debug "~4.3.1"
|
||||||
engine.io-parser "~5.0.3"
|
engine.io-parser "~5.1.0"
|
||||||
ws "~8.11.0"
|
ws "~8.11.0"
|
||||||
|
|
||||||
enhanced-resolve@^4.0.0, enhanced-resolve@^4.5.0:
|
enhanced-resolve@^4.0.0, enhanced-resolve@^4.5.0:
|
||||||
|
@ -30051,15 +30051,16 @@ socket.io-parser@~4.2.4:
|
||||||
"@socket.io/component-emitter" "~3.1.0"
|
"@socket.io/component-emitter" "~3.1.0"
|
||||||
debug "~4.3.1"
|
debug "~4.3.1"
|
||||||
|
|
||||||
socket.io@4.6.2, socket.io@^4.1.2:
|
socket.io@4.7.1, socket.io@^4.1.2:
|
||||||
version "4.6.2"
|
version "4.7.1"
|
||||||
resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.6.2.tgz#d597db077d4df9cbbdfaa7a9ed8ccc3d49439786"
|
resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.7.1.tgz#9009f31bf7be25478895145e92fbc972ad1db900"
|
||||||
integrity sha512-Vp+lSks5k0dewYTfwgPT9UeGGd+ht7sCpB7p0e83VgO4X/AHYWhXITMrNk/pg8syY2bpx23ptClCQuHhqi2BgQ==
|
integrity sha512-W+utHys2w//dhFjy7iQQu9sGd3eokCjGbl2r59tyLqNiJJBdIebn3GAKEXBr3osqHTObJi2die/25bCx2zsaaw==
|
||||||
dependencies:
|
dependencies:
|
||||||
accepts "~1.3.4"
|
accepts "~1.3.4"
|
||||||
base64id "~2.0.0"
|
base64id "~2.0.0"
|
||||||
|
cors "~2.8.5"
|
||||||
debug "~4.3.2"
|
debug "~4.3.2"
|
||||||
engine.io "~6.4.2"
|
engine.io "~6.5.0"
|
||||||
socket.io-adapter "~2.5.2"
|
socket.io-adapter "~2.5.2"
|
||||||
socket.io-parser "~4.2.4"
|
socket.io-parser "~4.2.4"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue