mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-25 17:38:51 +00:00
all: update dependencies
- updated all dependencies to safe versions to fix all possible package vulnerabilities - web: removed @types/eslint__js
This commit is contained in:
@@ -23,28 +23,28 @@
|
||||
},
|
||||
"homepage": "https://github.com/imputnet/cobalt#readme",
|
||||
"dependencies": {
|
||||
"@datastructures-js/priority-queue": "^6.3.1",
|
||||
"@datastructures-js/priority-queue": "^6.3.5",
|
||||
"@imput/psl": "^2.0.4",
|
||||
"@imput/version-info": "workspace:^",
|
||||
"content-disposition-header": "0.6.0",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.0.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",
|
||||
"mime": "^4.0.4",
|
||||
"nanoid": "^5.0.9",
|
||||
"set-cookie-parser": "2.6.0",
|
||||
"undici": "^6.21.3",
|
||||
"dotenv": "^17.2.3",
|
||||
"express": "^4.22.1",
|
||||
"express-rate-limit": "^8.2.1",
|
||||
"ffmpeg-static": "^5.3.0",
|
||||
"hls-parser": "^0.16.0",
|
||||
"ipaddr.js": "2.3.0",
|
||||
"mime": "^4.1.0",
|
||||
"nanoid": "^5.1.6",
|
||||
"set-cookie-parser": "2.7.2",
|
||||
"undici": "^6.22.0",
|
||||
"url-pattern": "1.0.3",
|
||||
"youtubei.js": "16.0.0",
|
||||
"zod": "^3.23.8"
|
||||
"youtubei.js": "16.0.1",
|
||||
"zod": "^4.2.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"freebind": "^0.2.2",
|
||||
"rate-limit-redis": "^4.2.0",
|
||||
"redis": "^4.7.0"
|
||||
"rate-limit-redis": "^4.3.1",
|
||||
"redis": "^5.10.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user