Skip to content

Commit eb96ff1

Browse files
fix(deps): update all non-major dependencies
1 parent cb7981c commit eb96ff1

File tree

5 files changed

+583
-612
lines changed

5 files changed

+583
-612
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/[email protected]
2424
with:
Lines changed: 300 additions & 300 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: true
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.10.3.cjs
7+
yarnPath: .yarn/releases/yarn-4.12.0.cjs

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,38 +29,38 @@
2929
"@sapphire/discord-utilities": "^4.0.0",
3030
"@sapphire/discord.js-utilities": "^7.3.3",
3131
"@sapphire/fetch": "^3.0.5",
32-
"@sapphire/framework": "^5.3.7",
32+
"@sapphire/framework": "^5.5.0",
3333
"@sapphire/plugin-logger": "^4.1.0",
3434
"@sapphire/time-utilities": "^1.7.14",
3535
"@sapphire/utilities": "^3.18.2",
3636
"@skyra/env-utilities": "^2.0.1",
37-
"bufferutil": "^4.0.9",
37+
"bufferutil": "^4.1.0",
3838
"colorette": "^2.0.20",
39-
"discord.js": "^14.24.2",
39+
"discord.js": "^14.25.1",
4040
"marked": "^17.0.1",
41-
"marked-smartypants": "^1.1.10",
42-
"marked-xhtml": "^1.0.13",
41+
"marked-smartypants": "^1.1.11",
42+
"marked-xhtml": "^1.0.14",
4343
"node-html-to-image": "^5.0.0",
4444
"tslib": "^2.8.1",
45-
"utf-8-validate": "^6.0.5",
46-
"ws": "^8.18.3",
45+
"utf-8-validate": "^6.0.6",
46+
"ws": "^8.19.0",
4747
"zlib-sync": "^0.1.10"
4848
},
4949
"devDependencies": {
5050
"@sapphire/eslint-config": "^5.0.6",
5151
"@sapphire/prettier-config": "^2.0.0",
52-
"@sapphire/ts-config": "^5.0.1",
52+
"@sapphire/ts-config": "^5.0.3",
5353
"@skyra/discord-components-core": "^4.0.2",
54-
"@types/node": "^24.10.1",
54+
"@types/node": "^24.10.8",
5555
"@types/ws": "^8.18.1",
5656
"@typescript-eslint/eslint-plugin": "^7.18.0",
5757
"@typescript-eslint/parser": "^7.18.0",
5858
"eslint": "^8.57.1",
5959
"eslint-config-prettier": "^10.1.8",
60-
"eslint-plugin-prettier": "^5.5.4",
61-
"prettier": "^3.6.2",
62-
"rimraf": "^6.1.0",
63-
"tsup": "^8.5.0",
60+
"eslint-plugin-prettier": "^5.5.5",
61+
"prettier": "^3.8.0",
62+
"rimraf": "^6.1.2",
63+
"tsup": "^8.5.1",
6464
"typescript": "^5.6.3"
6565
},
6666
"resolutions": {
@@ -74,8 +74,8 @@
7474
"eslintConfig": {
7575
"extends": "@sapphire"
7676
},
77-
"packageManager": "yarn@4.10.3",
77+
"packageManager": "yarn@4.12.0",
7878
"volta": {
79-
"node": "24.11.0"
79+
"node": "24.13.0"
8080
}
8181
}

0 commit comments

Comments
 (0)