Skip to content

Commit 9da888e

Browse files
authored
chore(deps): update dependencies (#771)
1 parent cfe98db commit 9da888e

File tree

22 files changed

+2287
-1368
lines changed

22 files changed

+2287
-1368
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.6.0
1+
24.7.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ A Hypixel and Minecraft focused Discord Bot
99

1010
## 💻 Developing
1111
### ⚒️ Requirements
12-
- [`Node.js`]: For running code (`v22.6.0`)
13-
- [`Rust`]: For skin rendering (`v1.72.0`)
12+
- [`Node.js`]: For running code (`24.7.0`)
13+
- [`Rust`]: For skin rendering (`v1.89.0`)
1414
- [`Wasm Pack`]: For skin rendering on the web (`v0.12.1`)
1515
- [`pnpm`]: Installing packages and running scripts (`npm install -g pnpm`)
1616
- [`MongoDB`]: For Persistent data ([`Atlas`])

apps/api/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"lint": "eslint"
1212
},
1313
"dependencies": {
14-
"@fastify/static": "^7.0.4",
15-
"@fastify/view": "^9.1.0",
14+
"@fastify/static": "^8.2.0",
15+
"@fastify/view": "^11.1.1",
1616
"@m8a/nestjs-typegoose": "^12.0.0",
17-
"@nestjs/axios": "^3.0.3",
18-
"@nestjs/common": "^10.4.1",
19-
"@nestjs/core": "^10.4.1",
20-
"@nestjs/platform-fastify": "^10.4.1",
21-
"@nestjs/swagger": "^7.4.0",
17+
"@nestjs/axios": "^4.0.1",
18+
"@nestjs/common": "^11.1.6",
19+
"@nestjs/core": "^11.1.6",
20+
"@nestjs/platform-fastify": "^11.1.6",
21+
"@nestjs/swagger": "^11.2.0",
2222
"@sentry/node": "^7.118.0",
2323
"@statsify/api-client": "workspace:^",
2424
"@statsify/assets": "workspace:^",
@@ -31,9 +31,9 @@
3131
"@typegoose/typegoose": "^12.6.0",
3232
"class-transformer": "0.5.1",
3333
"class-validator": "^0.14.1",
34-
"fastify": "^4.28.1",
34+
"fastify": "^5.5.0",
3535
"handlebars": "^4.7.8",
36-
"ioredis": "5.4.1",
36+
"ioredis": "5.7.0",
3737
"luxon": "^3.5.0",
3838
"mongoose": "^8.5.2",
3939
"reflect-metadata": "^0.2.2",
@@ -42,7 +42,7 @@
4242
"toad-scheduler": "^3.0.1"
4343
},
4444
"devDependencies": {
45-
"@nestjs/testing": "^10.4.1",
45+
"@nestjs/testing": "^11.1.6",
4646
"@types/luxon": "^3.4.2"
4747
},
4848
"imports": {

apps/discord-bot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@statsify/util": "workspace:^",
2323
"@swc/helpers": "^0.5.12",
2424
"@typegoose/typegoose": "^12.6.0",
25-
"axios": "1.7.3",
26-
"discord-api-types": "^0.37.98",
25+
"axios": "1.11.0",
26+
"discord-api-types": "^0.38.22",
2727
"fuse.js": "^7.0.0",
2828
"luxon": "^3.5.0",
2929
"mongoose": "^8.5.2",

apps/scripts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
"@statsify/rendering": "workspace:^",
2121
"@statsify/schemas": "workspace:^",
2222
"@statsify/util": "workspace:^",
23-
"@swc/core": "^1.7.22",
23+
"@swc/core": "^1.13.5",
2424
"@swc/helpers": "^0.5.12",
25-
"chalk": "^5.3.0",
25+
"chalk": "^5.6.0",
2626
"discord-bot": "workspace:^",
2727
"inquirer": "^10.1.8",
28-
"ioredis": "^5.4.1",
28+
"ioredis": "^5.7.0",
2929
"skia-canvas": "https://github.com/samizdatco/skia-canvas/releases/download/v0.9.30/skia-canvas-v0.9.30-linux-x64-glibc.tar.gz",
3030
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#f6d020085ea88e33ebaf6ce323930deffe74fb0d",
3131
"toad-scheduler": "^3.0.1",
32-
"zod": "^3.23.8"
32+
"zod": "^4.1.5"
3333
},
3434
"devDependencies": {
3535
"@types/inquirer": "^9.0.7",
36-
"globals": "^15.9.0"
36+
"globals": "^16.3.0"
3737
}
3838
}

apps/site/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
"@vercel/speed-insights": "^1.2.0",
1818
"date-fns": "^4.1.0",
1919
"motion": "^12.23.12",
20-
"next": "^15.5.1",
20+
"next": "^15.5.2",
2121
"react": "^19.1.1",
2222
"react-dom": "^19.1.1",
2323
"tailwind-merge": "^3.2.0",
24-
"zod": "^4.1.3"
24+
"zod": "^4.1.5"
2525
},
2626
"devDependencies": {
2727
"@eslint/eslintrc": "^3.2.0",
2828
"@statsify/api-client": "workspace:^",
2929
"@tailwindcss/postcss": "4.1.12",
3030
"@types/node": "^24.3.0",
31-
"@types/react": "^19.1.11",
32-
"@types/react-dom": "^19.1.8",
31+
"@types/react": "^19.1.12",
32+
"@types/react-dom": "^19.1.9",
3333
"eslint": "^9.19.0",
3434
"eslint-config-next": "15.5.2",
3535
"mongoose": "^8.18.0",

apps/support-bot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@statsify/util": "workspace:^",
2222
"@swc/helpers": "^0.5.12",
2323
"@typegoose/typegoose": "^12.6.0",
24-
"axios": "1.7.3",
25-
"discord-api-types": "^0.37.98",
24+
"axios": "1.11.0",
25+
"discord-api-types": "^0.38.22",
2626
"luxon": "^3.5.0",
2727
"mongoose": "^8.5.2",
2828
"reflect-metadata": "^0.2.2",

package.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"@commitlint/config-conventional": "^19.6.0",
3232
"@eslint/js": "^9.19.0",
3333
"@j4cobi/eslint-plugin-sort-imports": "^1.0.2",
34-
"@napi-rs/cli": "^2.18.4",
34+
"@napi-rs/cli": "^3.1.5",
3535
"@rollup/pluginutils": "^5.1.0",
3636
"@stylistic/eslint-plugin": "^5.2.3",
37-
"@swc/cli": "^0.6.0",
38-
"@swc/core": "1.10.12",
37+
"@swc/cli": "^0.7.8",
38+
"@swc/core": "1.13.5",
3939
"@types/eslint__js": "^9.14.0",
4040
"@types/node": "^24.3.0",
4141
"@vitest/coverage-v8": "^3.0.4",
@@ -46,7 +46,7 @@
4646
"eslint-plugin-license-header": "^0.8.0",
4747
"eslint-plugin-unicorn": "^60.0.0",
4848
"eslint-plugin-unused-imports": "^4.1.4",
49-
"pm2": "^5.4.2",
49+
"pm2": "^6.0.8",
5050
"turbo": "^2.4.0",
5151
"typescript": "^5.7.3",
5252
"typescript-eslint": "^8.22.0",
@@ -62,10 +62,5 @@
6262
"commitizen": {
6363
"path": "./node_modules/cz-conventional-changelog"
6464
}
65-
},
66-
"pnpm": {
67-
"overrides": {
68-
"countup.js": "2.6.0"
69-
}
7065
}
7166
}

packages/api-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"lint": "eslint"
1111
},
1212
"dependencies": {
13-
"@nestjs/common": "^10.4.1",
14-
"@nestjs/swagger": "^7.4.0",
13+
"@nestjs/common": "^11.1.6",
14+
"@nestjs/swagger": "^11.2.0",
1515
"@sentry/node": "^7.118.0",
1616
"@statsify/rendering": "workspace:^",
1717
"@statsify/schemas": "workspace:^",
1818
"@statsify/util": "workspace:^",
1919
"@swc/helpers": "^0.5.12",
20-
"axios": "^1.7.7"
20+
"axios": "^1.11.0"
2121
},
2222
"imports": {
2323
"#exceptions": {

packages/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@statsify/logger": "workspace:^",
1414
"@statsify/schemas": "workspace:^",
1515
"@swc/helpers": "^0.5.12",
16-
"axios": "1.7.3",
16+
"axios": "1.11.0",
1717
"skia-canvas": "https://github.com/samizdatco/skia-canvas/releases/download/v0.9.30/skia-canvas-v0.9.30-linux-x64-glibc.tar.gz"
1818
}
1919
}

0 commit comments

Comments
 (0)