Skip to content

Commit

Permalink
fix(deps): update dependency json-schema-to-typescript to v14.0.5 (#2452
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent c759774 commit 7947e17
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .buildkite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions .buildkite/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion github_bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
8 changes: 4 additions & 4 deletions github_bot/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7947e17

Please sign in to comment.