Skip to content

Commit 81e2146

Browse files
chore(deps): update all non-major dependencies
1 parent f643470 commit 81e2146

5 files changed

Lines changed: 1196 additions & 1212 deletions

File tree

.yarn/releases/yarn-4.1.1.cjs

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

.yarn/releases/yarn-4.3.1.cjs

Lines changed: 894 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.1.1.cjs
13+
yarnPath: .yarn/releases/yarn-4.3.1.cjs

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,44 +25,44 @@
2525
"update": "yarn upgrade-interactive"
2626
},
2727
"dependencies": {
28-
"@discordjs/builders": "^1.7.0",
29-
"@discordjs/collection": "^2.0.0",
30-
"@prisma/client": "^5.12.1",
28+
"@discordjs/builders": "^1.8.2",
29+
"@discordjs/collection": "^2.1.0",
30+
"@prisma/client": "^5.15.1",
3131
"@sapphire/result": "^2.6.6",
32-
"@sapphire/utilities": "^3.15.3",
32+
"@sapphire/utilities": "^3.16.2",
3333
"@skyra/env-utilities": "^1.3.0",
3434
"@skyra/http-framework": "^2.1.0",
3535
"@skyra/http-framework-i18n": "^1.2.0",
3636
"@skyra/logger": "^2.0.3",
3737
"@skyra/shared-http-pieces": "^1.2.2",
3838
"@skyra/start-banner": "^2.0.1",
39-
"discord-api-types": "^0.37.79",
40-
"fastify": "^4.26.2",
39+
"discord-api-types": "^0.37.90",
40+
"fastify": "^4.28.0",
4141
"gradient-string": "^2.0.2",
42-
"tslib": "^2.6.2"
42+
"tslib": "^2.6.3"
4343
},
4444
"devDependencies": {
45-
"@commitlint/cli": "^19.2.1",
46-
"@commitlint/config-conventional": "^19.1.0",
47-
"@sapphire/eslint-config": "^5.0.4",
45+
"@commitlint/cli": "^19.3.0",
46+
"@commitlint/config-conventional": "^19.2.2",
47+
"@sapphire/eslint-config": "^5.0.5",
4848
"@sapphire/prettier-config": "^2.0.0",
4949
"@sapphire/ts-config": "^5.0.1",
5050
"@types/gradient-string": "^1.1.6",
51-
"@types/node": "^20.12.5",
52-
"@typescript-eslint/eslint-plugin": "^7.5.0",
53-
"@typescript-eslint/parser": "^7.5.0",
51+
"@types/node": "^20.14.8",
52+
"@typescript-eslint/eslint-plugin": "^7.13.1",
53+
"@typescript-eslint/parser": "^7.13.1",
5454
"cz-conventional-changelog": "^3.3.0",
5555
"eslint": "^8.57.0",
5656
"eslint-config-prettier": "^9.1.0",
5757
"eslint-plugin-prettier": "^5.1.3",
58-
"lint-staged": "^15.2.2",
59-
"prettier": "^3.2.5",
60-
"prisma": "^5.12.1",
61-
"typescript": "^5.4.4"
58+
"lint-staged": "^15.2.7",
59+
"prettier": "^3.3.2",
60+
"prisma": "^5.15.1",
61+
"typescript": "^5.5.2"
6262
},
6363
"resolutions": {
6464
"ansi-regex": "^5.0.1",
65-
"discord-api-types": "^0.37.79",
65+
"discord-api-types": "^0.37.90",
6666
"minimist": "^1.2.8"
6767
},
6868
"engines": {
@@ -89,8 +89,8 @@
8989
"@typescript-eslint/no-base-to-string": "off"
9090
}
9191
},
92-
"packageManager": "yarn@4.1.1",
92+
"packageManager": "yarn@4.3.1",
9393
"volta": {
94-
"node": "20.12.1"
94+
"node": "20.15.0"
9595
}
9696
}

0 commit comments

Comments
 (0)