Skip to content

Commit 30d5681

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

File tree

4 files changed

+374
-225
lines changed

4 files changed

+374
-225
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: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
"start:dev": "rimraf ./dist && pnpm run compile && node --experimental-specifier-resolution=node --no-warnings dist/main"
3131
},
3232
"dependencies": {
33-
"@discordjs/builders": "^1.11.3",
33+
"@discordjs/builders": "^1.12.2",
3434
"@lavalink/encoding": "^0.1.2",
35-
"@prisma/client": "^6.16.2",
35+
"@prisma/client": "^6.17.1",
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",
42-
"discord.js": "^14.22.1",
41+
"discord-api-types": "^0.38.30",
42+
"discord.js": "^14.23.2",
4343
"dotenv": "^16.6.1",
4444
"got": "^12.6.1",
4545
"lavalink-api-types": "^2.0.2",
@@ -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.21",
55+
"@typescript-eslint/eslint-plugin": "^8.46.1",
56+
"@typescript-eslint/parser": "^8.46.1",
57+
"eslint": "^9.37.0",
58+
"prisma": "^6.17.1",
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.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd"
6767
}

0 commit comments

Comments
 (0)