Skip to content

Commit 0a90b63

Browse files
fix(deps): update all non-major dependencies
1 parent 469292a commit 0a90b63

File tree

3 files changed

+527
-411
lines changed

3 files changed

+527
-411
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout Project
1919
uses: actions/checkout@v6
2020
- name: Setup Docker Buildx
21-
uses: docker/setup-buildx-action@v3.11.1
21+
uses: docker/setup-buildx-action@v3.12.0
2222
- name: Login to GitHub Container Registry
2323
uses: docker/login-action@v3.6.0
2424
with:

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,45 +26,45 @@
2626
"dev": "tsdown --watch --onSuccess \"yarn start\""
2727
},
2828
"dependencies": {
29-
"@prisma/adapter-pg": "^7.0.1",
30-
"@prisma/client": "^7.0.1",
29+
"@prisma/adapter-pg": "^7.2.0",
30+
"@prisma/client": "^7.2.0",
3131
"@sapphire/decorators": "^6.2.0",
32-
"@sapphire/framework": "^5.4.0",
32+
"@sapphire/framework": "^5.5.0",
3333
"@sapphire/plugin-logger": "^4.1.0",
3434
"@sapphire/utilities": "^3.18.2",
3535
"@skyra/env-utilities": "^2.0.1",
3636
"@skyra/start-banner": "^2.0.2",
37-
"bufferutil": "^4.0.9",
37+
"bufferutil": "^4.1.0",
3838
"colorette": "^2.0.20",
3939
"discord.js": "^14.25.1",
4040
"figlet": "^1.9.4",
4141
"gradient-string": "^3.0.0",
42-
"utf-8-validate": "^6.0.5",
43-
"ws": "^8.18.3"
42+
"utf-8-validate": "^6.0.6",
43+
"ws": "^8.19.0"
4444
},
4545
"devDependencies": {
46-
"@commitlint/cli": "^20.1.0",
47-
"@commitlint/config-conventional": "^20.0.0",
46+
"@commitlint/cli": "^20.3.1",
47+
"@commitlint/config-conventional": "^20.3.1",
4848
"@sapphire/eslint-config": "^5.0.6",
4949
"@sapphire/prettier-config": "^2.0.0",
5050
"@sapphire/ts-config": "^5.0.3",
5151
"@types/figlet": "^1.7.0",
5252
"@types/gradient-string": "^1.1.6",
53-
"@types/node": "^24.10.1",
54-
"@types/pg": "^8.15.6",
53+
"@types/node": "^24.10.8",
54+
"@types/pg": "^8.16.0",
5555
"@types/ws": "^8.18.1",
5656
"@typescript-eslint/eslint-plugin": "^7.18.0",
5757
"@typescript-eslint/parser": "^7.18.0",
5858
"cz-conventional-changelog": "^3.3.0",
5959
"eslint": "^8.57.1",
6060
"eslint-config-prettier": "^10.1.8",
61-
"eslint-plugin-prettier": "^5.5.4",
61+
"eslint-plugin-prettier": "^5.5.5",
6262
"lint-staged": "^16.2.7",
63-
"prettier": "^3.7.3",
63+
"prettier": "^3.8.0",
6464
"prettier-plugin-prisma": "^5.0.0",
65-
"prisma": "^7.0.1",
65+
"prisma": "^7.2.0",
6666
"rimraf": "^6.1.2",
67-
"tsdown": "^0.16.8",
67+
"tsdown": "^0.19.0",
6868
"typescript": "~5.9.3"
6969
},
7070
"commitlint": {

0 commit comments

Comments
 (0)