From 05827122b3d4a932cbb76dcbea8c17ccfc102313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 06:23:39 +0000 Subject: [PATCH] Bump typescript-json-schema from 0.59.0 to 0.60.0 Bumps [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) from 0.59.0 to 0.60.0. - [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.59.0...v0.60.0) --- updated-dependencies: - dependency-name: typescript-json-schema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a9b1015e..35c95b5c 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "shebang-loader": "0.0.1", "styled-jsx": "5.1.2", "stylis": "3.5.4", - "typescript-json-schema": "0.59.0", + "typescript-json-schema": "0.60.0", "uuid": "9.0.0", "webpack-cli": "5.1.4", "xterm": "5.2.1", diff --git a/yarn.lock b/yarn.lock index f843181f..054cbac1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7702,10 +7702,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript-json-schema@0.59.0: - version "0.59.0" - resolved "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.59.0.tgz#736d1b4e4b101b9e989741958f0b2571e998d6ed" - integrity sha512-eYB9RO8p4PntznWUukdDQHckNfxzjEFCJUgsWeCE43mcFioE0wXGTSECGk1uhty9XQMxkpuI4pKAqqnb62ln3Q== +typescript-json-schema@0.60.0: + version "0.60.0" + resolved "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.60.0.tgz#8c9cd34be601441d988d93d8f83ee20fda009a67" + integrity sha512-pgSsm0K4jN2BMVPRVe8aCsct0hGAdmFIU3P8LtuUuwqzZnJh9oEabz82RuVhIWcKAA/yVyHYBKXWkkDid8/R9Q== dependencies: "@types/json-schema" "^7.0.9" "@types/node" "^16.9.2" @@ -7713,7 +7713,7 @@ typescript-json-schema@0.59.0: 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: @@ -7721,11 +7721,16 @@ typescript@5.2.2: resolved "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== -typescript@^4.0.2, typescript@~4.9.5: +typescript@^4.0.2: version "4.9.5" resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== +typescript@~5.1.0: + version "5.1.6" + resolved "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" + integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== + unbox-primitive@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"