diff --git a/Cargo.lock b/Cargo.lock index 4b41c69..03f38ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -447,9 +447,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.12.2" +version = "1.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" +checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" dependencies = [ "aho-corasick", "memchr", @@ -470,9 +470,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.8.5" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" +checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" [[package]] name = "rustix" diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 474dbce..68150a5 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -12,6 +12,11 @@ who = "Oliver Hamlet " criteria = "safe-to-deploy" delta = "1.11.3 -> 1.12.2" +[[audits.regex]] +who = "Oliver Hamlet " +criteria = "safe-to-deploy" +delta = "1.12.2 -> 1.12.4" + [[audits.regex-automata]] who = "Oliver Hamlet " criteria = "safe-to-deploy" @@ -23,6 +28,11 @@ who = "Oliver Hamlet " criteria = "safe-to-deploy" delta = "0.4.11 -> 0.4.13" +[[audits.regex-syntax]] +who = "Oliver Hamlet " +criteria = "safe-to-deploy" +delta = "0.8.5 -> 0.8.11" + [[trusted.esplugin]] criteria = "safe-to-deploy" trusted-publisher = "github:Ortham/esplugin" diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 20ce51e..e2eaf04 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -37,12 +37,6 @@ criteria = "safe-to-deploy" version = "0.7.0" criteria = "safe-to-run" -[[exemptions.errno]] -version = "0.3.14" -criteria = "safe-to-run" -suggest = false -notes = "At time of review this was only built if targeting WASM, which is not an intended target." - [[exemptions.js-sys]] version = "0.3.77" criteria = "safe-to-run" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 7d23501..9c07236 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -1537,6 +1537,12 @@ delta = "0.8.15 -> 0.8.14" notes = "This is an audit of a downgrade to fill a gap between third-party audits. The only behavioural difference in the newer version is better handling of integer overflow when providing a timeout for parking a thread." aggregated-from = "https://raw.githubusercontent.com/Ortham/esplugin/refs/heads/master/supply-chain/audits.toml" +[[audits.ortham.audits.errno]] +who = "Oliver Hamlet " +criteria = "safe-to-deploy" +version = "0.3.14" +aggregated-from = "https://raw.githubusercontent.com/Ortham/svg_to_ico/refs/heads/master/supply-chain/audits.toml" + [[audits.ortham.audits.half]] who = "Oliver Hamlet " criteria = "safe-to-deploy"