Skip to content

Commit 9b1cc13

Browse files
committed
Merge branch 'master' into IPC
2 parents d575d55 + 96a1705 commit 9b1cc13

File tree

4 files changed

+137
-77
lines changed

4 files changed

+137
-77
lines changed

.example/options.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
"enable": false
4949
},
5050
"reputationCheck": {
51-
"checkMptfBanned": false,
52-
"reptfAsPrimarySource": false
51+
"checkMptfBanned": false
5352
},
5453
"pricecheckAfterTrade": {
5554
"enable": true

package-lock.json

Lines changed: 113 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tf2autobot",
3-
"version": "5.9.0",
3+
"version": "5.9.1",
44
"description": "Fully automated TF2 trading bot advertising on www.backpack.tf using prices from www.prices.tf, Originally made by Nicklason.",
55
"main": "dist/app.js",
66
"scripts": {
@@ -33,18 +33,18 @@
3333
"@tf2autobot/steamcommunity": "^3.47.2",
3434
"@tf2autobot/tf2": "^1.3.5",
3535
"@tf2autobot/tf2-currencies": "^2.0.1",
36-
"@tf2autobot/tf2-schema": "^4.2.15",
36+
"@tf2autobot/tf2-schema": "^4.3.0",
3737
"@tf2autobot/tf2-sku": "^2.0.4",
3838
"@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",
4141
"bluebird": "^3.7.2",
4242
"bluebird-global": "^1.0.1",
4343
"body-parser": "^1.20.2",
4444
"callback-queue": "^3.0.0",
4545
"change-case": "^4.1.2",
4646
"cheerio": "^1.0.0-rc.12",
47-
"dayjs": "^1.11.7",
47+
"dayjs": "^1.11.10",
4848
"death": "^1.1.0",
4949
"discord.js": "^14.12.1",
5050
"dot-prop": "^6.0.1",
@@ -53,7 +53,7 @@
5353
"isobject": "^4.0.0",
5454
"js-levenshtein": "^1.1.6",
5555
"jsonschema": "^1.4.1",
56-
"jsonwebtoken": "^9.0.1",
56+
"jsonwebtoken": "^9.0.2",
5757
"module-alias": "^2.2.2",
5858
"node-forge": "^1.3.1",
5959
"node-ipc": "^9.1.4",
@@ -64,14 +64,14 @@
6464
"reconnecting-websocket": "^4.4.0",
6565
"retry": "^0.13.1",
6666
"semver": "^7.5.4",
67-
"socket.io-client": "^4.7.1",
67+
"socket.io-client": "^4.7.2",
6868
"steam-session": "^1.7.1",
6969
"steam-totp": "^2.1.2",
70-
"steam-user": "^5.0.2",
70+
"steam-user": "^5.0.4",
7171
"steamid": "^2.0.0",
72-
"url": "^0.11.1",
72+
"url": "^0.11.3",
7373
"valid-url": "^1.0.9",
74-
"winston": "^3.10.0",
74+
"winston": "^3.11.0",
7575
"winston-daily-rotate-file": "^4.7.1",
7676
"write-file-atomic": "^5.0.0",
7777
"ws": "^7.5.9"

0 commit comments

Comments
 (0)