Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kk committed Nov 8, 2023
1 parent 59111ef commit bcffa3b
Show file tree
Hide file tree
Showing 3 changed files with 673 additions and 411 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@
"dependencies": {
"@zikeji/hypixel": "^3.1.1",
"axios": "^0.27.2",
"bufferutil": "^4.0.7",
"bufferutil": "^4.0.8",
"chalk": "^4.1.2",
"discord.js": "^14.6.0",
"dotenv": "^16.0.3",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"erlpack": "github:discord/erlpack",
"json5": "^2.2.3",
"minecraft-data": "^3.27.0",
"minecraft-protocol": "^1.40.3",
"mineflayer": "^4.8.0",
"minecraft-data": "^3.48.0",
"minecraft-protocol": "^1.44.0",
"mineflayer": "^4.14.0",
"pino": "^8.16.1",
"pino-pretty": "^10.2.3",
"skyhelper-networth": "^1.8.7",
"skyhelper-networth": "^1.16.6",
"socks": "^2.7.1",
"utf-8-validate": "^6.0.2",
"zlib-sync": "^0.1.8"
"utf-8-validate": "^6.0.3",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.33.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.4",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.5"
"typescript": "^5.2.2"
},
"prettier": {
"singleQuote": false,
Expand Down
Loading

0 comments on commit bcffa3b

Please sign in to comment.