Skip to content

Commit 746e15f

Browse files
renovate[bot]potb
andcommitted
chore(deps): update all dependencies
Co-authored-by: Peïo Thibault <[email protected]>
1 parent 969ff78 commit 746e15f

File tree

4 files changed

+155
-164
lines changed

4 files changed

+155
-164
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.6.1
1+
20.8.0

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.6.1-alpine as base
1+
FROM node:20.8.0-alpine as base
22

33
WORKDIR /app
44

@@ -25,7 +25,7 @@ WORKDIR /app
2525

2626
RUN pnpm install --production --frozen-lockfile --offline
2727

28-
FROM node:20.6.1-alpine as application
28+
FROM node:20.8.0-alpine as application
2929

3030
WORKDIR /app
3131

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,36 +14,36 @@
1414
"test": "vitest"
1515
},
1616
"dependencies": {
17-
"@keyv/redis": "2.7.0",
17+
"@keyv/redis": "2.7.1",
1818
"cheerio": "1.0.0-rc.12",
1919
"constant-case": "3.0.4",
20-
"cron": "2.4.3",
20+
"cron": "2.4.4",
2121
"discord.js": "14.13.0",
2222
"keyv": "4.5.3",
2323
"open-graph-scraper": "6.2.2",
2424
"param-case": "3.0.4",
2525
"zod": "3.22.2"
2626
},
2727
"devDependencies": {
28-
"@types/node": "20.6.2",
29-
"@typescript-eslint/eslint-plugin": "6.7.0",
30-
"@typescript-eslint/parser": "6.7.0",
28+
"@types/node": "20.8.0",
29+
"@typescript-eslint/eslint-plugin": "6.7.3",
30+
"@typescript-eslint/parser": "6.7.3",
3131
"dotenv": "16.3.1",
32-
"eslint": "8.49.0",
33-
"eslint-import-resolver-typescript": "3.6.0",
32+
"eslint": "8.50.0",
33+
"eslint-import-resolver-typescript": "3.6.1",
3434
"eslint-plugin-import": "2.28.1",
3535
"eslint-plugin-only-error": "1.0.2",
3636
"eslint-plugin-simple-import-sort": "10.0.0",
3737
"eslint-plugin-sonarjs": "0.21.0",
3838
"eslint-plugin-unused-imports": "3.0.0",
3939
"prettier": "3.0.3",
4040
"tsup": "7.2.0",
41-
"type-fest": "4.3.1",
41+
"type-fest": "4.3.3",
4242
"typescript": "5.2.2",
43-
"vitest": "0.34.4"
43+
"vitest": "0.34.6"
4444
},
45-
"packageManager": "pnpm@8.7.5",
45+
"packageManager": "pnpm@8.8.0",
4646
"engines": {
47-
"node": "20.6.1"
47+
"node": "20.8.0"
4848
}
4949
}

0 commit comments

Comments
 (0)