diff --git a/.buildkite/package.json b/.buildkite/package.json index c0724cb731..af542b2268 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.1.0", + "json-schema-to-typescript": "15.0.0", "minimatch": "^9.0.4", "targz": "^1.0.1", "tmp": "^0.2.1", diff --git a/.buildkite/yarn.lock b/.buildkite/yarn.lock index f24739539d..a61cb0f85b 100644 --- a/.buildkite/yarn.lock +++ b/.buildkite/yarn.lock @@ -907,10 +907,10 @@ js-yaml@^4.1.0: dependencies: argparse "^2.0.1" -json-schema-to-typescript@14.1.0: - version "14.1.0" - resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-14.1.0.tgz#31160d9cf13bf8f948a7ccefdf97e995bc183591" - integrity sha512-VIeAFQkn88gFh26MSHWG4uX7TjK/arTw0NVLMZn6vX1WrSF+P6xu5MyEdovu+9PJ0uiS5gm0wzwQvYW9eSq1uw== +json-schema-to-typescript@15.0.0: + version "15.0.0" + resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-15.0.0.tgz#cf7767eee4adaf73041cc0fc9d35e1d5f953585b" + integrity sha512-gOX3cJB4eL1ztMc3WUh569ubRcKnr8MnYk++6+/WaaN4bufGHSR6EcbUbvLZgirPQOfvni5SSGkRx0pYloYU8A== 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 577c3b4f6a..31a43516a8 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.1.0", + "json-schema-to-typescript": "15.0.0", "probot": "^12.3.3", "winston": "^3.3.3" }, diff --git a/github_bot/yarn.lock b/github_bot/yarn.lock index d747ed1fe4..57f4ead39d 100644 --- a/github_bot/yarn.lock +++ b/github_bot/yarn.lock @@ -2414,10 +2414,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.1.0: - version "14.1.0" - resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-14.1.0.tgz#31160d9cf13bf8f948a7ccefdf97e995bc183591" - integrity sha512-VIeAFQkn88gFh26MSHWG4uX7TjK/arTw0NVLMZn6vX1WrSF+P6xu5MyEdovu+9PJ0uiS5gm0wzwQvYW9eSq1uw== +json-schema-to-typescript@15.0.0: + version "15.0.0" + resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-15.0.0.tgz#cf7767eee4adaf73041cc0fc9d35e1d5f953585b" + integrity sha512-gOX3cJB4eL1ztMc3WUh569ubRcKnr8MnYk++6+/WaaN4bufGHSR6EcbUbvLZgirPQOfvni5SSGkRx0pYloYU8A== dependencies: "@apidevtools/json-schema-ref-parser" "^11.5.5" "@types/json-schema" "^7.0.15"