Update dependency @openapitools/openapi-generator-cli to v2.13.1

This commit is contained in:
renovate[bot] 2024-03-26 08:08:16 +00:00 committed by GitHub
parent a9a3617465
commit 603ee013f9
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.8.2",
"license": "MPL-2.0",
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.12.0",
"@openapitools/openapi-generator-cli": "2.13.1",
"@rollup/plugin-typescript": "11.1.6",
"@tsconfig/recommended": "1.0.3",
"@typescript-eslint/eslint-plugin": "7.2.0",
@ -509,9 +509,9 @@
}
},
"node_modules/@openapitools/openapi-generator-cli": {
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.12.0.tgz",
"integrity": "sha512-1msjEK5y5zVNbDvbCQNY5Un7KUdhZ/2fhMGgToOQUF1gQOOHQVZ9ALXJkd9STb+wlV/1Cr/UVM56d85NOUMstA==",
"version": "2.13.1",
"resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.13.1.tgz",
"integrity": "sha512-WJB6MsFXlA69mpKCuR3hBsdFr7MptNhoIGlyvoYEorBQEg3cd6n1gACHx0fz20B3e03/imvorQlNMsrHTIeU9w==",
"dev": true,
"hasInstallScript": true,
"dependencies": {

View File

@ -25,7 +25,7 @@
"test": "vitest --exclude **/integration.test.ts"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.12.0",
"@openapitools/openapi-generator-cli": "2.13.1",
"@rollup/plugin-typescript": "11.1.6",
"@tsconfig/recommended": "1.0.3",
"@typescript-eslint/eslint-plugin": "7.2.0",