fix: update vulnerable dependencies

This commit is contained in:
Armin Ronacher
2026-06-19 00:42:53 +02:00
parent 0d89a33373
commit ea65a51a15
7 changed files with 1547 additions and 1811 deletions

View File

@@ -12,7 +12,7 @@ const shrinkwrapPath = join(codingAgentDir, "npm-shrinkwrap.json");
const internalPackagePrefix = "@earendil-works/pi-";
const allowedInstallScriptPackages = new Map([
["@google/genai@1.52.0", "preinstall is a no-op in the published package"],
["protobufjs@7.5.9", "postinstall only warns about protobufjs version scheme mismatches"],
["protobufjs@7.6.4", "postinstall only warns about protobufjs version scheme mismatches"],
]);
const args = new Set(process.argv.slice(2));