Harden npm dependencies for a clean audit and reliable Docker builds.

Regenerate the lockfile, bump googleapis, and override vulnerable transitive packages so npm ci and Hub builds succeed.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Songs2YT
2026-07-25 04:17:49 +02:00
co-authored by Cursor
parent d951ecb489
commit 3126784e94
2 changed files with 771 additions and 668 deletions
+760 -665
View File
File diff suppressed because it is too large Load Diff
+11 -3
View File
@@ -19,7 +19,7 @@
"@tailwindcss/typography": "^0.5.20", "@tailwindcss/typography": "^0.5.20",
"bullmq": "^5.34.5", "bullmq": "^5.34.5",
"ffmpeg-static": "^5.3.0", "ffmpeg-static": "^5.3.0",
"googleapis": "^144.0.0", "googleapis": "^173.0.0",
"ioredis": "^5.11.1", "ioredis": "^5.11.1",
"music-metadata": "^11.13.0", "music-metadata": "^11.13.0",
"next": "^15.1.3", "next": "^15.1.3",
@@ -34,11 +34,19 @@
"concurrently": "^9.2.0", "concurrently": "^9.2.0",
"eslint": "^9.17.0", "eslint": "^9.17.0",
"eslint-config-next": "^15.1.3", "eslint-config-next": "^15.1.3",
"postcss": "^8.4.49", "postcss": "^8.5.18",
"prisma": "^6.1.0", "prisma": "^6.1.0",
"tailwindcss": "^3.4.17", "tailwindcss": "^3.4.17",
"tsx": "^4.19.2", "tsx": "^4.19.2",
"typescript": "^5.7.2" "typescript": "^5.7.2"
},
"overrides": {
"uuid": "^11.1.1",
"cookie": "^0.7.2",
"postcss": "^8.5.18",
"sharp": "^0.35.3",
"@auth/core": "^0.41.3",
"brace-expansion": "^5.0.8",
"glob": "^11.0.0"
} }
} }