From 949a8906ffdbd98b14ecbb993c59565a28b45d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 08:13:32 +0000 Subject: [PATCH] Bump json-schema-to-ts from 2.9.1 to 2.12.0 Bumps [json-schema-to-ts](https://github.com/ThomasAribart/json-schema-to-ts) from 2.9.1 to 2.12.0. - [Release notes](https://github.com/ThomasAribart/json-schema-to-ts/releases) - [Commits](https://github.com/ThomasAribart/json-schema-to-ts/compare/v2.9.1...v2.12.0) --- updated-dependencies: - dependency-name: json-schema-to-ts dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index effc48c7..e6093f0e 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint": "^8.52.0", "fastify-tsconfig": "^2.0.0", "googleapis": "^134.0.0", - "json-schema-to-ts": "^2.0.0", + "json-schema-to-ts": "^2.12.0", "make-fetch-happen": "^13.0.0", "minimist": "^1.2.8", "openai": "^4.20.1", diff --git a/yarn.lock b/yarn.lock index e5faf3ff..d16008f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2918,14 +2918,14 @@ json-schema-resolver@^2.0.0: rfdc "^1.1.4" uri-js "^4.2.2" -json-schema-to-ts@^2.0.0: - version "2.9.1" - resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-2.9.1.tgz#0e055b787587477abdb7e880c874efad3dba7779" - integrity sha512-8MNpRGERlCUWYeJwsWkMrJ0MWzBz49dfqpG+n9viiIlP4othaahbiaNQZuBzmPxRLUhOv1QJMCzW5WE8nHFGIQ== +json-schema-to-ts@^2.12.0: + version "2.12.0" + resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-2.12.0.tgz#fd8bc79cebadc7bee5be1e32b289f4f7e1c2e4ae" + integrity sha512-uTde38yBm5lzJSRPWRaasxZo72pb+JGE4iUksNdNfAkFaLhV4N9akeBxPPUpZy5onINt9Zo0oTLrAoEXyZESiQ== dependencies: "@babel/runtime" "^7.18.3" "@types/json-schema" "^7.0.9" - ts-algebra "^1.2.0" + ts-algebra "^1.2.2" json-schema-traverse@^0.4.1: version "0.4.1" @@ -4582,10 +4582,10 @@ trivial-deferred@^2.0.0: resolved "https://registry.yarnpkg.com/trivial-deferred/-/trivial-deferred-2.0.0.tgz#06b6ffa7655916fbe5956203b5e06842fa969dd1" integrity sha512-iGbM7X2slv9ORDVj2y2FFUq3cP/ypbtu2nQ8S38ufjL0glBABvmR9pTdsib1XtS2LUhhLMbelaBUaf/s5J3dSw== -ts-algebra@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/ts-algebra/-/ts-algebra-1.2.0.tgz#f91c481207a770f0d14d055c376cbee040afdfc9" - integrity sha512-kMuJJd8B2N/swCvIvn1hIFcIOrLGbWl9m/J6O3kHx9VRaevh00nvgjPiEGaRee7DRaAczMYR2uwWvXU22VFltw== +ts-algebra@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/ts-algebra/-/ts-algebra-1.2.2.tgz#b75d301c28cd4126cd344760a47b43e48e2872e0" + integrity sha512-kloPhf1hq3JbCPOTYoOWDKxebWjNb2o/LKnNfkWhxVVisFFmMJPPdJeGoGmM+iRLyoXAR61e08Pb+vUXINg8aA== ts-api-utils@^1.0.1: version "1.0.1"