|
1310 | 1310 | node-gyp "^8.2.0"
|
1311 | 1311 | read-package-json-fast "^2.0.1"
|
1312 | 1312 |
|
1313 |
| -"@oclif/core@^2.15.0": |
1314 |
| - version "2.15.0" |
1315 |
| - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a" |
1316 |
| - integrity sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA== |
1317 |
| - dependencies: |
1318 |
| - "@types/cli-progress" "^3.11.0" |
1319 |
| - ansi-escapes "^4.3.2" |
1320 |
| - ansi-styles "^4.3.0" |
1321 |
| - cardinal "^2.1.1" |
1322 |
| - chalk "^4.1.2" |
1323 |
| - clean-stack "^3.0.1" |
1324 |
| - cli-progress "^3.12.0" |
1325 |
| - debug "^4.3.4" |
1326 |
| - ejs "^3.1.8" |
1327 |
| - get-package-type "^0.1.0" |
1328 |
| - globby "^11.1.0" |
1329 |
| - hyperlinker "^1.0.0" |
1330 |
| - indent-string "^4.0.0" |
1331 |
| - is-wsl "^2.2.0" |
1332 |
| - js-yaml "^3.14.1" |
1333 |
| - natural-orderby "^2.0.3" |
1334 |
| - object-treeify "^1.1.33" |
1335 |
| - password-prompt "^1.1.2" |
1336 |
| - slice-ansi "^4.0.0" |
1337 |
| - string-width "^4.2.3" |
1338 |
| - strip-ansi "^6.0.1" |
1339 |
| - supports-color "^8.1.1" |
1340 |
| - supports-hyperlinks "^2.2.0" |
1341 |
| - ts-node "^10.9.1" |
1342 |
| - tslib "^2.5.0" |
1343 |
| - widest-line "^3.1.0" |
1344 |
| - wordwrap "^1.0.0" |
1345 |
| - wrap-ansi "^7.0.0" |
1346 |
| - |
1347 | 1313 | "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2":
|
1348 | 1314 | version "3.19.2"
|
1349 | 1315 | resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.2.tgz#1672061e7309f0048f9f9991607b303a9e5082fc"
|
|
1377 | 1343 | wordwrap "^1.0.0"
|
1378 | 1344 | wrap-ansi "^7.0.0"
|
1379 | 1345 |
|
1380 |
| -"@oclif/plugin-help@^5.2.20": |
1381 |
| - version "5.2.20" |
1382 |
| - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.20.tgz#4035a0ac231f95fb8e334da342175e3ca00f6abc" |
1383 |
| - integrity sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ== |
| 1346 | +"@oclif/plugin-help@^6": |
| 1347 | + version "6.0.14" |
| 1348 | + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.14.tgz#9e572fb8394e9cbe2da3465c029eb9521f9c9198" |
| 1349 | + integrity sha512-orKUsV8hYtbnPf1W7y5wnnR2X6UFOl7hqTh/Uj4E+3ju/8TnvpavZXFA2UQecKWcfdbYjuTwxuZdeh8vBWFLIQ== |
1384 | 1350 | dependencies:
|
1385 |
| - "@oclif/core" "^2.15.0" |
| 1351 | + "@oclif/core" "^3.19.2" |
1386 | 1352 |
|
1387 | 1353 | "@oclif/plugin-help@^6.0.12":
|
1388 | 1354 | version "6.0.12"
|
|
2110 | 2076 | resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
|
2111 | 2077 | integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
|
2112 | 2078 |
|
2113 |
| -"@types/cli-progress@^3.11.0", "@types/cli-progress@^3.11.5": |
| 2079 | +"@types/cli-progress@^3.11.5": |
2114 | 2080 | version "3.11.5"
|
2115 | 2081 | resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.5.tgz#9518c745e78557efda057e3f96a5990c717268c3"
|
2116 | 2082 | integrity sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==
|
@@ -4629,10 +4595,10 @@ humanize-ms@^1.2.1:
|
4629 | 4595 | dependencies:
|
4630 | 4596 | ms "^2.0.0"
|
4631 | 4597 |
|
4632 |
| -husky@^8.0.3: |
4633 |
| - version "8.0.3" |
4634 |
| - resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184" |
4635 |
| - integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg== |
| 4598 | +husky@^9: |
| 4599 | + version "9.0.11" |
| 4600 | + resolved "https://registry.yarnpkg.com/husky/-/husky-9.0.11.tgz#fc91df4c756050de41b3e478b2158b87c1e79af9" |
| 4601 | + integrity sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw== |
4636 | 4602 |
|
4637 | 4603 | hyperlinker@^1.0.0:
|
4638 | 4604 | version "1.0.0"
|
|
5684 | 5650 | is-plain-obj "^1.1.0"
|
5685 | 5651 | kind-of "^6.0.3"
|
5686 | 5652 |
|
5687 |
| -minimist@^1.2.0, minimist@^1.2.6: |
| 5653 | +minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.6: |
5688 | 5654 | version "1.2.8"
|
5689 | 5655 | resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
|
5690 | 5656 | integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
|
@@ -6380,7 +6346,7 @@ pascal-case@^3.1.2:
|
6380 | 6346 | no-case "^3.0.4"
|
6381 | 6347 | tslib "^2.0.3"
|
6382 | 6348 |
|
6383 |
| -password-prompt@^1.1.2, password-prompt@^1.1.3: |
| 6349 | +password-prompt@^1.1.3: |
6384 | 6350 | version "1.1.3"
|
6385 | 6351 | resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
|
6386 | 6352 | integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
|
@@ -6977,6 +6943,14 @@ shelljs@^0.8.5:
|
6977 | 6943 | interpret "^1.0.0"
|
6978 | 6944 | rechoir "^0.6.2"
|
6979 | 6945 |
|
| 6946 | +shx@^0.3.4: |
| 6947 | + version "0.3.4" |
| 6948 | + resolved "https://registry.yarnpkg.com/shx/-/shx-0.3.4.tgz#74289230b4b663979167f94e1935901406e40f02" |
| 6949 | + integrity sha512-N6A9MLVqjxZYcVn8hLmtneQWIJtp8IKzMP4eMnx+nqkvXoqinUPCbUFLp2UcWTEIUONhlk0ewxr/jaVGlc+J+g== |
| 6950 | + dependencies: |
| 6951 | + minimist "^1.2.3" |
| 6952 | + shelljs "^0.8.5" |
| 6953 | + |
6980 | 6954 | side-channel@^1.0.4:
|
6981 | 6955 | version "1.0.4"
|
6982 | 6956 | resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
|
@@ -7445,7 +7419,7 @@ ts-json-schema-generator@^1.5.0:
|
7445 | 7419 | safe-stable-stringify "^2.4.3"
|
7446 | 7420 | typescript "~5.3.2"
|
7447 | 7421 |
|
7448 |
| -ts-node@^10.9.1, ts-node@^10.9.2: |
| 7422 | +ts-node@^10.9.2: |
7449 | 7423 | version "10.9.2"
|
7450 | 7424 | resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
|
7451 | 7425 | integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
|
|
0 commit comments