@arcblock/ws 1.18.131 → 1.18.133

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ws",
3
- "version": "1.18.131",
3
+ "version": "1.18.133",
4
4
  "description": "OCAP Chain websocket server and client",
5
5
  "keywords": [
6
6
  "websocket"
@@ -34,15 +34,15 @@
34
34
  "url": "https://github.com/ArcBlock/blockchain/issues"
35
35
  },
36
36
  "dependencies": {
37
- "@arcblock/event-hub": "1.18.131",
38
- "debug": "^4.3.4",
37
+ "@arcblock/event-hub": "1.18.133",
38
+ "debug": "^4.3.6",
39
39
  "eventemitter3": "^4.0.7",
40
40
  "lodash": "^4.17.21",
41
41
  "phoenix": "1.7.2",
42
- "ws": "^8.9.0"
42
+ "ws": "^8.18.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "get-port": "^5.1.1"
46
46
  },
47
- "gitHead": "1e07d8baecba883a20db0a1ab44aeba211e97b30"
47
+ "gitHead": "cd4b69aef69b4e30265c3897a22fb63c902c5d4e"
48
48
  }