pnpm_8: mark insecure

(cherry picked from commit aa378c0be6)
This commit is contained in:
Robert Schütz
2026-06-26 22:13:40 -07:00
committed by github-actions[bot]
parent 39894d27c1
commit 58ddca0e1a

View File

@@ -9,6 +9,15 @@ let
"8" = {
version = "8.15.9";
hash = "sha256-2qJ6C1QbxjUyP/lsLe2ZVGf/n+bWn/ZwIVWKqa2dzDY=";
knownVulnerabilities = [
"CVE-2026-48995"
"CVE-2026-50014"
"CVE-2026-50015"
"CVE-2026-50016"
"CVE-2026-50017"
"CVE-2026-50573"
"CVE-2026-55699"
];
};
"9" = {
version = "9.15.9";