fix: update dependencies to resolve security vulnerabilities

- Update vite from ^6.0.3 to ^6.4.1 (fixes GHSA-93m4-6634-74q7)
- Update tracing-subscriber from 0.3 to 0.3.20 (fixes RUSTSEC-2025-0055)

Both security audits now pass with no known vulnerabilities.
This commit is contained in:
Ryan Walters
2025-10-24 00:39:21 -05:00
parent 9645e1b6b5
commit 6b6f18a27e
4 changed files with 33 additions and 128 deletions

View File

@@ -25,4 +25,4 @@ ffprobe = "0.4.0"
ts-rs = { version = "11.0", features = ["format"] }
infer = "0.19.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }