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] committed Apr 21, 2024
1 parent 91cc787 commit 82f11a0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 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.4.0'
compileOnly 'org.openapitools:openapi-generator:7.5.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.24.1",
"@openapitools/openapi-generator-cli": "2.13.1",
"@openapitools/openapi-generator-cli": "2.13.3",
"@redocly/cli": "1.11.0",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
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.4.0',
version: '7.5.0',
generators,
},
},
Expand Down
27 changes: 14 additions & 13 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.24.1"
"@openapitools/openapi-generator-cli": "npm:2.13.1"
"@openapitools/openapi-generator-cli": "npm:2.13.3"
"@redocly/cli": "npm:1.11.0"
"@typescript-eslint/eslint-plugin": "npm:7.6.0"
"@typescript-eslint/parser": "npm:7.6.0"
Expand Down Expand Up @@ -2932,30 +2932,31 @@ __metadata:
languageName: node
linkType: hard

"@openapitools/openapi-generator-cli@npm:2.13.1":
version: 2.13.1
resolution: "@openapitools/openapi-generator-cli@npm:2.13.1"
"@openapitools/openapi-generator-cli@npm:2.13.3":
version: 2.13.3
resolution: "@openapitools/openapi-generator-cli@npm:2.13.3"
dependencies:
"@nestjs/axios": "npm:3.0.1"
"@nestjs/common": "npm:10.3.0"
"@nestjs/core": "npm:10.3.0"
"@nuxtjs/opencollective": "npm:0.3.2"
axios: "npm:1.6.5"
axios: "npm:1.6.8"
chalk: "npm:4.1.2"
commander: "npm:8.3.0"
compare-versions: "npm:4.1.4"
concurrently: "npm:6.5.1"
console.table: "npm:0.10.0"
fs-extra: "npm:10.1.0"
glob: "npm:7.2.3"
https-proxy-agent: "npm:7.0.4"
inquirer: "npm:8.2.6"
lodash: "npm:4.17.21"
reflect-metadata: "npm:0.1.13"
rxjs: "npm:7.8.1"
tslib: "npm:2.6.2"
bin:
openapi-generator-cli: main.js
checksum: 99c827f05249c228eec0f1281199db22cdd691ef1eab40126cc748fddab3da947127b7fe60e4c37cff3e79b86a083ee6a21eeb373dc4280cf827b988efcee5ce
checksum: eb27d11d80021729eebb36764e467e389d7b6c6b3c05fbe774456b94983b2a292ab9ca121e21f239350d1d747e7c3629d98c988c09d7ee590fb96170a335f60d
languageName: node
linkType: hard

Expand Down Expand Up @@ -5303,14 +5304,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.6.5":
version: 1.6.5
resolution: "axios@npm:1.6.5"
"axios@npm:1.6.8":
version: 1.6.8
resolution: "axios@npm:1.6.8"
dependencies:
follow-redirects: "npm:^1.15.4"
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 465489d9bf8f039b9adbc8103b6299d6a5e26de77b27f0e4173d814d39bca8f4b4659d94e09ee40461aedccd8c2452f1e2b3edace1c9f81220060d2974ff9dc7
checksum: 3f9a79eaf1d159544fca9576261ff867cbbff64ed30017848e4210e49f3b01e97cf416390150e6fdf6633f336cd43dc1151f890bbd09c3c01ad60bb0891eee63
languageName: node
linkType: hard

Expand Down Expand Up @@ -7800,7 +7801,7 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.4":
"follow-redirects@npm:^1.15.6":
version: 1.15.6
resolution: "follow-redirects@npm:1.15.6"
peerDependenciesMeta:
Expand Down Expand Up @@ -8386,7 +8387,7 @@ __metadata:
languageName: node
linkType: hard

"https-proxy-agent@npm:^7.0.1":
"https-proxy-agent@npm:7.0.4, https-proxy-agent@npm:^7.0.1":
version: 7.0.4
resolution: "https-proxy-agent@npm:7.0.4"
dependencies:
Expand Down

0 comments on commit 82f11a0

Please sign in to comment.