|
1710 | 1710 | node-gyp "^10.0.0"
|
1711 | 1711 | which "^4.0.0"
|
1712 | 1712 |
|
1713 |
| -"@oclif/core@3.26.0": |
1714 |
| - version "3.26.0" |
1715 |
| - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279" |
1716 |
| - integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA== |
| 1713 | +"@oclif/core@3.26.3": |
| 1714 | + version "3.26.3" |
| 1715 | + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2" |
| 1716 | + integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg== |
1717 | 1717 | dependencies:
|
1718 | 1718 | "@types/cli-progress" "^3.11.5"
|
1719 | 1719 | ansi-escapes "^4.3.2"
|
|
1724 | 1724 | cli-progress "^3.12.0"
|
1725 | 1725 | color "^4.2.3"
|
1726 | 1726 | debug "^4.3.4"
|
1727 |
| - ejs "^3.1.9" |
| 1727 | + ejs "^3.1.10" |
1728 | 1728 | get-package-type "^0.1.0"
|
1729 | 1729 | globby "^11.1.0"
|
1730 | 1730 | hyperlinker "^1.0.0"
|
1731 | 1731 | indent-string "^4.0.0"
|
1732 | 1732 | is-wsl "^2.2.0"
|
1733 | 1733 | js-yaml "^3.14.1"
|
1734 |
| - minimatch "^9.0.3" |
| 1734 | + minimatch "^9.0.4" |
1735 | 1735 | natural-orderby "^2.0.3"
|
1736 | 1736 | object-treeify "^1.1.33"
|
1737 | 1737 | password-prompt "^1.1.3"
|
|
1778 | 1778 | wordwrap "^1.0.0"
|
1779 | 1779 | wrap-ansi "^7.0.0"
|
1780 | 1780 |
|
1781 |
| -"@oclif/plugin-command-snapshot@^5.1.4": |
1782 |
| - version "5.1.4" |
1783 |
| - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.4.tgz#fc550f0ba66f41620734fb675e12070f943f4b2a" |
1784 |
| - integrity sha512-nXrMI/LmnfADgoBtYhdNa6K4BpabH++9iX1k0W0+xQJdcB2yVExYSovzeriRpL/uoVZPtZ92Lw0koo3VH0nmzA== |
| 1781 | +"@oclif/plugin-command-snapshot@^5.1.6": |
| 1782 | + version "5.1.6" |
| 1783 | + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.6.tgz#7bf028cbbaac1dcb1b979b7e34cf6de75cedd104" |
| 1784 | + integrity sha512-i44oUyDOaMiUdloKN7darp4gE/Lio+K8yV0Qz04XkYzjHmGOz/41K5wcSMGvZc1EPmxCK2NBjR4W89TmCS8OjA== |
1785 | 1785 | dependencies:
|
1786 |
| - "@oclif/core" "3.26.0" |
| 1786 | + "@oclif/core" "3.26.3" |
1787 | 1787 | "@types/lodash.difference" "^4.5.9"
|
1788 | 1788 | chalk "^5.3.0"
|
1789 | 1789 | globby "^14.0.1"
|
|
1792 | 1792 | lodash.get "^4.4.2"
|
1793 | 1793 | lodash.sortby "^4.7.0"
|
1794 | 1794 | semver "^7.6.0"
|
1795 |
| - ts-json-schema-generator "^1.5.0" |
| 1795 | + ts-json-schema-generator "^1.5.1" |
1796 | 1796 |
|
1797 | 1797 | "@oclif/plugin-help@^6.0.18":
|
1798 | 1798 | version "6.0.20"
|
|
2749 | 2749 | resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz"
|
2750 | 2750 | integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
|
2751 | 2751 |
|
| 2752 | +"@types/json-schema@^7.0.15": |
| 2753 | + version "7.0.15" |
| 2754 | + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" |
| 2755 | + integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== |
| 2756 | + |
2752 | 2757 | "@types/json5@^0.0.29":
|
2753 | 2758 | version "0.0.29"
|
2754 | 2759 | resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
|
@@ -3765,10 +3770,10 @@ commander@^10.0.1:
|
3765 | 3770 | resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06"
|
3766 | 3771 | integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==
|
3767 | 3772 |
|
3768 |
| -commander@^11.0.0: |
3769 |
| - version "11.0.0" |
3770 |
| - resolved "https://registry.npmjs.org/commander/-/commander-11.0.0.tgz" |
3771 |
| - integrity sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ== |
| 3773 | +commander@^12.0.0: |
| 3774 | + version "12.0.0" |
| 3775 | + resolved "https://registry.yarnpkg.com/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592" |
| 3776 | + integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA== |
3772 | 3777 |
|
3773 | 3778 | comment-parser@1.4.1:
|
3774 | 3779 | version "1.4.1"
|
@@ -8907,18 +8912,18 @@ ts-api-utils@^1.0.1:
|
8907 | 8912 | resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz"
|
8908 | 8913 | integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
|
8909 | 8914 |
|
8910 |
| -ts-json-schema-generator@^1.5.0: |
8911 |
| - version "1.5.0" |
8912 |
| - resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz#9f5cea606c27ebcf13060157542ac1d3b225430f" |
8913 |
| - integrity sha512-RkiaJ6YxGc5EWVPfyHxszTmpGxX8HC2XBvcFlAl1zcvpOG4tjjh+eXioStXJQYTvr9MoK8zCOWzAUlko3K0DiA== |
| 8915 | +ts-json-schema-generator@^1.5.1: |
| 8916 | + version "1.5.1" |
| 8917 | + resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz#7759c421240be86d393a884ad186f926b22332db" |
| 8918 | + integrity sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg== |
8914 | 8919 | dependencies:
|
8915 |
| - "@types/json-schema" "^7.0.12" |
8916 |
| - commander "^11.0.0" |
| 8920 | + "@types/json-schema" "^7.0.15" |
| 8921 | + commander "^12.0.0" |
8917 | 8922 | glob "^8.0.3"
|
8918 | 8923 | json5 "^2.2.3"
|
8919 | 8924 | normalize-path "^3.0.0"
|
8920 | 8925 | safe-stable-stringify "^2.4.3"
|
8921 |
| - typescript "~5.3.2" |
| 8926 | + typescript "~5.4.2" |
8922 | 8927 |
|
8923 | 8928 | ts-node@^10.8.1, ts-node@^10.9.2:
|
8924 | 8929 | version "10.9.2"
|
@@ -9088,16 +9093,11 @@ typedoc@^0.25.12:
|
9088 | 9093 | minimatch "^9.0.3"
|
9089 | 9094 | shiki "^0.14.7"
|
9090 | 9095 |
|
9091 |
| -"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.3, typescript@^5.4.5: |
| 9096 | +"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.3, typescript@^5.4.5, typescript@~5.4.2: |
9092 | 9097 | version "5.4.5"
|
9093 | 9098 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
|
9094 | 9099 | integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
|
9095 | 9100 |
|
9096 |
| -typescript@~5.3.2: |
9097 |
| - version "5.3.3" |
9098 |
| - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" |
9099 |
| - integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== |
9100 |
| - |
9101 | 9101 | uglify-js@^3.1.4:
|
9102 | 9102 | version "3.17.4"
|
9103 | 9103 | resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz"
|
|
0 commit comments