Skip to content

Commit e792f70

Browse files
chore(deps): update all dependencies
1 parent 8ade507 commit e792f70

File tree

5 files changed

+1908
-661
lines changed

5 files changed

+1908
-661
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.3.0
1+
22.13.1

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.3.0-alpine as base
1+
FROM node:22.13.1-alpine as base
22

33
WORKDIR /app
44

@@ -29,7 +29,7 @@ RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store/v3 \
2929
pnpm prune --prod && \
3030
pnpm install --production --frozen-lockfile --offline
3131

32-
FROM node:22.3.0-alpine as application
32+
FROM node:22.13.1-alpine as application
3333

3434
WORKDIR /app
3535

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ volumes:
55

66
services:
77
redis:
8-
image: redis:7.2.5-alpine
8+
image: redis:7.4.2-alpine
99
ports:
1010
- '6379:6379'
1111
volumes:

package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -17,36 +17,36 @@
1717
"dependencies": {
1818
"@keyv/redis": "2.8.5",
1919
"change-case": "5.4.4",
20-
"cheerio": "1.0.0-rc.12",
21-
"cron": "3.1.7",
22-
"discord.js": "14.15.3",
23-
"ioredis": "5.4.1",
20+
"cheerio": "1.0.0",
21+
"cron": "3.5.0",
22+
"discord.js": "14.17.3",
23+
"ioredis": "5.4.2",
2424
"keyv": "4.5.4",
2525
"nanoid": "5.0.7",
26-
"open-graph-scraper": "6.5.2",
27-
"zod": "3.23.8"
26+
"open-graph-scraper": "6.9.0",
27+
"zod": "3.24.1"
2828
},
2929
"devDependencies": {
30-
"@types/node": "20.14.2",
31-
"@typescript-eslint/eslint-plugin": "7.13.0",
32-
"@typescript-eslint/parser": "7.13.0",
33-
"dotenv": "16.4.5",
34-
"eslint": "8.57.0",
35-
"eslint-import-resolver-typescript": "3.6.1",
36-
"eslint-plugin-import": "2.29.1",
30+
"@types/node": "20.17.15",
31+
"@typescript-eslint/eslint-plugin": "7.18.1-alpha.3",
32+
"@typescript-eslint/parser": "7.18.1-alpha.3",
33+
"dotenv": "16.4.7",
34+
"eslint": "8.57.1",
35+
"eslint-import-resolver-typescript": "3.7.0",
36+
"eslint-plugin-import": "2.31.0",
3737
"eslint-plugin-only-error": "1.0.2",
38-
"eslint-plugin-simple-import-sort": "12.1.0",
39-
"eslint-plugin-sonarjs": "1.0.3",
38+
"eslint-plugin-simple-import-sort": "12.1.1",
39+
"eslint-plugin-sonarjs": "1.0.4",
4040
"eslint-plugin-unused-imports": "3.2.0",
41-
"npm-run-all2": "6.2.0",
42-
"prettier": "3.3.2",
43-
"tsup": "8.1.0",
44-
"type-fest": "4.20.0",
45-
"typescript": "5.4.5",
41+
"npm-run-all2": "6.2.6",
42+
"prettier": "3.4.2",
43+
"tsup": "8.3.5",
44+
"type-fest": "4.33.0",
45+
"typescript": "5.7.3",
4646
"vitest": "1.6.0"
4747
},
48-
"packageManager": "pnpm@9.3.0",
48+
"packageManager": "pnpm@9.15.4",
4949
"engines": {
50-
"node": "22.3.0"
50+
"node": "22.13.1"
5151
}
5252
}

0 commit comments

Comments
 (0)