diff --git a/package-lock.json b/package-lock.json index 9b0998805..a228e4b96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bfx-hf-ui", - "version": "3.31.0", + "version": "3.31.0-rc.5", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2350,8 +2350,8 @@ } }, "bfx-hf-server": { - "version": "git+https://github.com/bitfinexcom/bfx-hf-server.git#06ecd87aca02100a69cebb0ebfbc6b6ec25c1411", - "from": "git+https://github.com/bitfinexcom/bfx-hf-server.git#v7.9.5", + "version": "git+https://github.com/bitfinexcom/bfx-hf-server.git#16ecba90da6bde9bc6a1fa3310223909efdbf877", + "from": "git+https://github.com/bitfinexcom/bfx-hf-server.git#v7.9.6", "requires": { "aes-js": "^3.1.2", "bfx-api-node-core": "git+https://github.com/bitfinexcom/bfx-api-node-core.git#v1.6.1", diff --git a/package.json b/package.json index 5560751c6..93acd168a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bfx-hf-ui", - "version": "3.31.0", + "version": "3.31.0-rc.5", "description": "Official Bitfinex Honey UI - for live trading and executing algorithmic orders/strategies", "engines": { "node": ">=14" @@ -138,7 +138,7 @@ "bfx-hf-ext-plugin-bitfinex": "git+https://github.com/bitfinexcom/bfx-hf-ext-plugin-bitfinex.git#v1.0.13", "bfx-hf-models": "git+https://github.com/bitfinexcom/bfx-hf-models.git#v4.0.0", "bfx-hf-models-adapter-lowdb": "git+https://github.com/bitfinexcom/bfx-hf-models-adapter-lowdb.git#v1.0.5", - "bfx-hf-server": "git+https://github.com/bitfinexcom/bfx-hf-server.git#v7.9.5", + "bfx-hf-server": "git+https://github.com/bitfinexcom/bfx-hf-server.git#v7.9.6", "bfx-hf-util": "git+https://github.com/bitfinexcom/bfx-hf-util#v1.0.12", "concurrently": "^6.3.0", "cross-env": "^7.0.2",