Skip to content

Commit 2e739c5

Browse files
fix(deps): update dependency typescript-json-schema to v0.61.0
1 parent 9df3644 commit 2e739c5

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
@@ -81,7 +81,7 @@
8181
"react-dom": "18.2.0",
8282
"react-markdown": "8.0.7",
8383
"react-select": "5.7.4",
84-
"typescript-json-schema": "0.56.0"
84+
"typescript-json-schema": "0.61.0"
8585
},
8686
"browserslist": {
8787
"production": [

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12182,7 +12182,7 @@ path-case@^3.0.4:
1218212182
dot-case "^3.0.4"
1218312183
tslib "^2.0.3"
1218412184

12185-
path-equal@^1.1.2:
12185+
path-equal@^1.2.5:
1218612186
version "1.2.5"
1218712187
resolved "https://registry.yarnpkg.com/path-equal/-/path-equal-1.2.5.tgz#9fcbdd5e5daee448e96f43f3bac06c666b5e982a"
1218812188
integrity sha512-i73IctDr3F2W+bsOWDyyVm/lqsXO47aY9nsFZUjTT/aljSbkxHxxCoyZ9UUrM8jK0JVod+An+rl48RCsvWM+9g==
@@ -14644,21 +14644,21 @@ typedarray@^0.0.6:
1464414644
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1464514645
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1464614646

14647-
typescript-json-schema@0.56.0:
14648-
version "0.56.0"
14649-
resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.56.0.tgz#de3fe196633197aa66b10191e78f51d5f6b45847"
14650-
integrity sha512-k/aSEqx89YR2z/f2y3VwoOGzlKTWern0EIey2qqEpMRP7HL4CI8udPElzJs4eFVkPowCLJ1yVBSzuIWIUF+mMA==
14647+
typescript-json-schema@0.61.0:
14648+
version "0.61.0"
14649+
resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.61.0.tgz#6f09f249469b2a8bb642578de0801e1e1d22f969"
14650+
integrity sha512-sYKnLJjvh9ljdSQkh91LM9PEzgzrgnYfvU226IauISFd+379VCti/VtAFXd00Z9euLkVffh5LRTAO8eamsxUlw==
1465114651
dependencies:
1465214652
"@types/json-schema" "^7.0.9"
1465314653
"@types/node" "^16.9.2"
1465414654
glob "^7.1.7"
14655-
path-equal "^1.1.2"
14655+
path-equal "^1.2.5"
1465614656
safe-stable-stringify "^2.2.0"
1465714657
ts-node "^10.9.1"
14658-
typescript "~4.9.5"
14658+
typescript "~5.1.0"
1465914659
yargs "^17.1.1"
1466014660

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

0 commit comments

Comments
 (0)