diff --git a/package.json b/package.json index 42d5e07..80b4f5f 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ "prettier": "^2.7.1", "ts-jest": "^29.0.3", "typescript": "^5.0.0", - "typescript-json-schema": "^0.55.0" + "typescript-json-schema": "^0.56.0" } } diff --git a/yarn.lock b/yarn.lock index 06ec0f0..f1becad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3806,10 +3806,10 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -typescript-json-schema@^0.55.0: - version "0.55.0" - resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.55.0.tgz#f268d27ac0b76284a929c6f72714c6ca4e1b5e20" - integrity sha512-BXaivYecUdiXWWNiUqXgY6A9cMWerwmhtO+lQE7tDZGs7Mf38sORDeQZugfYOZOHPZ9ulsD+w0LWjFDOQoXcwg== +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== dependencies: "@types/json-schema" "^7.0.9" "@types/node" "^16.9.2" @@ -3817,7 +3817,7 @@ typescript-json-schema@^0.55.0: path-equal "^1.1.2" safe-stable-stringify "^2.2.0" ts-node "^10.9.1" - typescript "~4.8.2" + typescript "~4.9.5" yargs "^17.1.1" typescript@^5.0.0: @@ -3825,10 +3825,10 @@ typescript@^5.0.0: resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf" integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA== -typescript@~4.8.2: - version "4.8.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" - integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== +typescript@~4.9.5: + version "4.9.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" + integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== unbox-primitive@^1.0.2: version "1.0.2"