feat: add yaml dependency and update import in OpenAPI server handler

This commit is contained in:
Sam Chau
2026-01-15 16:53:07 +10:30
parent 456ecc298b
commit bcf0a3ba55
3 changed files with 21 additions and 3 deletions

19
package-lock.json generated
View File

@@ -16,7 +16,8 @@
"lucide-svelte": "^0.546.0",
"marked": "^15.0.6",
"simple-icons": "^15.17.0",
"sveltekit-adapter-deno": "^0.16.1"
"sveltekit-adapter-deno": "^0.16.1",
"yaml": "^2.8.2"
},
"devDependencies": {
"@eslint/compat": "^1.4.0",
@@ -4923,6 +4924,22 @@
"node": ">=0.10.0"
}
},
"node_modules/yaml": {
"version": "2.8.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
"integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
"license": "ISC",
"peer": true,
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14.6"
},
"funding": {
"url": "https://github.com/sponsors/eemeli"
}
},
"node_modules/yaml-ast-parser": {
"version": "0.0.43",
"resolved": "https://registry.npmjs.org/yaml-ast-parser/-/yaml-ast-parser-0.0.43.tgz",