From 3e03621d60c74f75a4634eead43ae6fb90b19ef1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:58:29 +0000 Subject: [PATCH] fix(deps): update dependency typescript-json-schema to v0.63.0 --- website/package.json | 2 +- yarn.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/website/package.json b/website/package.json index 78b4c86b760..2c080a700d7 100644 --- a/website/package.json +++ b/website/package.json @@ -80,7 +80,7 @@ "react-dom": "^18.2.0", "react-markdown": "8.0.7", "react-select": "5.7.4", - "typescript-json-schema": "0.56.0" + "typescript-json-schema": "0.63.0" }, "browserslist": { "production": [ diff --git a/yarn.lock b/yarn.lock index ee8fc797298..f3a3c663b3a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12694,7 +12694,7 @@ path-case@^3.0.4: dot-case "^3.0.4" tslib "^2.0.3" -path-equal@^1.1.2: +path-equal@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/path-equal/-/path-equal-1.2.5.tgz#9fcbdd5e5daee448e96f43f3bac06c666b5e982a" integrity sha512-i73IctDr3F2W+bsOWDyyVm/lqsXO47aY9nsFZUjTT/aljSbkxHxxCoyZ9UUrM8jK0JVod+An+rl48RCsvWM+9g== @@ -15246,21 +15246,21 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typescript-json-schema@0.56.0: - version "0.56.0" - resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.56.0.tgz#de3fe196633197aa66b10191e78f51d5f6b45847" - integrity sha512-k/aSEqx89YR2z/f2y3VwoOGzlKTWern0EIey2qqEpMRP7HL4CI8udPElzJs4eFVkPowCLJ1yVBSzuIWIUF+mMA== +typescript-json-schema@0.63.0: + version "0.63.0" + resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.63.0.tgz#55ef6c4dde71625425b169d37e0de3d2ea14e093" + integrity sha512-vBfMBq4U/rZ5FIRi7u4o/YAdeRHsSabdGHogUlCPi0cYU0CGvS4Bdu8bSzyUsF+Kf5PTQUGh2TictJuQTDK6eQ== dependencies: "@types/json-schema" "^7.0.9" "@types/node" "^16.9.2" glob "^7.1.7" - path-equal "^1.1.2" + path-equal "^1.2.5" safe-stable-stringify "^2.2.0" ts-node "^10.9.1" - typescript "~4.9.5" + typescript "~5.1.0" yargs "^17.1.1" -typescript@5.2.2, typescript@^5.0.0, typescript@~4.9.5: +typescript@5.2.2, typescript@^5.0.0, typescript@~5.1.0: version "5.2.2" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==