diff --git a/dist/CHANGELOG.md b/dist/CHANGELOG.md index e394ff4..528bbe8 100644 --- a/dist/CHANGELOG.md +++ b/dist/CHANGELOG.md @@ -4,6 +4,7 @@ * auto approve bot prs ([#316](https://github.com/ExpediaGroup/spec-transformer/issues/316)) ([806ab90](https://github.com/ExpediaGroup/spec-transformer/commit/806ab9001246c5540fd660e136b74085cb4f80c2)) * **deps:** update dependencies commander from v12.1.0 to v13 ([#326](https://github.com/ExpediaGroup/spec-transformer/issues/326)) ([dafb4bd](https://github.com/ExpediaGroup/spec-transformer/commit/dafb4bd66ae520501b98c462c94663947d3d9576)) +* **deps:** update dependencies commander from v13.0.0 to v13.1.0 ([#331](https://github.com/ExpediaGroup/spec-transformer/issues/331)) ([d172bd9](https://github.com/ExpediaGroup/spec-transformer/commit/d172bd9af4c518ad9d8277478fd26c3737aba67c)) * **deps:** update dependencies openapi-to-postmanv2 from v4.22.0 to v4.23.1 ([#288](https://github.com/ExpediaGroup/spec-transformer/issues/288)) ([16456b8](https://github.com/ExpediaGroup/spec-transformer/commit/16456b80ba484dd4182d895f0d3a679a67e611f6)) * **deps:** update dependencies openapi-to-postmanv2 from v4.23.1 to v4.24.0 ([#297](https://github.com/ExpediaGroup/spec-transformer/issues/297)) ([c59dfc5](https://github.com/ExpediaGroup/spec-transformer/commit/c59dfc5ffb39d35c1c800f31f2d9c5f549ed57f0)) * **deps:** update dependencies openapi-to-postmanv2 from v4.24.0 to v4.25.0 ([#329](https://github.com/ExpediaGroup/spec-transformer/issues/329)) ([82344b2](https://github.com/ExpediaGroup/spec-transformer/commit/82344b29bde376a2fae1da5b9d9d03e2a221acb1)) diff --git a/dist/package.json b/dist/package.json index 00ee141..45a037b 100644 --- a/dist/package.json +++ b/dist/package.json @@ -37,7 +37,7 @@ }, "license": "Apache-2.0", "dependencies": { - "commander": "13.0.0", + "commander": "13.1.0", "js-yaml": "4.1.0", "openapi-to-postmanv2": "4.25.0", "openapi3-ts": "4.4.0"