@arcblock/ws 1.14.10 → 1.14.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ws",
3
- "version": "1.14.10",
3
+ "version": "1.14.14",
4
4
  "description": "OCAP Chain websocket server and client",
5
5
  "keywords": [
6
6
  "websocket"
@@ -34,8 +34,8 @@
34
34
  "url": "https://github.com/ArcBlock/asset-chain/issues"
35
35
  },
36
36
  "dependencies": {
37
- "@arcblock/event-hub": "1.14.10",
38
- "debug": "^4.3.2",
37
+ "@arcblock/event-hub": "1.14.14",
38
+ "debug": "^4.3.3",
39
39
  "eventemitter3": "^4.0.4",
40
40
  "phoenix": "1.5.12",
41
41
  "uuid": "^8.3.0",
@@ -44,5 +44,5 @@
44
44
  "devDependencies": {
45
45
  "get-port": "^5.1.1"
46
46
  },
47
- "gitHead": "3475efca85274bbd44bf4edd775189f9cabe2188"
47
+ "gitHead": "fae9eaf3cf9d5135f31b6424dcc588a17bc06b97"
48
48
  }