Merge pull request #807 from jellyfin/renovate/openapitools-openapi-generator-cli-2.x
Some checks failed
Code quality / Lint (push) Has been cancelled
Code quality / TypeScript Build (push) Has been cancelled
CodeQL / Analyze (typescript) (push) Has been cancelled
SDK Documentation Publish / Build Documentation (push) Has been cancelled
SDK Unstable Branch / update (push) Has been cancelled
Test / Test (push) Has been cancelled
SDK Documentation Publish / Deploy to GitHub Pages (push) Has been cancelled

This commit is contained in:
Bill Thornton 2024-10-15 22:30:28 -04:00 committed by GitHub
commit aa26bb2d55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "0.10.0",
"license": "MPL-2.0",
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.13.13",
"@openapitools/openapi-generator-cli": "2.14.0",
"@rollup/plugin-typescript": "12.1.0",
"@tsconfig/recommended": "1.0.7",
"@typescript-eslint/eslint-plugin": "7.3.1",
@ -499,9 +499,9 @@
}
},
"node_modules/@openapitools/openapi-generator-cli": {
"version": "2.13.13",
"resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.13.13.tgz",
"integrity": "sha512-uioqbxB6TfiLoOEE3T8kqTn/ffaRzOwS3ATMQnoMvh2lwADKMT6bDLfE3YO3XTEj+HflXcsLXQGK6PLiqa8Mmw==",
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.14.0.tgz",
"integrity": "sha512-k+ioQLtXLXgNbhQbp1UOxtaUnnYTWwAPev88hP5qauFA+eq4NyeQGNojknFssXg2x0VT0TUGmU3PZ2DiQ70IVg==",
"dev": true,
"hasInstallScript": true,
"license": "Apache-2.0",

View File

@ -26,7 +26,7 @@
"test:integration": "vitest integration"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.13.13",
"@openapitools/openapi-generator-cli": "2.14.0",
"@rollup/plugin-typescript": "12.1.0",
"@tsconfig/recommended": "1.0.7",
"@typescript-eslint/eslint-plugin": "7.3.1",