diff --git a/ql/Cargo.lock b/ql/Cargo.lock index 557cf673d59..59c3f2c14d9 100644 Binary files a/ql/Cargo.lock and b/ql/Cargo.lock differ diff --git a/ql/buramu/Cargo.toml b/ql/buramu/Cargo.toml index c072903b82a..1aa57ac412e 100644 --- a/ql/buramu/Cargo.toml +++ b/ql/buramu/Cargo.toml @@ -9,4 +9,4 @@ edition = "2018" lazy_static = "1.4.0" chrono = "0.4.35" rayon = "1.9.0" -regex = "1.10.3" +regex = "1.10.4" diff --git a/ql/extractor/Cargo.toml b/ql/extractor/Cargo.toml index bc8de165e65..1155cc3c698 100644 --- a/ql/extractor/Cargo.toml +++ b/ql/extractor/Cargo.toml @@ -16,5 +16,5 @@ clap = { version = "4.2", features = ["derive"] } tracing = "0.1" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } rayon = "1.9.0" -regex = "1.10.3" +regex = "1.10.4" codeql-extractor = { path = "../../shared/tree-sitter-extractor" }