Skip to content

Commit 3749fb2

Browse files
committed
repo: update dependencies
1 parent e12e079 commit 3749fb2

File tree

4 files changed

+323
-306
lines changed

4 files changed

+323
-306
lines changed

api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"cors": "^2.8.5",
3030
"dotenv": "^16.0.1",
3131
"esbuild": "^0.14.51",
32-
"express": "^4.18.1",
32+
"express": "^4.21.0",
3333
"express-rate-limit": "^6.3.0",
3434
"ffmpeg-static": "^5.1.0",
3535
"hls-parser": "^0.10.7",
@@ -40,7 +40,7 @@
4040
"set-cookie-parser": "2.6.0",
4141
"undici": "^5.19.1",
4242
"url-pattern": "1.0.3",
43-
"youtubei.js": "^10.3.0",
43+
"youtubei.js": "^10.5.0",
4444
"zod": "^3.23.8"
4545
},
4646
"optionalDependencies": {

packages/api-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"devDependencies": {
1111
"prettier": "3.3.3",
12-
"tsup": "^8.2.4",
12+
"tsup": "^8.3.0",
1313
"typescript": "^5.4.5"
1414
}
1515
}

0 commit comments

Comments
 (0)