Skip to content

Commit 3e03621

Browse files
fix(deps): update dependency typescript-json-schema to v0.63.0
1 parent 90a797a commit 3e03621

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.63.0"
8484
},
8585
"browserslist": {
8686
"production": [

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12694,7 +12694,7 @@ path-case@^3.0.4:
1269412694
dot-case "^3.0.4"
1269512695
tslib "^2.0.3"
1269612696

12697-
path-equal@^1.1.2:
12697+
path-equal@^1.2.5:
1269812698
version "1.2.5"
1269912699
resolved "https://registry.yarnpkg.com/path-equal/-/path-equal-1.2.5.tgz#9fcbdd5e5daee448e96f43f3bac06c666b5e982a"
1270012700
integrity sha512-i73IctDr3F2W+bsOWDyyVm/lqsXO47aY9nsFZUjTT/aljSbkxHxxCoyZ9UUrM8jK0JVod+An+rl48RCsvWM+9g==
@@ -15246,21 +15246,21 @@ typedarray@^0.0.6:
1524615246
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1524715247
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1524815248

15249-
typescript-json-schema@0.56.0:
15250-
version "0.56.0"
15251-
resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.56.0.tgz#de3fe196633197aa66b10191e78f51d5f6b45847"
15252-
integrity sha512-k/aSEqx89YR2z/f2y3VwoOGzlKTWern0EIey2qqEpMRP7HL4CI8udPElzJs4eFVkPowCLJ1yVBSzuIWIUF+mMA==
15249+
typescript-json-schema@0.63.0:
15250+
version "0.63.0"
15251+
resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.63.0.tgz#55ef6c4dde71625425b169d37e0de3d2ea14e093"
15252+
integrity sha512-vBfMBq4U/rZ5FIRi7u4o/YAdeRHsSabdGHogUlCPi0cYU0CGvS4Bdu8bSzyUsF+Kf5PTQUGh2TictJuQTDK6eQ==
1525315253
dependencies:
1525415254
"@types/json-schema" "^7.0.9"
1525515255
"@types/node" "^16.9.2"
1525615256
glob "^7.1.7"
15257-
path-equal "^1.1.2"
15257+
path-equal "^1.2.5"
1525815258
safe-stable-stringify "^2.2.0"
1525915259
ts-node "^10.9.1"
15260-
typescript "~4.9.5"
15260+
typescript "~5.1.0"
1526115261
yargs "^17.1.1"
1526215262

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

0 commit comments

Comments
 (0)