Skip to content

Commit c2553af

Browse files
authored
chore: update yarn.lock resulted from production build (#481)
1 parent 6df1cfc commit c2553af

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

yarn.lock

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7447,6 +7447,11 @@ columnify@^1.6.0:
74477447
strip-ansi "^6.0.1"
74487448
wcwidth "^1.0.0"
74497449

7450+
commander@^9.0.0:
7451+
version "9.4.0"
7452+
resolved "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz#bc4a40918fefe52e22450c111ecd6b7acce6f11c"
7453+
integrity sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==
7454+
74507455
commitizen@^4.0.3, commitizen@^4.2.4:
74517456
version "4.2.4"
74527457
resolved "https://registry.npmjs.org/commitizen/-/commitizen-4.2.4.tgz#a3e5b36bd7575f6bf6e7aa19dbbf06b0d8f37165"
@@ -10601,7 +10606,7 @@ json5@^1.0.1:
1060110606
dependencies:
1060210607
minimist "^1.2.0"
1060310608

10604-
json5@^2.2.1:
10609+
json5@^2.2.0, json5@^2.2.1:
1060510610
version "2.2.1"
1060610611
resolved "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
1060710612
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
@@ -13687,6 +13692,18 @@ ts-jest@^28.0.7:
1368713692
semver "7.x"
1368813693
yargs-parser "^21.0.1"
1368913694

13695+
13696+
version "1.0.0"
13697+
resolved "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.0.0.tgz#33e4affd1665268899eb57afbad397bc6a58cc53"
13698+
integrity sha512-F5VofsyMhNSXKII32NDS8/Ur8o2K3Sh5i/U2ke3UgCKf26ybgm2cZeT2x7VJPl1trML/9QLzz/82l0mvzmb3Vw==
13699+
dependencies:
13700+
"@types/json-schema" "^7.0.9"
13701+
commander "^9.0.0"
13702+
glob "^7.2.0"
13703+
json5 "^2.2.0"
13704+
safe-stable-stringify "^2.3.1"
13705+
typescript "~4.6.2"
13706+
1369013707
ts-node@^10.2.1, ts-node@^10.8.1:
1369113708
version "10.8.2"
1369213709
resolved "https://registry.npmjs.org/ts-node/-/ts-node-10.8.2.tgz#3185b75228cef116bf82ffe8762594f54b2a23f2"
@@ -13853,6 +13870,11 @@ typescript@~4.4.4:
1385313870
resolved "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
1385413871
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
1385513872

13873+
typescript@~4.6.2:
13874+
version "4.6.4"
13875+
resolved "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
13876+
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
13877+
1385613878
ua-parser-js@^0.7.30:
1385713879
version "0.7.31"
1385813880
resolved "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.31.tgz#649a656b191dffab4f21d5e053e27ca17cbff5c6"

0 commit comments

Comments
 (0)