dependabot[bot] dependabot[bot] commited on
chore(deps-dev): bump @openapitools/openapi-generator-cli from 2.31.1 to 2.32.0 (#618)
Browse filesCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- bun.lock +2 -2
- package.json +1 -1
bun.lock
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"workspaces": {
|
| 5 |
"": {
|
| 6 |
"devDependencies": {
|
| 7 |
-
"@openapitools/openapi-generator-cli": "^2.
|
| 8 |
"@tauri-apps/cli": "^2.10.1",
|
| 9 |
"git-cliff": "^2.12.0",
|
| 10 |
"oxfmt": "^0.47.0",
|
|
@@ -365,7 +365,7 @@
|
|
| 365 |
|
| 366 |
"@open-draft/until": ["@open-draft/until@2.1.0", "", {}, "sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg=="],
|
| 367 |
|
| 368 |
-
"@openapitools/openapi-generator-cli": ["@openapitools/openapi-generator-cli@2.
|
| 369 |
|
| 370 |
"@opentelemetry/api": ["@opentelemetry/api@1.9.1", "", {}, "sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q=="],
|
| 371 |
|
|
|
|
| 4 |
"workspaces": {
|
| 5 |
"": {
|
| 6 |
"devDependencies": {
|
| 7 |
+
"@openapitools/openapi-generator-cli": "^2.32.0",
|
| 8 |
"@tauri-apps/cli": "^2.10.1",
|
| 9 |
"git-cliff": "^2.12.0",
|
| 10 |
"oxfmt": "^0.47.0",
|
|
|
|
| 365 |
|
| 366 |
"@open-draft/until": ["@open-draft/until@2.1.0", "", {}, "sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg=="],
|
| 367 |
|
| 368 |
+
"@openapitools/openapi-generator-cli": ["@openapitools/openapi-generator-cli@2.32.0", "", { "dependencies": { "@inquirer/select": "1.3.3", "@nestjs/axios": "4.0.1", "@nestjs/common": "11.1.17", "@nestjs/core": "11.1.18", "@nuxtjs/opencollective": "0.3.2", "axios": "^1.15.0", "chalk": "4.1.2", "commander": "8.3.0", "compare-versions": "6.1.1", "concurrently": "9.2.1", "console.table": "0.10.0", "fs-extra": "11.3.4", "glob": "13.0.6", "proxy-agent": "6.5.0", "reflect-metadata": "0.2.2", "rxjs": "7.8.2", "tslib": "2.8.1" }, "bin": { "openapi-generator-cli": "main.js" } }, "sha512-9HZ3fp3cankdUC89UNsnW+HZFmRUadjjtqOvIIo6/D+bAVs+VJRqyhDy4rT4/cxqcLhXw40njs/vJLj21r60JA=="],
|
| 369 |
|
| 370 |
"@opentelemetry/api": ["@opentelemetry/api@1.9.1", "", {}, "sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q=="],
|
| 371 |
|
package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
"generate:client": "openapi-generator-cli generate -i ui/openapi.json -g rust -o tests/integration-tests/client --package-name koharu-client --additional-properties=library=reqwest,supportAsync=true,preferUnsignedInt=true,packageVersion=0.0.0"
|
| 15 |
},
|
| 16 |
"devDependencies": {
|
| 17 |
-
"@openapitools/openapi-generator-cli": "^2.
|
| 18 |
"@tauri-apps/cli": "^2.10.1",
|
| 19 |
"git-cliff": "^2.12.0",
|
| 20 |
"oxfmt": "^0.47.0"
|
|
|
|
| 14 |
"generate:client": "openapi-generator-cli generate -i ui/openapi.json -g rust -o tests/integration-tests/client --package-name koharu-client --additional-properties=library=reqwest,supportAsync=true,preferUnsignedInt=true,packageVersion=0.0.0"
|
| 15 |
},
|
| 16 |
"devDependencies": {
|
| 17 |
+
"@openapitools/openapi-generator-cli": "^2.32.0",
|
| 18 |
"@tauri-apps/cli": "^2.10.1",
|
| 19 |
"git-cliff": "^2.12.0",
|
| 20 |
"oxfmt": "^0.47.0"
|