Skip to content

Commit 457dbe4

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

File tree

4 files changed

+190
-43
lines changed

4 files changed

+190
-43
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"@lavalink/encoding": "^0.1.2",
3535
"@prisma/client": "^6.16.2",
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",
@@ -52,16 +52,16 @@
5252
"@hazmi35/eslint-config": "^15.2.2",
5353
"@tsconfig/node20": "^20.1.6",
5454
"@types/node": "^20.19.17",
55-
"@typescript-eslint/eslint-plugin": "^8.44.0",
56-
"@typescript-eslint/parser": "^8.44.0",
55+
"@typescript-eslint/eslint-plugin": "^8.44.1",
56+
"@typescript-eslint/parser": "^8.44.1",
5757
"eslint": "^9.36.0",
5858
"prisma": "^6.16.2",
5959
"rimraf": "^3.0.2",
6060
"typescript": "^5.9.2"
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": "[email protected].0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
66+
"packageManager": "[email protected].1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
6767
}

0 commit comments

Comments
 (0)