mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-14 12:19:59 +00:00
repo: update dependencies
This commit is contained in:
parent
e12e079571
commit
3749fb2aa8
4 changed files with 331 additions and 314 deletions
|
@ -29,7 +29,7 @@
|
|||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.0.1",
|
||||
"esbuild": "^0.14.51",
|
||||
"express": "^4.18.1",
|
||||
"express": "^4.21.0",
|
||||
"express-rate-limit": "^6.3.0",
|
||||
"ffmpeg-static": "^5.1.0",
|
||||
"hls-parser": "^0.10.7",
|
||||
|
@ -40,7 +40,7 @@
|
|||
"set-cookie-parser": "2.6.0",
|
||||
"undici": "^5.19.1",
|
||||
"url-pattern": "1.0.3",
|
||||
"youtubei.js": "^10.3.0",
|
||||
"youtubei.js": "^10.5.0",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"prettier": "3.3.3",
|
||||
"tsup": "^8.2.4",
|
||||
"tsup": "^8.3.0",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
|
|
633
pnpm-lock.yaml
633
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -44,7 +44,7 @@
|
|||
"glob": "^10.4.5",
|
||||
"mdsvex": "^0.11.2",
|
||||
"mime": "^4.0.4",
|
||||
"svelte": "^4.2.7",
|
||||
"svelte": "^4.2.19",
|
||||
"svelte-check": "^3.6.0",
|
||||
"svelte-preprocess": "^6.0.2",
|
||||
"sveltekit-i18n": "^2.4.2",
|
||||
|
@ -52,7 +52,7 @@
|
|||
"tslib": "^2.4.1",
|
||||
"turnstile-types": "^1.2.2",
|
||||
"typescript": "^5.4.5",
|
||||
"typescript-eslint": "^7.13.1",
|
||||
"vite": "^5.0.3"
|
||||
"typescript-eslint": "^8.8.0",
|
||||
"vite": "^5.3.6"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue