From ec7b225f91b0dd4d826f4f0606946ac774c52fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:16:19 +0000 Subject: [PATCH] Bump typescript-json-schema from 0.60.0 to 0.61.0 Bumps [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) from 0.60.0 to 0.61.0. - [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.60.0...v0.61.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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c3e5f2a4..80c71d2e 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.60.0", + "typescript-json-schema": "0.61.0", "uuid": "9.0.0", "webpack-cli": "5.1.4", "xterm": "5.2.1", diff --git a/yarn.lock b/yarn.lock index 3fdab519..f5c39331 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7668,10 +7668,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -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== +typescript-json-schema@0.61.0: + version "0.61.0" + resolved "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.61.0.tgz#6f09f249469b2a8bb642578de0801e1e1d22f969" + integrity sha512-sYKnLJjvh9ljdSQkh91LM9PEzgzrgnYfvU226IauISFd+379VCti/VtAFXd00Z9euLkVffh5LRTAO8eamsxUlw== dependencies: "@types/json-schema" "^7.0.9" "@types/node" "^16.9.2"