diff --git a/ql/Cargo.lock b/ql/Cargo.lock index 2d7dc3814d7..8d97ef2bcac 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 e4781a42dc5..2e3a662303a 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.28" rayon = "1.7.0" -regex = "1.9.3" +regex = "1.9.5" diff --git a/ql/extractor/Cargo.toml b/ql/extractor/Cargo.toml index f082d00f6f0..b90fc7ff61e 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.17", features = ["env-filter"] } rayon = "1.7.0" -regex = "1.9.3" +regex = "1.9.5" codeql-extractor = { path = "../../shared/tree-sitter-extractor" }