Skip to content

Commit 0c0d17e

Browse files
renovate[bot]potb
andauthored
chore(deps): update all dependencies (#142)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Peïo Thibault <[email protected]>
1 parent 52d35e4 commit 0c0d17e

File tree

7 files changed

+289
-329
lines changed

7 files changed

+289
-329
lines changed

.nvmrc

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

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.0.0-alpine as base
1+
FROM node:22.2.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.0.0-alpine as application
32+
FROM node:22.2.0-alpine as application
3333

3434
WORKDIR /app
3535

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
"check": "run-s check:*"
1616
},
1717
"dependencies": {
18-
"@keyv/redis": "2.8.4",
19-
"change-case": "5.2.0",
18+
"@keyv/redis": "2.8.5",
19+
"change-case": "5.4.4",
2020
"cheerio": "1.0.0-rc.12",
2121
"cron": "3.1.7",
22-
"discord.js": "14.14.1",
22+
"discord.js": "14.15.2",
2323
"keyv": "4.5.4",
2424
"nanoid": "5.0.7",
2525
"open-graph-scraper": "6.5.1",
26-
"zod": "3.23.5"
26+
"zod": "3.23.8"
2727
},
2828
"devDependencies": {
29-
"@types/node": "20.12.7",
30-
"@typescript-eslint/eslint-plugin": "7.8.0",
31-
"@typescript-eslint/parser": "7.8.0",
29+
"@types/node": "20.12.12",
30+
"@typescript-eslint/eslint-plugin": "7.9.0",
31+
"@typescript-eslint/parser": "7.9.0",
3232
"dotenv": "16.4.5",
3333
"eslint": "8.57.0",
3434
"eslint-import-resolver-typescript": "3.6.1",
@@ -37,15 +37,15 @@
3737
"eslint-plugin-simple-import-sort": "12.1.0",
3838
"eslint-plugin-sonarjs": "0.25.1",
3939
"eslint-plugin-unused-imports": "3.2.0",
40-
"npm-run-all2": "6.1.2",
40+
"npm-run-all2": "6.2.0",
4141
"prettier": "3.2.5",
4242
"tsup": "8.0.2",
43-
"type-fest": "4.18.0",
43+
"type-fest": "4.18.2",
4444
"typescript": "5.4.5",
45-
"vitest": "1.5.3"
45+
"vitest": "1.6.0"
4646
},
47-
"packageManager": "pnpm@9.0.6",
47+
"packageManager": "pnpm@9.1.1",
4848
"engines": {
49-
"node": "22.0.0"
49+
"node": "22.2.0"
5050
}
5151
}

0 commit comments

Comments
 (0)