Skip to content

Commit 49a209a

Browse files
chore(deps): update all dependencies (#144)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 705a9fa commit 49a209a

File tree

5 files changed

+378
-135
lines changed

5 files changed

+378
-135
lines changed

.nvmrc

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

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.2.0-alpine as base
1+
FROM node:22.3.0-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.2.0-alpine as application
32+
FROM node:22.3.0-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.4-alpine
8+
image: redis:7.2.5-alpine
99
ports:
1010
- '6379:6379'
1111
volumes:

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
"change-case": "5.4.4",
2020
"cheerio": "1.0.0-rc.12",
2121
"cron": "3.1.7",
22-
"discord.js": "14.15.2",
22+
"discord.js": "14.15.3",
2323
"keyv": "4.5.4",
2424
"nanoid": "5.0.7",
25-
"open-graph-scraper": "6.5.1",
25+
"open-graph-scraper": "6.5.2",
2626
"zod": "3.23.8"
2727
},
2828
"devDependencies": {
29-
"@types/node": "20.12.12",
30-
"@typescript-eslint/eslint-plugin": "7.9.0",
31-
"@typescript-eslint/parser": "7.9.0",
29+
"@types/node": "20.14.2",
30+
"@typescript-eslint/eslint-plugin": "7.13.0",
31+
"@typescript-eslint/parser": "7.13.0",
3232
"dotenv": "16.4.5",
3333
"eslint": "8.57.0",
3434
"eslint-import-resolver-typescript": "3.6.1",
@@ -38,14 +38,14 @@
3838
"eslint-plugin-sonarjs": "1.0.3",
3939
"eslint-plugin-unused-imports": "3.2.0",
4040
"npm-run-all2": "6.2.0",
41-
"prettier": "3.2.5",
42-
"tsup": "8.0.2",
43-
"type-fest": "4.18.2",
41+
"prettier": "3.3.2",
42+
"tsup": "8.1.0",
43+
"type-fest": "4.20.0",
4444
"typescript": "5.4.5",
4545
"vitest": "1.6.0"
4646
},
47-
"packageManager": "pnpm@9.1.1",
47+
"packageManager": "pnpm@9.3.0",
4848
"engines": {
49-
"node": "22.2.0"
49+
"node": "22.3.0"
5050
}
5151
}

0 commit comments

Comments
 (0)