Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

chore(deps): update dependency typescript-json-schema to v0.64.0 #1942

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"typeorm": "0.3.20",
"typeorm-naming-strategies": "4.1.0",
"typescript": "5.4.5",
"typescript-json-schema": "0.63.0",
"typescript-json-schema": "0.64.0",
"yarn-run-all": "3.1.1"
}
}
8 changes: 4 additions & 4 deletions crawler/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4336,10 +4336,10 @@ [email protected]:
"@typescript-eslint/parser" "7.13.0"
"@typescript-eslint/utils" "7.13.0"

typescript-json-schema@0.63.0:
version "0.63.0"
resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.63.0.tgz#55ef6c4dde71625425b169d37e0de3d2ea14e093"
integrity sha512-vBfMBq4U/rZ5FIRi7u4o/YAdeRHsSabdGHogUlCPi0cYU0CGvS4Bdu8bSzyUsF+Kf5PTQUGh2TictJuQTDK6eQ==
typescript-json-schema@0.64.0:
version "0.64.0"
resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.64.0.tgz#899b7da969eb79894c702cebc291d2b483810390"
integrity sha512-Sew8llkYSzpxaMoGjpjD6NMFCr6DoWFHLs7Bz1LU48pzzi8ok8W+GZs9cG87IMBpC0UI7qwBMUI2um0LGxxLOg==
dependencies:
"@types/json-schema" "^7.0.9"
"@types/node" "^16.9.2"
Expand Down