diff --git a/.buildkite/package.json b/.buildkite/package.json index 05b48553a4..944e60908c 100644 --- a/.buildkite/package.json +++ b/.buildkite/package.json @@ -21,7 +21,7 @@ "axios": "^1.6.0", "buildkite-agent-node": "^0.0.11-pre.2", "gh-pages": "^5.0.0", - "json-schema-to-typescript": "14.0.4", + "json-schema-to-typescript": "14.0.5", "minimatch": "^9.0.4", "targz": "^1.0.1", "tmp": "^0.2.1", diff --git a/.buildkite/yarn.lock b/.buildkite/yarn.lock index 89459bb6af..a081753bdb 100644 --- a/.buildkite/yarn.lock +++ b/.buildkite/yarn.lock @@ -912,10 +912,10 @@ js-yaml@^4.1.0: dependencies: argparse "^2.0.1" -json-schema-to-typescript@14.0.4: - version "14.0.4" - resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-14.0.4.tgz#fcb993900b608e1dfa6a250f347179422855325d" - integrity sha512-covPOp3hrbD+oEcMvDxP5Rh6xNZj7lOTZkXAeQoDyu1PuEl1A6oRZ3Sy05HN11vXXmdJ6gLh5P3Qz0mgMPTzzw== +json-schema-to-typescript@14.0.5: + version "14.0.5" + resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-14.0.5.tgz#e7793a1da6b3bd76844cef836074bfaf32a29844" + integrity sha512-JmHsbgY0KKo8Pw0HRXpGzAlZYxlu+M5kFhSzhNkUSrVJ4sCXPdAGIdSpzva5ev2/Kybz10S6AfnNdF4o3Pzt3A== dependencies: "@apidevtools/json-schema-ref-parser" "^11.5.5" "@types/json-schema" "^7.0.15" diff --git a/github_bot/package.json b/github_bot/package.json index 2f93a7992b..f9c2a071f7 100644 --- a/github_bot/package.json +++ b/github_bot/package.json @@ -23,7 +23,7 @@ "buildkite-agent-node": "^0.0.11-pre.2", "express": "^4.19.2", "express-promise-router": "^4.1.1", - "json-schema-to-typescript": "14.0.4", + "json-schema-to-typescript": "14.0.5", "probot": "^12.3.3", "winston": "^3.3.3" }, diff --git a/github_bot/yarn.lock b/github_bot/yarn.lock index 4e014ea470..574bbbe198 100644 --- a/github_bot/yarn.lock +++ b/github_bot/yarn.lock @@ -2395,10 +2395,10 @@ json-parse-better-errors@^1.0.1: resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== -json-schema-to-typescript@14.0.4: - version "14.0.4" - resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-14.0.4.tgz#fcb993900b608e1dfa6a250f347179422855325d" - integrity sha512-covPOp3hrbD+oEcMvDxP5Rh6xNZj7lOTZkXAeQoDyu1PuEl1A6oRZ3Sy05HN11vXXmdJ6gLh5P3Qz0mgMPTzzw== +json-schema-to-typescript@14.0.5: + version "14.0.5" + resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-14.0.5.tgz#e7793a1da6b3bd76844cef836074bfaf32a29844" + integrity sha512-JmHsbgY0KKo8Pw0HRXpGzAlZYxlu+M5kFhSzhNkUSrVJ4sCXPdAGIdSpzva5ev2/Kybz10S6AfnNdF4o3Pzt3A== dependencies: "@apidevtools/json-schema-ref-parser" "^11.5.5" "@types/json-schema" "^7.0.15"