From 27eac4bc707b357338cbf1315be9d64973d9b2f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 21:21:54 +0000 Subject: [PATCH] fix(deps): update dependency json-schema-to-ts to v2.6.0 (#2397) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [json-schema-to-ts](https://togithub.com/ThomasAribart/json-schema-to-ts) | [`2.5.5` -> `2.6.0`](https://renovatebot.com/diffs/npm/json-schema-to-ts/2.5.5/2.6.0) | [![age](https://badges.renovateapi.com/packages/npm/json-schema-to-ts/2.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/json-schema-to-ts/2.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/json-schema-to-ts/2.6.0/compatibility-slim/2.5.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/json-schema-to-ts/2.6.0/confidence-slim/2.5.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
ThomasAribart/json-schema-to-ts ### [`v2.6.0`](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.5.5...v2.6.0) [Compare Source](https://togithub.com/ThomasAribart/json-schema-to-ts/compare/v2.5.5...v2.6.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1d0751e47a..edab9b30c2 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "joi": "^17.3.0", "js-sha256": "^0.9.0", "js-yaml": "^4.1.0", - "json-schema-to-ts": "2.5.5", + "json-schema-to-ts": "2.6.0", "json2csv": "^5.0.7", "knex": "^2.0.0", "log4js": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 1ef5d216ef..793527b2c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4884,10 +4884,10 @@ json-parse-even-better-errors@^2.3.0: resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== -json-schema-to-ts@2.5.5: - version "2.5.5" - resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-2.5.5.tgz#09022355466dc07451b0d1235d4056ae67bceaa1" - integrity sha512-GFD5t0fUnX/B0gE9xbHjxv2BwFXRJND2+OKoLoMElJ3XRJ7dOBlLT7KXpg96aETeZ0RJbAZOfqHALBf5k4aIIA== +json-schema-to-ts@2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-2.6.0.tgz#17b1492571509ed0a6ea18dd06f26761a47920fe" + integrity sha512-j6x2ZFCN3exmGAaGusxZYB2mvgpy8I8UkkNmN1H6zlq+3mdBwSQMIsB5iAltGlBLWG4aPTYqeIkit4okTI0s7g== dependencies: "@types/json-schema" "^7.0.9" ts-algebra "^1.1.1"