@arcblock/ws 1.17.7 → 1.17.10

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ws",
3
- "version": "1.17.7",
3
+ "version": "1.17.10",
4
4
  "description": "OCAP Chain websocket server and client",
5
5
  "keywords": [
6
6
  "websocket"
@@ -34,16 +34,16 @@
34
34
  "url": "https://github.com/ArcBlock/asset-chain/issues"
35
35
  },
36
36
  "dependencies": {
37
- "@arcblock/event-hub": "1.17.7",
38
- "debug": "^4.3.3",
39
- "eventemitter3": "^4.0.4",
37
+ "@arcblock/event-hub": "1.17.10",
38
+ "debug": "^4.3.4",
39
+ "eventemitter3": "^4.0.7",
40
40
  "lodash": "^4.17.21",
41
- "nanoid": "3.x",
41
+ "nanoid": "~3.3.4",
42
42
  "phoenix": "1.5.12",
43
- "ws": "^8.2.2"
43
+ "ws": "^8.8.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "get-port": "^5.1.1"
47
47
  },
48
- "gitHead": "02d9fa7c14c70f0a5fc1dcc5dc5506e43cb71ba5"
48
+ "gitHead": "062c4f18a4e6d370cb1659980c602e8494969dc3"
49
49
  }