|
3114 | 3114 | resolved "https://registry.yarnpkg.com/@types/faker/-/faker-5.5.8.tgz#6649adfdfdbb0acf95361fc48f2d0ca6e88bd1cf" |
3115 | 3115 | integrity sha512-bsl0rYsaZVHlZkynL5O04q6YXDmVjcid6MbOHWqvtE2WWs/EKhp0qchDDhVWlWyQXUffX1G83X9LnMxRl8S/Mw== |
3116 | 3116 |
|
| 3117 | +"@types/fs-extra@^8.0.1": |
| 3118 | + version "8.1.2" |
| 3119 | + resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-8.1.2.tgz#7125cc2e4bdd9bd2fc83005ffdb1d0ba00cca61f" |
| 3120 | + integrity sha512-SvSrYXfWSc7R4eqnOzbQF4TZmfpNSM9FrSWLU3EUnWBuyZqNBOrv1B1JA3byUDPUl9z4Ab3jeZG2eDdySlgNMg== |
| 3121 | + dependencies: |
| 3122 | + "@types/node" "*" |
| 3123 | + |
3117 | 3124 | "@types/fs-extra@^9.0.11": |
3118 | 3125 | version "9.0.12" |
3119 | 3126 | resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.12.tgz#9b8f27973df8a7a3920e8461517ebf8a7d4fdfaf" |
@@ -5906,6 +5913,11 @@ color@^3.1.0: |
5906 | 5913 | color-convert "^1.9.3" |
5907 | 5914 | color-string "^1.6.0" |
5908 | 5915 |
|
| 5916 | +colorette@^1.1.0: |
| 5917 | + version "1.4.0" |
| 5918 | + resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40" |
| 5919 | + integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g== |
| 5920 | + |
5909 | 5921 | colorette@^1.2.1, colorette@^1.2.2: |
5910 | 5922 | version "1.3.0" |
5911 | 5923 | resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.3.0.tgz#ff45d2f0edb244069d3b772adeb04fed38d0a0af" |
@@ -8129,6 +8141,17 @@ fast-glob@^2.2.6: |
8129 | 8141 | merge2 "^1.2.3" |
8130 | 8142 | micromatch "^3.1.10" |
8131 | 8143 |
|
| 8144 | +fast-glob@^3.0.3: |
| 8145 | + version "3.2.11" |
| 8146 | + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9" |
| 8147 | + integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew== |
| 8148 | + dependencies: |
| 8149 | + "@nodelib/fs.stat" "^2.0.2" |
| 8150 | + "@nodelib/fs.walk" "^1.2.3" |
| 8151 | + glob-parent "^5.1.2" |
| 8152 | + merge2 "^1.3.0" |
| 8153 | + micromatch "^4.0.4" |
| 8154 | + |
8132 | 8155 | fast-glob@^3.1.1, fast-glob@^3.2.5: |
8133 | 8156 | version "3.2.7" |
8134 | 8157 | resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1" |
@@ -8987,6 +9010,20 @@ globalthis@^1.0.0, globalthis@^1.0.1: |
8987 | 9010 | dependencies: |
8988 | 9011 | define-properties "^1.1.3" |
8989 | 9012 |
|
| 9013 | + |
| 9014 | + version "10.0.1" |
| 9015 | + resolved "https://registry.yarnpkg.com/globby/-/globby-10.0.1.tgz#4782c34cb75dd683351335c5829cc3420e606b22" |
| 9016 | + integrity sha512-sSs4inE1FB2YQiymcmTv6NWENryABjUNPeWhOvmn4SjtKybglsyPZxFB3U1/+L1bYi0rNZDqCLlHyLYDl1Pq5A== |
| 9017 | + dependencies: |
| 9018 | + "@types/glob" "^7.1.1" |
| 9019 | + array-union "^2.1.0" |
| 9020 | + dir-glob "^3.0.1" |
| 9021 | + fast-glob "^3.0.3" |
| 9022 | + glob "^7.1.3" |
| 9023 | + ignore "^5.1.1" |
| 9024 | + merge2 "^1.2.3" |
| 9025 | + slash "^3.0.0" |
| 9026 | + |
8990 | 9027 | |
8991 | 9028 | version "11.0.1" |
8992 | 9029 | resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357" |
@@ -9651,6 +9688,11 @@ ignore@^5.0.5: |
9651 | 9688 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb" |
9652 | 9689 | integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ== |
9653 | 9690 |
|
| 9691 | +ignore@^5.1.1: |
| 9692 | + version "5.2.0" |
| 9693 | + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" |
| 9694 | + integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== |
| 9695 | + |
9654 | 9696 | ignore@^5.1.4: |
9655 | 9697 | version "5.1.8" |
9656 | 9698 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57" |
@@ -10205,7 +10247,7 @@ is-plain-obj@^2.0.0: |
10205 | 10247 | resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287" |
10206 | 10248 | integrity sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA== |
10207 | 10249 |
|
10208 | | - |
| 10250 | +[email protected], is-plain-object@^3.0.0: |
10209 | 10251 | version "3.0.1" |
10210 | 10252 | resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-3.0.1.tgz#662d92d24c0aa4302407b0d45d21f2251c85f85b" |
10211 | 10253 | integrity sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g== |
@@ -14683,6 +14725,17 @@ roarr@^2.15.3: |
14683 | 14725 | semver-compare "^1.0.0" |
14684 | 14726 | sprintf-js "^1.1.2" |
14685 | 14727 |
|
| 14728 | +rollup-plugin-copy@^3.4.0: |
| 14729 | + version "3.4.0" |
| 14730 | + resolved "https://registry.yarnpkg.com/rollup-plugin-copy/-/rollup-plugin-copy-3.4.0.tgz#f1228a3ffb66ffad8606e2f3fb7ff23141ed3286" |
| 14731 | + integrity sha512-rGUmYYsYsceRJRqLVlE9FivJMxJ7X6jDlP79fmFkL8sJs7VVMSVyA2yfyL+PGyO/vJs4A87hwhgVfz61njI+uQ== |
| 14732 | + dependencies: |
| 14733 | + "@types/fs-extra" "^8.0.1" |
| 14734 | + colorette "^1.1.0" |
| 14735 | + fs-extra "^8.1.0" |
| 14736 | + globby "10.0.1" |
| 14737 | + is-plain-object "^3.0.0" |
| 14738 | + |
14686 | 14739 | rollup-plugin-visualizer@^5.5.2: |
14687 | 14740 | version "5.5.2" |
14688 | 14741 | resolved "https://registry.yarnpkg.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.5.2.tgz#ae2130ee5ae4a2d901e764e492b71357cb95eed7" |
|
0 commit comments