From c051ef42ba45ea8dce581a56d095ac6cdc843e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 15:24:25 +0000 Subject: [PATCH] chore(deps): bump swagger-typescript-api from 12.0.3 to 12.0.4 Bumps [swagger-typescript-api](https://github.com/acacode/swagger-typescript-api) from 12.0.3 to 12.0.4. - [Release notes](https://github.com/acacode/swagger-typescript-api/releases) - [Changelog](https://github.com/acacode/swagger-typescript-api/blob/master/CHANGELOG.md) - [Commits](https://github.com/acacode/swagger-typescript-api/compare/12.0.3...12.0.4) --- updated-dependencies: - dependency-name: swagger-typescript-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23e86c7..43c20a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "chalk": "^4.1.2", "lodash-es": "^4.17.21", - "swagger-typescript-api": "^12.0.3" + "swagger-typescript-api": "^12.0.4" }, "bin": { "openapi-axios": "bin/index.cjs" @@ -4930,9 +4930,9 @@ "integrity": "sha512-rCC0NWGKr/IJhtRuPq/t37qvZHI/mH4I4sxflVM+qgVe5Z2uOCivzWaVbuioJaB61kvm5UvB7b49E+oBY0M8jA==" }, "node_modules/swagger-typescript-api": { - "version": "12.0.3", - "resolved": "https://registry.npmmirror.com/swagger-typescript-api/-/swagger-typescript-api-12.0.3.tgz", - "integrity": "sha512-T2ioLmWuABtoxvJSp2y54yocr6ARhNMaJw8LLegf8G0tBWy6Xj3OvEM//5fv+LwkvTWPcMvCsbKQ+d4AnphzmA==", + "version": "12.0.4", + "resolved": "https://registry.npmmirror.com/swagger-typescript-api/-/swagger-typescript-api-12.0.4.tgz", + "integrity": "sha512-04ZxlJzu3g15TupfPhS0Yk0jzV/MM23WU4uuOl2vSi4yHrxEwnkIsoBkP084ec61q4vr2FHcI3DKxC+Mt1u10Q==", "dependencies": { "@types/swagger-schema-official": "2.0.22", "cosmiconfig": "7.0.1", diff --git a/package.json b/package.json index d4bdd77..1b93559 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "dependencies": { "chalk": "^4.1.2", "lodash-es": "^4.17.21", - "swagger-typescript-api": "^12.0.3" + "swagger-typescript-api": "^12.0.4" }, "devDependencies": { "@commitlint/cli": "^17.4.4",