Skip to content

Commit 63eb7c4

Browse files
fix(deps): update dependency typescript-json-schema to v0.64.0
1 parent 39e6e80 commit 63eb7c4

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"react-dom": "^18.2.0",
8181
"react-markdown": "8.0.7",
8282
"react-select": "5.7.4",
83-
"typescript-json-schema": "0.56.0"
83+
"typescript-json-schema": "0.64.0"
8484
},
8585
"browserslist": {
8686
"production": [

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12700,7 +12700,7 @@ path-case@^3.0.4:
1270012700
dot-case "^3.0.4"
1270112701
tslib "^2.0.3"
1270212702

12703-
path-equal@^1.1.2:
12703+
path-equal@^1.2.5:
1270412704
version "1.2.5"
1270512705
resolved "https://registry.yarnpkg.com/path-equal/-/path-equal-1.2.5.tgz#9fcbdd5e5daee448e96f43f3bac06c666b5e982a"
1270612706
integrity sha512-i73IctDr3F2W+bsOWDyyVm/lqsXO47aY9nsFZUjTT/aljSbkxHxxCoyZ9UUrM8jK0JVod+An+rl48RCsvWM+9g==
@@ -15261,21 +15261,21 @@ typedarray@^0.0.6:
1526115261
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1526215262
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1526315263

15264-
typescript-json-schema@0.56.0:
15265-
version "0.56.0"
15266-
resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.56.0.tgz#de3fe196633197aa66b10191e78f51d5f6b45847"
15267-
integrity sha512-k/aSEqx89YR2z/f2y3VwoOGzlKTWern0EIey2qqEpMRP7HL4CI8udPElzJs4eFVkPowCLJ1yVBSzuIWIUF+mMA==
15264+
typescript-json-schema@0.64.0:
15265+
version "0.64.0"
15266+
resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.64.0.tgz#899b7da969eb79894c702cebc291d2b483810390"
15267+
integrity sha512-Sew8llkYSzpxaMoGjpjD6NMFCr6DoWFHLs7Bz1LU48pzzi8ok8W+GZs9cG87IMBpC0UI7qwBMUI2um0LGxxLOg==
1526815268
dependencies:
1526915269
"@types/json-schema" "^7.0.9"
1527015270
"@types/node" "^16.9.2"
1527115271
glob "^7.1.7"
15272-
path-equal "^1.1.2"
15272+
path-equal "^1.2.5"
1527315273
safe-stable-stringify "^2.2.0"
1527415274
ts-node "^10.9.1"
15275-
typescript "~4.9.5"
15275+
typescript "~5.1.0"
1527615276
yargs "^17.1.1"
1527715277

15278-
[email protected], typescript@^5.0.0, typescript@~4.9.5:
15278+
[email protected], typescript@^5.0.0, typescript@~5.1.0:
1527915279
version "5.2.2"
1528015280
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
1528115281
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==

0 commit comments

Comments
 (0)