Skip to content

Commit ccd3d9b

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

5 files changed

Lines changed: 2339 additions & 1453 deletions

File tree

.yarn/releases/yarn-4.9.0.cjs

Lines changed: 0 additions & 948 deletions
This file was deleted.

.yarn/releases/yarn-4.9.4.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ plugins:
1010
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
1111
spec: "https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js"
1212

13-
yarnPath: .yarn/releases/yarn-4.9.0.cjs
13+
yarnPath: .yarn/releases/yarn-4.9.4.cjs

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,39 +25,39 @@
2525
"update": "yarn upgrade-interactive"
2626
},
2727
"dependencies": {
28-
"@discordjs/builders": "^1.10.1",
28+
"@discordjs/builders": "^1.11.3",
2929
"@discordjs/collection": "^2.1.1",
30-
"@prisma/client": "^6.8.2",
30+
"@prisma/client": "^6.15.0",
3131
"@sapphire/result": "^2.7.2",
3232
"@sapphire/utilities": "^3.18.2",
3333
"@skyra/env-utilities": "^2.0.1",
34-
"@skyra/http-framework": "^2.2.0",
35-
"@skyra/http-framework-i18n": "^1.2.0",
36-
"@skyra/logger": "^2.0.3",
37-
"@skyra/shared-http-pieces": "^1.2.2",
38-
"@skyra/start-banner": "^2.0.1",
34+
"@skyra/http-framework": "^2.2.1",
35+
"@skyra/http-framework-i18n": "^1.2.1",
36+
"@skyra/logger": "^2.0.4",
37+
"@skyra/shared-http-pieces": "^1.2.3",
38+
"@skyra/start-banner": "^2.0.2",
3939
"discord-api-types": "^0.37.100",
40-
"fastify": "^5.3.0",
40+
"fastify": "^5.5.0",
4141
"gradient-string": "^3.0.0",
4242
"tslib": "^2.8.1"
4343
},
4444
"devDependencies": {
45-
"@commitlint/cli": "^19.8.0",
46-
"@commitlint/config-conventional": "^19.8.0",
47-
"@sapphire/eslint-config": "^5.0.5",
45+
"@commitlint/cli": "^19.8.1",
46+
"@commitlint/config-conventional": "^19.8.1",
47+
"@sapphire/eslint-config": "^5.0.6",
4848
"@sapphire/prettier-config": "^2.0.0",
4949
"@sapphire/ts-config": "^5.0.1",
5050
"@types/gradient-string": "^1.1.6",
51-
"@types/node": "^22.14.1",
51+
"@types/node": "^22.18.0",
5252
"@typescript-eslint/eslint-plugin": "^7.13.0",
5353
"@typescript-eslint/parser": "^7.13.0",
5454
"cz-conventional-changelog": "^3.3.0",
5555
"eslint": "^8.57.1",
56-
"eslint-config-prettier": "^10.1.5",
57-
"eslint-plugin-prettier": "^5.2.6",
58-
"lint-staged": "^16.1.0",
59-
"prettier": "^3.5.3",
60-
"prisma": "^6.8.2",
56+
"eslint-config-prettier": "^10.1.8",
57+
"eslint-plugin-prettier": "^5.5.4",
58+
"lint-staged": "^16.1.5",
59+
"prettier": "^3.6.2",
60+
"prisma": "^6.15.0",
6161
"typescript": "~5.4.5"
6262
},
6363
"resolutions": {
@@ -89,8 +89,8 @@
8989
"@typescript-eslint/no-base-to-string": "off"
9090
}
9191
},
92-
"packageManager": "yarn@4.9.0",
92+
"packageManager": "yarn@4.9.4",
9393
"volta": {
94-
"node": "22.14.0"
94+
"node": "22.19.0"
9595
}
9696
}

0 commit comments

Comments
 (0)