Skip to content

Commit 77bb4e0

Browse files
fix(deps): update all non-major dependencies (#808)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 12f2d0e commit 77bb4e0

5 files changed

Lines changed: 184 additions & 184 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"check-update": "turbo run check-update"
1717
},
1818
"devDependencies": {
19-
"@commitlint/cli": "^20.4.2",
20-
"@commitlint/config-conventional": "^20.4.2",
19+
"@commitlint/cli": "^20.4.3",
20+
"@commitlint/config-conventional": "^20.4.3",
2121
"@favware/cliff-jumper": "^6.0.0",
2222
"@favware/npm-deprecate": "^2.0.0",
2323
"@favware/rollup-type-bundler": "^4.0.0",
@@ -28,7 +28,7 @@
2828
"@sapphire/stopwatch": "^1.5.4",
2929
"@sapphire/ts-config": "^5.0.3",
3030
"@sapphire/utilities": "^3.18.2",
31-
"@types/node": "^24.11.0",
31+
"@types/node": "^24.12.0",
3232
"@types/ws": "^8.18.1",
3333
"@typescript-eslint/eslint-plugin": "^7.18.0",
3434
"@typescript-eslint/parser": "^7.18.0",
@@ -42,12 +42,12 @@
4242
"eslint": "^8.57.1",
4343
"eslint-config-prettier": "^10.1.8",
4444
"eslint-plugin-prettier": "^5.5.5",
45-
"lint-staged": "^16.3.0",
45+
"lint-staged": "^16.3.2",
4646
"prettier": "^3.8.1",
4747
"rimraf": "^6.1.3",
4848
"tsup": "^8.5.1",
4949
"tsx": "^4.21.0",
50-
"turbo": "^2.8.12",
50+
"turbo": "^2.8.14",
5151
"typescript": "~5.9.3",
5252
"vite": "^7.3.1",
5353
"vitest": "^4.0.18"

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/ws": "^8.18.1",
5555
"@vladfrangu/async_event_emitter": "2.4.7",
5656
"cookie-es": "^1.2.2",
57-
"tldts": "^7.0.23",
57+
"tldts": "^7.0.25",
5858
"undici": "^7.22.0"
5959
},
6060
"repository": {

packages/i18next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@sapphire/utilities": "^3.18.2",
5454
"@skyra/i18next-backend": "^2.0.6",
5555
"chokidar": "^4.0.3",
56-
"i18next": "^25.8.13"
56+
"i18next": "^25.8.14"
5757
},
5858
"repository": {
5959
"type": "git",

packages/scheduled-tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"dependencies": {
5252
"@sapphire/stopwatch": "^1.5.4",
5353
"@sapphire/utilities": "^3.18.2",
54-
"bullmq": "5.70.1"
54+
"bullmq": "5.70.4"
5555
},
5656
"devDependencies": {
5757
"@favware/cliff-jumper": "^6.0.0",

0 commit comments

Comments
 (0)