diff --git a/ql/Cargo.lock b/ql/Cargo.lock index ac27495128e..41b76f14cfc 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 b12e6d9a9c6..5b87a8a90be 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.24" rayon = "1.7.0" -regex = "1.7.2" +regex = "1.7.3" diff --git a/ql/extractor/Cargo.toml b/ql/extractor/Cargo.toml index 57ffc5c5ad6..fe4712a03d5 100644 --- a/ql/extractor/Cargo.toml +++ b/ql/extractor/Cargo.toml @@ -17,5 +17,5 @@ clap = "2.33" tracing = "0.1" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } rayon = "1.7.0" -regex = "1.7.2" +regex = "1.7.3" codeql-extractor = { path = "../../shared/tree-sitter-extractor" }