|
1 | 1 | { |
2 | 2 | "name": "tf2autobot", |
3 | | - "version": "5.9.0", |
| 3 | + "version": "5.9.1", |
4 | 4 | "description": "Fully automated TF2 trading bot advertising on www.backpack.tf using prices from www.prices.tf, Originally made by Nicklason.", |
5 | 5 | "main": "dist/app.js", |
6 | 6 | "scripts": { |
|
33 | 33 | "@tf2autobot/steamcommunity": "^3.47.2", |
34 | 34 | "@tf2autobot/tf2": "^1.3.5", |
35 | 35 | "@tf2autobot/tf2-currencies": "^2.0.1", |
36 | | - "@tf2autobot/tf2-schema": "^4.2.15", |
| 36 | + "@tf2autobot/tf2-schema": "^4.3.0", |
37 | 37 | "@tf2autobot/tf2-sku": "^2.0.4", |
38 | 38 | "@tf2autobot/tradeoffer-manager": "^2.15.2", |
39 | | - "async": "^3.2.4", |
40 | | - "axios": "^1.4.0", |
| 39 | + "async": "^3.2.5", |
| 40 | + "axios": "^1.6.1", |
41 | 41 | "bluebird": "^3.7.2", |
42 | 42 | "bluebird-global": "^1.0.1", |
43 | 43 | "body-parser": "^1.20.2", |
44 | 44 | "callback-queue": "^3.0.0", |
45 | 45 | "change-case": "^4.1.2", |
46 | 46 | "cheerio": "^1.0.0-rc.12", |
47 | | - "dayjs": "^1.11.7", |
| 47 | + "dayjs": "^1.11.10", |
48 | 48 | "death": "^1.1.0", |
49 | 49 | "discord.js": "^14.12.1", |
50 | 50 | "dot-prop": "^6.0.1", |
|
53 | 53 | "isobject": "^4.0.0", |
54 | 54 | "js-levenshtein": "^1.1.6", |
55 | 55 | "jsonschema": "^1.4.1", |
56 | | - "jsonwebtoken": "^9.0.1", |
| 56 | + "jsonwebtoken": "^9.0.2", |
57 | 57 | "module-alias": "^2.2.2", |
58 | 58 | "node-forge": "^1.3.1", |
59 | 59 | "node-ipc": "^9.1.4", |
|
64 | 64 | "reconnecting-websocket": "^4.4.0", |
65 | 65 | "retry": "^0.13.1", |
66 | 66 | "semver": "^7.5.4", |
67 | | - "socket.io-client": "^4.7.1", |
| 67 | + "socket.io-client": "^4.7.2", |
68 | 68 | "steam-session": "^1.7.1", |
69 | 69 | "steam-totp": "^2.1.2", |
70 | | - "steam-user": "^5.0.2", |
| 70 | + "steam-user": "^5.0.4", |
71 | 71 | "steamid": "^2.0.0", |
72 | | - "url": "^0.11.1", |
| 72 | + "url": "^0.11.3", |
73 | 73 | "valid-url": "^1.0.9", |
74 | | - "winston": "^3.10.0", |
| 74 | + "winston": "^3.11.0", |
75 | 75 | "winston-daily-rotate-file": "^4.7.1", |
76 | 76 | "write-file-atomic": "^5.0.0", |
77 | 77 | "ws": "^7.5.9" |
|
0 commit comments