Skip to content

Commit 901bb03

Browse files
fix(deps): update all non-major dependencies
1 parent 6658d4c commit 901bb03

File tree

4 files changed

+351
-202
lines changed

4 files changed

+351
-202
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
22.20.0

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/hazmi35/node:22-dev-alpine AS build-stage
1+
FROM ghcr.io/hazmi35/node:22.20.0-dev-alpine AS build-stage
22

33
# Prepare pnpm with corepack (experimental feature)
44
RUN corepack enable && corepack prepare pnpm@latest
@@ -22,7 +22,7 @@ RUN pnpm run build
2222
RUN pnpm prune --production
2323

2424
# Get ready for production
25-
FROM ghcr.io/hazmi35/node:22-alpine
25+
FROM ghcr.io/hazmi35/node:22.20.0-alpine
2626

2727
LABEL name="venti"
2828
LABEL maintainer="Kakushin Devs <[email protected]>"

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"dependencies": {
3333
"@discordjs/builders": "^1.11.3",
3434
"@lavalink/encoding": "^0.1.2",
35-
"@prisma/client": "^6.16.2",
35+
"@prisma/client": "^6.16.3",
3636
"@sapphire/decorators": "^6.2.0",
37-
"@sapphire/framework": "^5.3.6",
37+
"@sapphire/framework": "^5.3.7",
3838
"@sapphire/plugin-editable-commands": "^4.0.4",
39-
"@sapphire/result": "^2.7.2",
39+
"@sapphire/result": "^2.7.3",
4040
"@sapphire/utilities": "^3.18.2",
41-
"discord-api-types": "^0.37.120",
41+
"discord-api-types": "^0.38.26",
4242
"discord.js": "^14.22.1",
4343
"dotenv": "^16.6.1",
4444
"got": "^12.6.1",
@@ -51,17 +51,17 @@
5151
"devDependencies": {
5252
"@hazmi35/eslint-config": "^15.2.2",
5353
"@tsconfig/node20": "^20.1.6",
54-
"@types/node": "^20.19.17",
55-
"@typescript-eslint/eslint-plugin": "^8.44.0",
56-
"@typescript-eslint/parser": "^8.44.0",
57-
"eslint": "^9.36.0",
58-
"prisma": "^6.16.2",
54+
"@types/node": "^20.19.19",
55+
"@typescript-eslint/eslint-plugin": "^8.45.0",
56+
"@typescript-eslint/parser": "^8.45.0",
57+
"eslint": "^9.37.0",
58+
"prisma": "^6.16.3",
5959
"rimraf": "^3.0.2",
60-
"typescript": "^5.9.2"
60+
"typescript": "^5.9.3"
6161
},
6262
"engines": {
63-
"node": ">=22.17.0",
64-
"npm": ">=7.0.0"
63+
"node": ">=22.20.0",
64+
"npm": ">=7.24.2"
6565
},
66-
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
66+
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa"
6767
}

0 commit comments

Comments
 (0)