api & web: bump dependencies

This commit is contained in:
wukko 2024-12-10 19:55:43 +06:00
parent 4b8b0a0e9e
commit e041e376c7
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2
3 changed files with 333 additions and 282 deletions

View file

@ -31,17 +31,17 @@
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"esbuild": "^0.14.51",
"express": "^4.21.1",
"express": "^4.21.2",
"express-rate-limit": "^7.4.1",
"ffmpeg-static": "^5.1.0",
"hls-parser": "^0.10.7",
"ipaddr.js": "2.2.0",
"nanoid": "^4.0.2",
"nanoid": "^5.0.9",
"node-cache": "^5.1.2",
"set-cookie-parser": "2.6.0",
"undici": "^5.19.1",
"url-pattern": "1.0.3",
"youtubei.js": "^11.0.1",
"youtubei.js": "^12.1.0",
"zod": "^3.23.8"
},
"optionalDependencies": {

File diff suppressed because it is too large Load diff

View file

@ -30,8 +30,8 @@
"@fontsource/redaction-10": "^5.0.2",
"@imput/libav.js-remux-cli": "^5.5.6",
"@imput/version-info": "workspace:^",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.9.1",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tabler/icons-svelte": "3.6.0",
"@types/eslint__js": "^8.42.3",
@ -40,8 +40,8 @@
"@vitejs/plugin-basic-ssl": "^1.1.0",
"compare-versions": "^6.1.0",
"dotenv": "^16.0.1",
"eslint": "^8.57.0",
"glob": "^10.4.5",
"eslint": "^9.16.0",
"glob": "^11.0.0",
"mdsvex": "^0.11.2",
"mime": "^4.0.4",
"svelte": "^4.2.19",
@ -52,7 +52,7 @@
"tslib": "^2.4.1",
"turnstile-types": "^1.2.2",
"typescript": "^5.4.5",
"typescript-eslint": "^8.8.0",
"typescript-eslint": "^8.18.0",
"vite": "^5.3.6"
}
}