Update dependency @hey-api/openapi-ts to v0.86.0

This commit is contained in:
Renovate Bot 2025-10-19 10:10:01 +00:00
commit 9083f1afe2
2 changed files with 17 additions and 17 deletions

32
web/package-lock.json generated
View file

@ -15,7 +15,7 @@
"devDependencies": {
"@eslint/compat": "^1.4.0",
"@eslint/js": "^9.36.0",
"@hey-api/openapi-ts": "0.85.2",
"@hey-api/openapi-ts": "0.86.0",
"@sveltejs/adapter-static": "^3.0.9",
"@sveltejs/kit": "^2.43.2",
"@sveltejs/vite-plugin-svelte": "^6.2.0",
@ -663,13 +663,13 @@
}
},
"node_modules/@hey-api/codegen-core": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@hey-api/codegen-core/-/codegen-core-0.2.0.tgz",
"integrity": "sha512-c7VjBy/8ed0EVLNgaeS9Xxams1Tuv/WK/b4xXH3Qr4wjzYeJUtxOcoP8YdwNLavqKP8pGiuctjX2Z1Pwc4jMgQ==",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@hey-api/codegen-core/-/codegen-core-0.3.0.tgz",
"integrity": "sha512-klSGsLQGzgUKpInH5UqzgX4+L1P9R864bgprNNemgr324rmOza2HoVxlcifRnxpD6tF2sIZX10opMzZbvdnl2w==",
"dev": true,
"license": "MIT",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=22.10.0"
"node": ">=20.19.0"
},
"funding": {
"url": "https://github.com/sponsors/hey-api"
@ -698,16 +698,16 @@
}
},
"node_modules/@hey-api/openapi-ts": {
"version": "0.85.2",
"resolved": "https://registry.npmjs.org/@hey-api/openapi-ts/-/openapi-ts-0.85.2.tgz",
"integrity": "sha512-pNu+DOtjeXiGhMqSQ/mYadh6BuKR/QiucVunyA2P7w2uyxkfCJ9sHS20Y72KHXzB3nshKJ9r7JMirysoa50SJg==",
"version": "0.86.0",
"resolved": "https://registry.npmjs.org/@hey-api/openapi-ts/-/openapi-ts-0.86.0.tgz",
"integrity": "sha512-sLSldcFqBr9zucmhzVOi52kCHRUa1quDGy8MX9QgC2ZfSuBZxsYLu9g+txrHOfi4nTW9H1fAzfufNJLzOeVwwQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@hey-api/codegen-core": "^0.2.0",
"@hey-api/codegen-core": "^0.3.0",
"@hey-api/json-schema-ref-parser": "1.2.0",
"ansi-colors": "4.1.3",
"c12": "3.3.0",
"c12": "3.3.1",
"color-support": "1.1.3",
"commander": "13.0.0",
"handlebars": "4.7.8",
@ -718,7 +718,7 @@
"openapi-ts": "bin/index.cjs"
},
"engines": {
"node": ">=18.0.0"
"node": ">=20.19.0"
},
"funding": {
"url": "https://github.com/sponsors/hey-api"
@ -2235,19 +2235,19 @@
}
},
"node_modules/c12": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/c12/-/c12-3.3.0.tgz",
"integrity": "sha512-K9ZkuyeJQeqLEyqldbYLG3wjqwpw4BVaAqvmxq3GYKK0b1A/yYQdIcJxkzAOWcNVWhJpRXAPfZFueekiY/L8Dw==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/c12/-/c12-3.3.1.tgz",
"integrity": "sha512-LcWQ01LT9tkoUINHgpIOv3mMs+Abv7oVCrtpMRi1PaapVEpWoMga5WuT7/DqFTu7URP9ftbOmimNw1KNIGh9DQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"chokidar": "^4.0.3",
"confbox": "^0.2.2",
"defu": "^6.1.4",
"dotenv": "^17.2.2",
"dotenv": "^17.2.3",
"exsolve": "^1.0.7",
"giget": "^2.0.0",
"jiti": "^2.5.1",
"jiti": "^2.6.1",
"ohash": "^2.0.11",
"pathe": "^2.0.3",
"perfect-debounce": "^2.0.0",

View file

@ -18,7 +18,7 @@
"devDependencies": {
"@eslint/compat": "^1.4.0",
"@eslint/js": "^9.36.0",
"@hey-api/openapi-ts": "0.85.2",
"@hey-api/openapi-ts": "0.86.0",
"@sveltejs/adapter-static": "^3.0.9",
"@sveltejs/kit": "^2.43.2",
"@sveltejs/vite-plugin-svelte": "^6.2.0",