Skip to content

Commit 73c16b0

Browse files
fix(deps): update all non-major dependencies
1 parent 9c13146 commit 73c16b0

File tree

4 files changed

+385
-216
lines changed

4 files changed

+385
-216
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
18.20.8

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:18-dev-alpine as build-stage
1+
FROM ghcr.io/hazmi35/node:18.20.8-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:18-alpine
25+
FROM ghcr.io/hazmi35/node:18.20.8-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
@@ -57,36 +57,36 @@
5757
"ignorePatterns": "dist/*"
5858
},
5959
"dependencies": {
60-
"@discordjs/builders": "^1.6.3",
61-
"@frutbits/pino-logger": "^3.2.1",
60+
"@discordjs/builders": "^1.11.2",
61+
"@frutbits/pino-logger": "^3.3.0",
6262
"@lavalink/encoding": "^0.1.2",
6363
"@prisma/client": "^4.16.2",
6464
"@sapphire/decorators": "^5.0.0",
6565
"@sapphire/framework": "^3.2.0",
6666
"@sapphire/plugin-editable-commands": "^2.0.1",
67-
"@sapphire/utilities": "^3.13.0",
68-
"discord-api-types": "^0.37.11",
69-
"discord.js": "^13.14.0",
70-
"dotenv": "^16.0.3",
71-
"got": "^12.5.1",
67+
"@sapphire/utilities": "^3.18.2",
68+
"discord-api-types": "^0.38.11",
69+
"discord.js": "^13.17.1",
70+
"dotenv": "^16.5.0",
71+
"got": "^12.6.1",
7272
"lavalink-api-types": "^0.1.9",
73-
"pino-pretty": "^9.1.0",
73+
"pino-pretty": "^9.4.1",
7474
"pretty-ms": "^8.0.0",
75-
"shoukaku": "^3.2.0",
76-
"tslib": "^2.4.0"
75+
"shoukaku": "^3.4.2",
76+
"tslib": "^2.8.1"
7777
},
7878
"devDependencies": {
7979
"@hazmi35/eslint-config": "^8.7.1",
8080
"@types/node": "^17.0.45",
81-
"@typescript-eslint/eslint-plugin": "^5.50.0",
82-
"@typescript-eslint/parser": "^5.50.0",
83-
"eslint": "^8.33.0",
81+
"@typescript-eslint/eslint-plugin": "^5.62.0",
82+
"@typescript-eslint/parser": "^5.62.0",
83+
"eslint": "^8.57.1",
8484
"prisma": "^4.16.2",
8585
"rimraf": "^3.0.2",
8686
"typescript": "^4.9.5"
8787
},
8888
"engines": {
89-
"node": ">=16.6.0",
90-
"npm": ">=7.0.0"
89+
"node": ">=16.20.2",
90+
"npm": ">=7.24.2"
9191
}
9292
}

0 commit comments

Comments
 (0)