|
22 | 22 | "author": "Michał Miszczyszyn <michal@mmiszy.pl> (https://typeofweb.com/)", |
23 | 23 | "license": "ISC", |
24 | 24 | "dependencies": { |
25 | | - "bufferutil": "4.0.1", |
| 25 | + "bufferutil": "4.0.3", |
26 | 26 | "discord.js": "11.6.4", |
27 | 27 | "discord.rss": "5.0.6", |
28 | 28 | "dotenv": "8.2.0", |
29 | 29 | "erlpack": "github:discordapp/erlpack", |
30 | 30 | "isolated-vm": "3.3.7", |
31 | 31 | "node-cache": "5.1.2", |
32 | | - "node-fetch": "2.6.0", |
| 32 | + "node-fetch": "2.6.1", |
33 | 33 | "polish-plurals": "1.1.0", |
34 | 34 | "request": "2.88.2", |
35 | 35 | "request-promise": "4.2.5", |
36 | | - "secure-json-parse": "2.1.0", |
37 | | - "typescript": "3.8.3", |
38 | | - "zlib-sync": "0.1.6" |
| 36 | + "secure-json-parse": "2.4.0", |
| 37 | + "typescript": "4.2.4", |
| 38 | + "zlib-sync": "0.1.7" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | | - "@types/chai": "4.2.11", |
42 | | - "@types/chai-as-promised": "7.1.2", |
| 41 | + "@types/chai": "4.2.16", |
| 42 | + "@types/chai-as-promised": "7.1.3", |
43 | 43 | "@types/dotenv": "8.2.0", |
44 | | - "@types/mocha": "7.0.2", |
| 44 | + "@types/mocha": "8.2.2", |
45 | 45 | "@types/nock": "11.1.0", |
46 | | - "@types/node": "13.13.4", |
47 | | - "@types/node-fetch": "2.5.7", |
| 46 | + "@types/node": "12.20.10", |
| 47 | + "@types/node-fetch": "2.5.10", |
48 | 48 | "@types/secure-json-parse": "1.0.2", |
49 | | - "@types/sinon": "9.0.0", |
50 | | - "@types/sinon-chai": "3.2.4", |
51 | | - "chai": "4.2.0", |
| 49 | + "@types/sinon": "10.0.0", |
| 50 | + "@types/sinon-chai": "3.2.5", |
| 51 | + "chai": "4.3.4", |
52 | 52 | "chai-as-promised": "7.1.1", |
53 | 53 | "husky": "4.2.5", |
54 | | - "mocha": "7.1.2", |
55 | | - "nock": "12.0.3", |
56 | | - "nyc": "15.0.1", |
57 | | - "prettier": "2.0.5", |
58 | | - "pretty-quick": "2.0.1", |
59 | | - "sinon": "9.0.2", |
60 | | - "sinon-chai": "3.5.0", |
| 54 | + "mocha": "8.3.2", |
| 55 | + "nock": "13.0.11", |
| 56 | + "nyc": "15.1.0", |
| 57 | + "prettier": "2.2.1", |
| 58 | + "pretty-quick": "3.1.0", |
| 59 | + "sinon": "10.0.0", |
| 60 | + "sinon-chai": "3.6.0", |
61 | 61 | "source-map-support": "0.5.19", |
62 | | - "ts-node": "8.9.1", |
63 | | - "tsc-watch": "4.2.3", |
| 62 | + "ts-node": "9.1.1", |
| 63 | + "tsc-watch": "4.2.9", |
64 | 64 | "tslint": "6.1.1", |
65 | 65 | "tslint-config-prettier": "1.18.0", |
66 | 66 | "tslint-immutable": "6.0.1" |
|
0 commit comments