Skip to content

Commit 8195a08

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

File tree

7 files changed

+1896
-666
lines changed

7 files changed

+1896
-666
lines changed

.github/workflows/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: docker/setup-buildx-action@v3
4040

4141
- name: Login to Heroku
42-
uses: akhileshns/heroku-deploy@v3.13.15
42+
uses: akhileshns/heroku-deploy@v3.14.15
4343
with:
4444
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
4545
heroku_app_name: ''

.github/workflows/integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: docker/setup-buildx-action@v3
3939

4040
- name: Setup pnpm
41-
uses: pnpm/action-setup@v4.0.0
41+
uses: pnpm/action-setup@v4.1.0
4242

4343
- name: Setup Node
4444
uses: actions/setup-node@v4

.nvmrc

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

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.14.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.3.0-alpine as application
32+
FROM node:22.14.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.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.1-beta.1",
22+
"discord.js": "14.18.0",
23+
"ioredis": "5.6.0",
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.2"
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.24",
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.8.6",
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.5.3",
43+
"tsup": "8.4.0",
44+
"type-fest": "4.37.0",
45+
"typescript": "5.8.2",
4646
"vitest": "1.6.0"
4747
},
48-
"packageManager": "pnpm@9.3.0",
48+
"packageManager": "pnpm@9.15.9",
4949
"engines": {
50-
"node": "22.3.0"
50+
"node": "22.14.0"
5151
}
5252
}

0 commit comments

Comments
 (0)