chore: update dependencies

This commit is contained in:
Viren070
2025-10-25 15:01:50 +01:00
parent 852ba9c485
commit 82db31367a
4 changed files with 270 additions and 229 deletions
+9 -9
View File
@@ -18,27 +18,27 @@
"expr-eval": "^2.0.2",
"fetch-socks": "^1.3.2",
"fuzzball": "^2.2.3",
"go-ptt": "^0.4.1",
"go-ptt": "^0.6.0",
"moment-timezone": "^0.5.48",
"p-limit": "^7.1.1",
"parse-torrent": "^11.0.18",
"p-limit": "^7.2.0",
"parse-torrent": "^11.0.19",
"parse-torrent-title": "github:TheBeastLT/parse-torrent-title",
"pg": "^8.16.0",
"redis": "^5.8.2",
"redis": "^5.9.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"stremthru": "^0.8.0",
"super-regex": "^1.0.0",
"undici": "^7.2.3",
"winston": "^3.17.0",
"undici": "^7.16.0",
"winston": "^3.18.3",
"xml2js": "^0.6.2",
"zod": "^4.1.5"
"zod": "^4.1.12"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/bytes": "^3.1.5",
"@types/node": "^20.14.10",
"@types/parse-torrent": "^5.8.7",
"@types/node": "^20.19.23",
"@types/parse-torrent": "^5.8.8",
"@types/pg": "^8.15.2",
"@types/xml2js": "^0.4.14"
}
+3 -3
View File
@@ -49,12 +49,12 @@
"tailwind-merge": "~2.6.0",
"tailwind-scrollbar-hide": "~1.1.7",
"tailwindcss-animate": "~1.0.7",
"zod": "^4.1.5"
"zod": "^4.1.12"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/node": "^20.19.23",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
@@ -64,6 +64,6 @@
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.1",
"tailwindcss": "^3.4.17",
"typescript": "^5"
"typescript": "^5.9.3"
}
}
+6 -6
View File
@@ -13,14 +13,14 @@
"dependencies": {
"@aiostreams/core": "workspace:*",
"express": "^5.1.0",
"express-rate-limit": "^8.0.1",
"rate-limit-redis": "^4.2.2",
"undici": "^7.13.0",
"zod": "^4.1.5"
"express-rate-limit": "^8.1.0",
"rate-limit-redis": "^4.2.3",
"undici": "^7.16.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/express": "^5.0.4",
"@types/express-rate-limit": "^5.1.3",
"@types/node": "^20.14.10"
"@types/node": "^20.19.23"
}
}
+252 -211
View File
File diff suppressed because it is too large Load Diff