diff --git a/bun.lock b/bun.lock index f1baa98..61b8340 100644 --- a/bun.lock +++ b/bun.lock @@ -11,7 +11,7 @@ "@stll/oxlint-config": "0.6.0", "@stll/typescript-config": "0.6.0", "@types/node": "^26.2.0", - "bun-types": "1.4.0", + "bun-types": "1.4.1", "fast-check": "^4.9.0", "fast-luhn": "^2.0.2", "iban": "^0.0.14", @@ -367,7 +367,7 @@ "ansis": ["ansis@4.3.1", "", {}, "sha512-BJ8/l4R5LRE7hW9WdSuGYrLSHi2ynxeFpDFbH0K/CgNeY/tyhk+vO6TYxXC5r5CpUhNVX310xzPsN/H9lCdfOA=="], - "bun-types": ["bun-types@1.4.0", "", { "dependencies": { "@types/node": "*" } }, "sha512-iIKw23BspnQQYd3prITOBxeUsxBHnwzX6YJfGMuNOZzeNcMmVqzIIVGRm1l69ogaPQmb4wB6BN8mA5bE9YuC5Q=="], + "bun-types": ["bun-types@1.4.1", "", { "dependencies": { "@types/node": "*" } }, "sha512-loKuVrAFZKfEv+JvWkHRS9GW5IqLuLRjVXN9p+vZvBN86O5hf/pBZQ5hSoyipsrMmWObZBDvWnlmKvjKTM0PdA=="], "cac": ["cac@7.0.0", "", {}, "sha512-tixWYgm5ZoOD+3g6UTea91eow5z6AAHaho3g0V9CNSNb45gM8SmflpAc+GRd1InC4AqN/07Unrgp56Y94N9hJQ=="], diff --git a/bunfig.toml b/bunfig.toml index a7a9ea1..d8f640d 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -3,6 +3,7 @@ # less than 5 days ago to mitigate supply chain attacks. minimumReleaseAge = 432_000 minimumReleaseAgeExcludes = [ + "bun-types", # quarantine-expires: 2026-09-09T08:36:48.390Z "@stll/oxlint-config", # quarantine-excluded-since: 2026-06-03T14:49:06.000Z "@stll/typescript-config", # quarantine-excluded-since: 2026-06-03T14:49:06.000Z ] diff --git a/package.json b/package.json index 2f1d465..c73e8a0 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@stll/oxlint-config": "0.6.0", "@stll/typescript-config": "0.6.0", "@types/node": "^26.2.0", - "bun-types": "1.4.0", + "bun-types": "1.4.1", "fast-check": "^4.9.0", "fast-luhn": "^2.0.2", "iban": "^0.0.14", @@ -76,5 +76,5 @@ "validate-polish": "^2.1.40", "vite": "8.2.1" }, - "packageManager": "bun@1.4.0" + "packageManager": "bun@1.4.1" }