fix: use stable yaml parser for aipod specs

This commit is contained in:
Codex
2026-06-10 18:31:02 +08:00
parent fee4001e3b
commit 391a4ce68f
5 changed files with 24 additions and 6 deletions
+3
View File
@@ -7,6 +7,7 @@
"dependencies": {
"@openai/codex": "0.133.0",
"pg": "^8.13.1",
"yaml": "^2.8.0",
},
"devDependencies": {
"@types/node": "^22.10.0",
@@ -124,5 +125,7 @@
"undici-types": ["undici-types@6.21.0", "", {}, "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="],
"xtend": ["xtend@4.0.2", "", {}, "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="],
"yaml": ["yaml@2.9.0", "", { "bin": { "yaml": "bin.mjs" } }, "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA=="],
}
}