Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent ca6272c commit 1d22b81
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 175 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine
FROM node:22-alpine

ARG TELEGRAM_BOT_TOKEN
ARG TELEGRAM_API_ROOT
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
},
"devDependencies": {
"@biomejs/biome": "^1.8.1",
"@types/express": "^4.17.21",
"@types/node": "20",
"@types/express": "^5.0.0",
"@types/node": "22",
"dotenv": "^16.4.5",
"tsx": "^4.15.7",
"typescript": "^5.5.2"
},
"dependencies": {
"@grammyjs/parse-mode": "^1.10.0",
"@resync-tv/yt-dlp": "0.4.1",
"croner": "^8.0.2",
"@resync-tv/yt-dlp": "0.5.0",
"croner": "^9.0.0",
"express": "^4.19.2",
"grammy": "^1.24.1",
"openai": "^4.56.0"
Expand Down
Loading

0 comments on commit 1d22b81

Please sign in to comment.