Merge pull request #1685 from merklejerk/fix/order-watcher/websocket-1.0.25

Upgrade to websocket@^1.0.26 to fix broken tests
This commit is contained in:
Amir Bandeali
2019-03-11 11:08:28 -07:00
committed by GitHub
5 changed files with 21 additions and 12 deletions

View File

@@ -1,4 +1,13 @@
[
{
"version": "5.0.3",
"changes": [
{
"note": "Update websocket@^1.0.25 -> websocket@^1.0.26",
"pr": 1685
}
]
},
{
"timestamp": 1551479279,
"version": "5.0.2",

View File

@@ -54,7 +54,7 @@
"query-string": "^6.0.0",
"sinon": "^4.0.0",
"uuid": "^3.3.2",
"websocket": "^1.0.25"
"websocket": "^1.0.26"
},
"devDependencies": {
"@0x/tslint-config": "^3.0.0",

View File

@@ -1,4 +1,13 @@
[
{
"version": "4.0.4",
"changes": [
{
"note": "Update websocket from ^1.0.25 to ^1.0.26",
"pr": 1685
}
]
},
{
"timestamp": 1551479279,
"version": "4.0.3",

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/order-watcher",
"version": "4.0.3",
"version": "4.0.4",
"description": "An order watcher daemon that watches for order validity",
"keywords": [
"0x",
@@ -81,7 +81,7 @@
"ethereumjs-blockstream": "6.0.0",
"ethers": "~4.0.4",
"lodash": "^4.17.11",
"websocket": "^1.0.25"
"websocket": "^1.0.26"
},
"publishConfig": {
"access": "public"

View File

@@ -17619,15 +17619,6 @@ websocket@1.0.26:
typedarray-to-buffer "^3.1.2"
yaeti "^0.0.6"
websocket@^1.0.25:
version "1.0.25"
resolved "https://registry.yarnpkg.com/websocket/-/websocket-1.0.25.tgz#998ec790f0a3eacb8b08b50a4350026692a11958"
dependencies:
debug "^2.2.0"
nan "^2.3.3"
typedarray-to-buffer "^3.1.2"
yaeti "^0.0.6"
"websocket@git://github.com/frozeman/WebSocket-Node.git#browserifyCompatible":
version "1.0.26"
resolved "git://github.com/frozeman/WebSocket-Node.git#6c72925e3f8aaaea8dc8450f97627e85263999f2"