|
1 | 1 | { |
2 | 2 | "name": "libfb", |
3 | | - "version": "2.1.0", |
| 3 | + "version": "2.1.1", |
4 | 4 | "description": "Facebook MQTT library for Node.js", |
5 | 5 | "repository": "https://github.com/ChatPlug/libfb-js", |
6 | 6 | "main": "dist/index.js", |
|
17 | 17 | "Bjornskjald <github@bjorn.ml>" |
18 | 18 | ], |
19 | 19 | "dependencies": { |
20 | | - "@types/long": "^4.0.0", |
21 | 20 | "buffer-hexdump": "^1.0.0", |
22 | 21 | "debug": "^4.1.1", |
23 | 22 | "length-stream": "^0.1.1", |
24 | 23 | "long": "^4.0.0", |
25 | 24 | "mime-types": "^2.1.24", |
26 | | - "node-fetch": "^2.5.0", |
| 25 | + "node-fetch": "^2.6.0", |
27 | 26 | "strict-event-emitter-types": "^2.0.0", |
28 | 27 | "thrift": "^0.12.0", |
29 | 28 | "tslib": "^1.9.3" |
30 | 29 | }, |
31 | 30 | "devDependencies": { |
32 | | - "@types/long": "^4.0.0", |
33 | 31 | "@types/chai": "^4.1.7", |
34 | 32 | "@types/debug": "^4.1.4", |
35 | | - "@types/mocha": "^5.2.6", |
36 | | - "@types/node": "^12.0.0", |
37 | | - "@types/node-fetch": "^2.3.3", |
| 33 | + "@types/long": "^4.0.0", |
| 34 | + "@types/mocha": "^5.2.7", |
| 35 | + "@types/node": "^12.0.4", |
| 36 | + "@types/node-fetch": "^2.3.4", |
38 | 37 | "@types/node-int64": "^0.4.29", |
39 | 38 | "@types/thrift": "^0.10.8", |
40 | 39 | "chai": "^4.2.0", |
41 | 40 | "console-stamp": "^0.2.7", |
42 | 41 | "mocha": "^6.1.4", |
43 | 42 | "shx": "^0.3.2", |
44 | | - "ts-node": "^8.1.0", |
45 | | - "tslint": "^5.16.0", |
| 43 | + "ts-node": "^8.2.0", |
| 44 | + "tslint": "^5.17.0", |
46 | 45 | "tslint-config-standard": "^8.0.1", |
47 | 46 | "typedoc": "^0.14.2", |
48 | 47 | "typedoc-plugin-as-member-of": "^1.0.2", |
49 | 48 | "typedoc-plugin-sourcefile-url": "^1.0.4", |
50 | | - "typescript": "^3.4.5" |
| 49 | + "typescript": "^3.5.1" |
51 | 50 | }, |
52 | 51 | "license": "MIT" |
53 | 52 | } |
0 commit comments