|
1794 | 1794 | read-package-json-fast "^3.0.0" |
1795 | 1795 | which "^3.0.0" |
1796 | 1796 |
|
1797 | | -"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0": |
| 1797 | + |
| 1798 | + version "3.21.0" |
| 1799 | + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.21.0.tgz#a235704e66589c8c104ccd616d0a8f1f36cf693e" |
| 1800 | + integrity sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g== |
| 1801 | + dependencies: |
| 1802 | + "@types/cli-progress" "^3.11.5" |
| 1803 | + ansi-escapes "^4.3.2" |
| 1804 | + ansi-styles "^4.3.0" |
| 1805 | + cardinal "^2.1.1" |
| 1806 | + chalk "^4.1.2" |
| 1807 | + clean-stack "^3.0.1" |
| 1808 | + cli-progress "^3.12.0" |
| 1809 | + color "^4.2.3" |
| 1810 | + debug "^4.3.4" |
| 1811 | + ejs "^3.1.9" |
| 1812 | + get-package-type "^0.1.0" |
| 1813 | + globby "^11.1.0" |
| 1814 | + hyperlinker "^1.0.0" |
| 1815 | + indent-string "^4.0.0" |
| 1816 | + is-wsl "^2.2.0" |
| 1817 | + js-yaml "^3.14.1" |
| 1818 | + natural-orderby "^2.0.3" |
| 1819 | + object-treeify "^1.1.33" |
| 1820 | + password-prompt "^1.1.3" |
| 1821 | + slice-ansi "^4.0.0" |
| 1822 | + string-width "^4.2.3" |
| 1823 | + strip-ansi "^6.0.1" |
| 1824 | + supports-color "^8.1.1" |
| 1825 | + supports-hyperlinks "^2.2.0" |
| 1826 | + widest-line "^3.1.0" |
| 1827 | + wordwrap "^1.0.0" |
| 1828 | + wrap-ansi "^7.0.0" |
| 1829 | + |
| 1830 | +"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0": |
1798 | 1831 | version "3.25.2" |
1799 | 1832 | resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973" |
1800 | 1833 | integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA== |
|
1828 | 1861 | wordwrap "^1.0.0" |
1829 | 1862 | wrap-ansi "^7.0.0" |
1830 | 1863 |
|
1831 | | -"@oclif/plugin-command-snapshot@^5.0.9": |
1832 | | - version "5.0.9" |
1833 | | - resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.9.tgz#d6d8e565602aab8581ee6d8f203a41d93f0679ea" |
1834 | | - integrity sha512-lzvdYzGSW2/XGcH+RWyI+EfYcqDQ9Il7/EudTTKsODdhiry6B7IQoRxzs0soRB2myZTZrP+j2HcfG0XWrfXa4Q== |
| 1864 | +"@oclif/plugin-command-snapshot@^5.1.1": |
| 1865 | + version "5.1.1" |
| 1866 | + resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.1.tgz#13918a98686d7508ddca192154e2b33ae042706f" |
| 1867 | + integrity sha512-8PmnQ4aDX1n8OcrnXVPDpmoIAUWe1nbC6Md/KRupzjlRF8YDJMp7AdrE6cFD4DSZ04QvIViQ0w5P7kyu37wA1g== |
1835 | 1868 | dependencies: |
1836 | | - "@oclif/core" "^3.19.2" |
| 1869 | + "@oclif/core" "3.21.0" |
1837 | 1870 | "@types/lodash.difference" "^4.5.9" |
1838 | 1871 | chalk "^5.3.0" |
| 1872 | + globby "^14.0.1" |
1839 | 1873 | just-diff "^5.2.0" |
1840 | 1874 | lodash.difference "^4.5.0" |
1841 | 1875 | lodash.get "^4.4.2" |
|
2160 | 2194 | resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f" |
2161 | 2195 | integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw== |
2162 | 2196 |
|
| 2197 | +"@sindresorhus/merge-streams@^2.1.0": |
| 2198 | + version "2.3.0" |
| 2199 | + resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz#719df7fb41766bc143369eaa0dd56d8dc87c9958" |
| 2200 | + integrity sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg== |
| 2201 | + |
2163 | 2202 | "@sinonjs/commons@^1", "@sinonjs/commons@^1.3.0", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1": |
2164 | 2203 | version "1.8.6" |
2165 | 2204 | resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.6.tgz#80c516a4dc264c2a69115e7578d62581ff455ed9" |
@@ -5330,7 +5369,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: |
5330 | 5369 | resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" |
5331 | 5370 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== |
5332 | 5371 |
|
5333 | | -fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0: |
| 5372 | +fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.2: |
5334 | 5373 | version "3.3.2" |
5335 | 5374 | resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" |
5336 | 5375 | integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== |
@@ -5830,6 +5869,18 @@ globby@^13.1.2: |
5830 | 5869 | merge2 "^1.4.1" |
5831 | 5870 | slash "^4.0.0" |
5832 | 5871 |
|
| 5872 | +globby@^14.0.1: |
| 5873 | + version "14.0.1" |
| 5874 | + resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.1.tgz#a1b44841aa7f4c6d8af2bc39951109d77301959b" |
| 5875 | + integrity sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ== |
| 5876 | + dependencies: |
| 5877 | + "@sindresorhus/merge-streams" "^2.1.0" |
| 5878 | + fast-glob "^3.3.2" |
| 5879 | + ignore "^5.2.4" |
| 5880 | + path-type "^5.0.0" |
| 5881 | + slash "^5.1.0" |
| 5882 | + unicorn-magic "^0.1.0" |
| 5883 | + |
5833 | 5884 | gopd@^1.0.1: |
5834 | 5885 | version "1.0.1" |
5835 | 5886 | resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c" |
@@ -8237,6 +8288,11 @@ path-type@^4.0.0: |
8237 | 8288 | resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" |
8238 | 8289 | integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== |
8239 | 8290 |
|
| 8291 | +path-type@^5.0.0: |
| 8292 | + version "5.0.0" |
| 8293 | + resolved "https://registry.yarnpkg.com/path-type/-/path-type-5.0.0.tgz#14b01ed7aea7ddf9c7c3f46181d4d04f9c785bb8" |
| 8294 | + integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg== |
| 8295 | + |
8240 | 8296 | pathval@^1.1.1: |
8241 | 8297 | version "1.1.1" |
8242 | 8298 | resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d" |
@@ -9030,6 +9086,11 @@ slash@^4.0.0: |
9030 | 9086 | resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7" |
9031 | 9087 | integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== |
9032 | 9088 |
|
| 9089 | +slash@^5.1.0: |
| 9090 | + version "5.1.0" |
| 9091 | + resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce" |
| 9092 | + integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg== |
| 9093 | + |
9033 | 9094 | slice-ansi@^4.0.0: |
9034 | 9095 | version "4.0.0" |
9035 | 9096 | resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b" |
@@ -9688,6 +9749,11 @@ undici-types@~5.26.4: |
9688 | 9749 | resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" |
9689 | 9750 | integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== |
9690 | 9751 |
|
| 9752 | +unicorn-magic@^0.1.0: |
| 9753 | + version "0.1.0" |
| 9754 | + resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4" |
| 9755 | + integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ== |
| 9756 | + |
9691 | 9757 | unique-filename@^1.1.1: |
9692 | 9758 | version "1.1.1" |
9693 | 9759 | resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230" |
|
0 commit comments