Skip to content

Commit de8156b

Browse files
fix(deps): update all non-major dependencies (#810)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 329cfb9 commit de8156b

5 files changed

Lines changed: 733 additions & 303 deletions

File tree

package.json

Lines changed: 6 additions & 6 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.3",
20-
"@commitlint/config-conventional": "^20.4.3",
19+
"@commitlint/cli": "^20.4.4",
20+
"@commitlint/config-conventional": "^20.4.4",
2121
"@favware/cliff-jumper": "^6.0.0",
2222
"@favware/npm-deprecate": "^2.0.0",
2323
"@favware/rollup-type-bundler": "^4.0.0",
@@ -32,7 +32,7 @@
3232
"@types/ws": "^8.18.1",
3333
"@typescript-eslint/eslint-plugin": "^7.18.0",
3434
"@typescript-eslint/parser": "^7.18.0",
35-
"@vitest/coverage-v8": "^4.0.18",
35+
"@vitest/coverage-v8": "^4.1.0",
3636
"concurrently": "^9.2.1",
3737
"cz-conventional-changelog": "^3.3.0",
3838
"discord-api-types": "^0.38.34",
@@ -42,15 +42,15 @@
4242
"eslint": "^8.57.1",
4343
"eslint-config-prettier": "^10.1.8",
4444
"eslint-plugin-prettier": "^5.5.5",
45-
"lint-staged": "^16.3.2",
45+
"lint-staged": "^16.4.0",
4646
"prettier": "^3.8.1",
4747
"rimraf": "^6.1.3",
4848
"tsup": "^8.5.1",
4949
"tsx": "^4.21.0",
50-
"turbo": "^2.8.14",
50+
"turbo": "^2.8.17",
5151
"typescript": "~5.9.3",
5252
"vite": "^7.3.1",
53-
"vitest": "^4.0.18"
53+
"vitest": "^4.1.0"
5454
},
5555
"repository": {
5656
"type": "git",

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@vladfrangu/async_event_emitter": "2.4.7",
5656
"cookie-es": "^1.2.2",
5757
"tldts": "^7.0.25",
58-
"undici": "^7.22.0"
58+
"undici": "^7.24.3"
5959
},
6060
"repository": {
6161
"type": "git",

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.14"
56+
"i18next": "^25.8.18"
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.4"
54+
"bullmq": "5.71.0"
5555
},
5656
"devDependencies": {
5757
"@favware/cliff-jumper": "^6.0.0",

0 commit comments

Comments
 (0)