diff --git a/crates/static-analysis-kernel/Cargo.toml b/crates/static-analysis-kernel/Cargo.toml index a51859dd6..295e18243 100644 --- a/crates/static-analysis-kernel/Cargo.toml +++ b/crates/static-analysis-kernel/Cargo.toml @@ -26,7 +26,7 @@ serde_yaml = "0.9.21" streaming-iterator = "0.1.9" # We're experiencing issues with v8 130.0.8. Until we can resolve this, pin to the last-known-working. -v8 = "=130.0.7" +v8 = "=146.3.0" [build-dependencies] cc = "1.2.21"