Skip to content

Commit

Permalink
chore(deps): update openapi-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2024
1 parent 33a7d78 commit 974d387
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion generators/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}

dependencies {
compileOnly 'org.openapitools:openapi-generator:7.3.0'
compileOnly 'org.openapitools:openapi-generator:7.4.0'
}

tasks.withType(JavaCompile) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "7.23.10",
"@openapitools/openapi-generator-cli": "2.11.0",
"@openapitools/openapi-generator-cli": "2.12.0",
"@redocly/cli": "1.0.0-beta.112",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/pre-gen/generateOpenapitools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function generateOpenapitools(gens: Generator[], mode: GeneratorMod
JSON.stringify(
{
'generator-cli': {
version: '7.3.0',
version: '7.4.0',
generators,
},
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ __metadata:
resolution: "@algolia/api-client-automation@workspace:."
dependencies:
"@babel/eslint-parser": "npm:7.23.10"
"@openapitools/openapi-generator-cli": "npm:2.11.0"
"@openapitools/openapi-generator-cli": "npm:2.12.0"
"@redocly/cli": "npm:1.0.0-beta.112"
"@typescript-eslint/eslint-plugin": "npm:7.1.1"
"@typescript-eslint/parser": "npm:7.1.1"
Expand Down Expand Up @@ -2925,9 +2925,9 @@ __metadata:
languageName: node
linkType: hard

"@openapitools/openapi-generator-cli@npm:2.11.0":
version: 2.11.0
resolution: "@openapitools/openapi-generator-cli@npm:2.11.0"
"@openapitools/openapi-generator-cli@npm:2.12.0":
version: 2.12.0
resolution: "@openapitools/openapi-generator-cli@npm:2.12.0"
dependencies:
"@nestjs/axios": "npm:3.0.1"
"@nestjs/common": "npm:10.3.0"
Expand All @@ -2948,7 +2948,7 @@ __metadata:
tslib: "npm:2.6.2"
bin:
openapi-generator-cli: main.js
checksum: 03643f845eed2f7bf4c19acfc6786638330dc67f3d183024baf7533a9eeb8cb99eae5b0faf7889fd18dbe5f70c6507346cbe47aa4af45a7344906c0cf620ef53
checksum: 9558b1d3fe70b8263d3e000618ae4ba9a8a371e60dfdd308992a53d3f382cd64e0f54db844c20dc4099ea8f955097dad120692291698222ec777e2d2216bf3e8
languageName: node
linkType: hard

Expand Down

0 comments on commit 974d387

Please # to comment.