Skip to content

Commit d43cc4a

Browse files
chore(deps): update all dependencies
1 parent 705a9fa commit d43cc4a

File tree

3 files changed

+372
-131
lines changed

3 files changed

+372
-131
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 9 additions & 9 deletions
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.12.0",
31+
"@typescript-eslint/parser": "7.12.0",
3232
"dotenv": "16.4.5",
3333
"eslint": "8.57.0",
3434
"eslint-import-resolver-typescript": "3.6.1",
@@ -38,13 +38,13 @@
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.1",
42+
"tsup": "8.1.0",
43+
"type-fest": "4.19.0",
4444
"typescript": "5.4.5",
4545
"vitest": "1.6.0"
4646
},
47-
"packageManager": "pnpm@9.1.1",
47+
"packageManager": "pnpm@9.2.0",
4848
"engines": {
4949
"node": "22.2.0"
5050
}

0 commit comments

Comments
 (0)