vatesfr / xen-orchestra

The global orchestration solution to manage and backup XCP-ng and XenServer.
https://xen-orchestra.com
Other
741 stars 259 forks source link

fix(netbox): force xo-server to use at least http-request-plus@1.0.3 #7758

Closed pdonias closed 1 week ago

pdonias commented 1 week ago

See Zammad#24458

xo-server-netbox uses response.text which has been added in http-request-plus@1.0.3. Therefore, the dependency version in xo-server needs to be ^1.0.3 to ensure that response.text can be used.

Description

Short explanation of this PR (feel free to re-use commit message)

Checklist