Skip to content

Commit bd24ae3

Browse files
Bump typescript-json-schema from 0.63.0 to 0.65.1 (#54)
1 parent ebd3ac2 commit bd24ae3

File tree

2 files changed

+24
-12
lines changed

2 files changed

+24
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"shebang-loader": "0.0.1",
5959
"styled-jsx": "5.1.2",
6060
"stylis": "3.5.4",
61-
"typescript-json-schema": "0.63.0",
61+
"typescript-json-schema": "0.65.1",
6262
"uuid": "9.0.1",
6363
"webpack-cli": "5.1.4",
6464
"xterm": "5.3.0",

yarn.lock

+23-11
Original file line numberDiff line numberDiff line change
@@ -1186,11 +1186,18 @@
11861186
dependencies:
11871187
undici-types "~6.19.8"
11881188

1189-
"@types/node@^16.11.26", "@types/node@^16.9.2":
1189+
"@types/node@^16.11.26":
11901190
version "16.18.36"
11911191
resolved "https://registry.npmjs.org/@types/node/-/node-16.18.36.tgz#0db5d7efc4760d36d0d1d22c85d1a53accd5dc27"
11921192
integrity sha512-8egDX8dE50XyXWH6C6PRCNkTP106DuUrvdrednFouDSmCi7IOvrqr0frznfZaHifHH/3aq/7a7v9N4wdXMqhBQ==
11931193

1194+
"@types/node@^18.11.9":
1195+
version "18.19.64"
1196+
resolved "https://registry.npmjs.org/@types/node/-/node-18.19.64.tgz#122897fb79f2a9ec9c979bded01c11461b2b1478"
1197+
integrity sha512-955mDqvO2vFf/oL7V3WiUtiz+BugyX8uVbaT2H8oj3+8dRyH2FLiNdowe7eNqRM7IOIZvzDH76EoAT+gwm6aIQ==
1198+
dependencies:
1199+
undici-types "~5.26.4"
1200+
11941201
"@types/normalize-package-data@^2.4.1":
11951202
version "2.4.1"
11961203
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -8480,18 +8487,18 @@ typedarray-to-buffer@^3.1.5:
84808487
dependencies:
84818488
is-typedarray "^1.0.0"
84828489

8483-
typescript-json-schema@0.63.0:
8484-
version "0.63.0"
8485-
resolved "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.63.0.tgz#55ef6c4dde71625425b169d37e0de3d2ea14e093"
8486-
integrity sha512-vBfMBq4U/rZ5FIRi7u4o/YAdeRHsSabdGHogUlCPi0cYU0CGvS4Bdu8bSzyUsF+Kf5PTQUGh2TictJuQTDK6eQ==
8490+
typescript-json-schema@0.65.1:
8491+
version "0.65.1"
8492+
resolved "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.65.1.tgz#24840812f69b220b75d86ed87e220b3b3345db2c"
8493+
integrity sha512-tuGH7ff2jPaUYi6as3lHyHcKpSmXIqN7/mu50x3HlYn0EHzLpmt3nplZ7EuhUkO0eqDRc9GqWNkfjgBPIS9kxg==
84878494
dependencies:
84888495
"@types/json-schema" "^7.0.9"
8489-
"@types/node" "^16.9.2"
8496+
"@types/node" "^18.11.9"
84908497
glob "^7.1.7"
84918498
path-equal "^1.2.5"
84928499
safe-stable-stringify "^2.2.0"
84938500
ts-node "^10.9.1"
8494-
typescript "~5.1.0"
8501+
typescript "~5.5.0"
84958502
yargs "^17.1.1"
84968503

84978504
@@ -8504,10 +8511,10 @@ typescript@^4.0.2:
85048511
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
85058512
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
85068513

8507-
typescript@~5.1.0:
8508-
version "5.1.6"
8509-
resolved "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
8510-
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
8514+
typescript@~5.5.0:
8515+
version "5.5.4"
8516+
resolved "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
8517+
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
85118518

85128519
unbox-primitive@^1.0.1:
85138520
version "1.0.1"
@@ -8529,6 +8536,11 @@ unbox-primitive@^1.0.2:
85298536
has-symbols "^1.0.3"
85308537
which-boxed-primitive "^1.0.2"
85318538

8539+
undici-types@~5.26.4:
8540+
version "5.26.5"
8541+
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
8542+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
8543+
85328544
undici-types@~6.19.8:
85338545
version "6.19.8"
85348546
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"

0 commit comments

Comments
 (0)