fix(xo-server): split-log → split-host
Introduced by ed7ff1fad
Fixes https://xcp-ng.org/forum/post/54503
This commit is contained in:
parent
a40d6b32e3
commit
ccafc15b66
@ -27,4 +27,6 @@
|
||||
|
||||
<!--packages-start-->
|
||||
|
||||
- xo-server patch
|
||||
|
||||
<!--packages-end-->
|
||||
|
@ -117,7 +117,7 @@
|
||||
"serve-static": "^1.13.1",
|
||||
"set-cookie-parser": "^2.3.5",
|
||||
"source-map-support": "^0.5.16",
|
||||
"split-log": "^1.0.12",
|
||||
"split-host": "^2.0.0",
|
||||
"split2": "^4.1.0",
|
||||
"stoppable": "^1.0.5",
|
||||
"subleveldown": "^6.0.1",
|
||||
|
16
yarn.lock
16
yarn.lock
@ -18013,13 +18013,10 @@ speedometer@~1.0.0:
|
||||
resolved "https://registry.yarnpkg.com/speedometer/-/speedometer-1.0.0.tgz#cd671cb06752c22bca3370e2f334440be4fc62e2"
|
||||
integrity sha512-lgxErLl/7A5+vgIIXsh9MbeukOaCb2axgQ+bKCdIE+ibNT4XNYGNCR1qFEGq6F+YDASXK3Fh/c5FgtZchFolxw==
|
||||
|
||||
split-log@^1.0.12:
|
||||
version "1.0.12"
|
||||
resolved "https://registry.yarnpkg.com/split-log/-/split-log-1.0.12.tgz#f53216d86039fccc0b69241dc1929b51539be6f2"
|
||||
integrity sha512-goseewD3PJ2ilS8Wg6Fse/I+c3bZ1tRvlU2iXYi6PYg/6mDbd41FlqNSr0E1pD9Enem3wRm/XanJrTzmiMnMuQ==
|
||||
dependencies:
|
||||
lodash "^4.17.4"
|
||||
strftime "^0.10.0"
|
||||
split-host@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/split-host/-/split-host-2.0.0.tgz#2bd1050e2eea7827b9728c028936139deb8e28ac"
|
||||
integrity sha512-07tMCi9ZUh1L6BuVgBpA3cv2TOzLrd3/klY/mwHaa0ZH1Lmv+AlI3GQQC+/vI7voIWOw/7Lo8TTMyY9DP/hQCA==
|
||||
|
||||
split-string@^3.0.1, split-string@^3.0.2:
|
||||
version "3.1.0"
|
||||
@ -18207,11 +18204,6 @@ stream-splicer@^2.0.0:
|
||||
inherits "^2.0.1"
|
||||
readable-stream "^2.0.2"
|
||||
|
||||
strftime@^0.10.0:
|
||||
version "0.10.1"
|
||||
resolved "https://registry.yarnpkg.com/strftime/-/strftime-0.10.1.tgz#108af1176a7d5252cfbddbdb2af044dfae538389"
|
||||
integrity sha512-nVvH6JG8KlXFPC0f8lojLgEsPA18lRpLZ+RrJh/NkQV2tqOgZfbas8gcU8SFgnnqR3rWzZPYu6N2A3xzs/8rQg==
|
||||
|
||||
strict-event-emitter-types@~2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/strict-event-emitter-types/-/strict-event-emitter-types-2.0.0.tgz#05e15549cb4da1694478a53543e4e2f4abcf277f"
|
||||
|
Loading…
Reference in New Issue
Block a user