|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@babel/cli@7.11.6": |
6 | | - version "7.11.6" |
7 | | - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.11.6.tgz#1fcbe61c2a6900c3539c06ee58901141f3558482" |
8 | | - integrity sha512-+w7BZCvkewSmaRM6H4L2QM3RL90teqEIHDIFXAmrW33+0jhlymnDAEdqVeCZATvxhQuio1ifoGVlJJbIiH9Ffg== |
| 5 | +"@babel/cli@7.12.0": |
| 6 | + version "7.12.0" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.0.tgz#5de7ac9e8916a48725712c9ff1b26e8463c0d7a7" |
| 8 | + integrity sha512-0EO6EN6brF4g0HaR6qQr2USkCvFjKNgBdmaYNW5NzB1IeHhqQkGhErX3/hvWA7+g/onS41IM/wm+yD+hcSwgVQ== |
9 | 9 | dependencies: |
10 | 10 | commander "^4.0.1" |
11 | 11 | convert-source-map "^1.1.0" |
|
16 | 16 | slash "^2.0.0" |
17 | 17 | source-map "^0.5.0" |
18 | 18 | optionalDependencies: |
19 | | - chokidar "^2.1.8" |
| 19 | + chokidar "^3.4.0" |
| 20 | + chokidarAt2 "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz" |
20 | 21 |
|
21 | 22 | "@babel/code-frame@7.5.5": |
22 | 23 | version "7.5.5" |
|
41 | 42 | invariant "^2.2.4" |
42 | 43 | semver "^5.5.0" |
43 | 44 |
|
44 | | -"@babel/core@7.11.6", "@babel/core@^7.1.0", "@babel/core@^7.4.5", "@babel/core@^7.7.5": |
45 | | - version "7.11.6" |
46 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651" |
47 | | - integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg== |
| 45 | +"@babel/core@7.12.0", "@babel/core@^7.1.0", "@babel/core@^7.4.5", "@babel/core@^7.7.5": |
| 46 | + version "7.12.0" |
| 47 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.0.tgz#e42e07a086e978cdd4c61f4078d8230fb817cc86" |
| 48 | + integrity sha512-iV7Gwg0DePKvdDZZWRTkj4MW+6/AbVWd4ZCg+zk8H1RVt5xBpUZS6vLQWwb3pyLg4BFTaGiQCPoJ4Ibmbne4fA== |
48 | 49 | dependencies: |
49 | 50 | "@babel/code-frame" "^7.10.4" |
50 | | - "@babel/generator" "^7.11.6" |
51 | | - "@babel/helper-module-transforms" "^7.11.0" |
| 51 | + "@babel/generator" "^7.12.0" |
| 52 | + "@babel/helper-module-transforms" "^7.12.0" |
52 | 53 | "@babel/helpers" "^7.10.4" |
53 | | - "@babel/parser" "^7.11.5" |
| 54 | + "@babel/parser" "^7.12.0" |
54 | 55 | "@babel/template" "^7.10.4" |
55 | | - "@babel/traverse" "^7.11.5" |
56 | | - "@babel/types" "^7.11.5" |
| 56 | + "@babel/traverse" "^7.12.0" |
| 57 | + "@babel/types" "^7.12.0" |
57 | 58 | convert-source-map "^1.7.0" |
58 | 59 | debug "^4.1.0" |
59 | 60 | gensync "^1.0.0-beta.1" |
|
63 | 64 | semver "^5.4.1" |
64 | 65 | source-map "^0.5.0" |
65 | 66 |
|
66 | | -"@babel/generator@^7.11.5", "@babel/generator@^7.11.6", "@babel/generator@^7.4.0": |
67 | | - version "7.11.6" |
68 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.6.tgz#b868900f81b163b4d464ea24545c61cbac4dc620" |
69 | | - integrity sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA== |
| 67 | +"@babel/generator@^7.12.0", "@babel/generator@^7.4.0": |
| 68 | + version "7.12.0" |
| 69 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.0.tgz#91a45f1c18ca8d895a35a04da1a4cf7ea3f37f98" |
| 70 | + integrity sha512-8lnf4QcyiQMf5XQp47BltuMTocsOh6P0z/vueEh8GzhmWWlDbdvOoI5Ziddg0XYhmnx35HyByUW51/9NprF8cA== |
70 | 71 | dependencies: |
71 | | - "@babel/types" "^7.11.5" |
| 72 | + "@babel/types" "^7.12.0" |
72 | 73 | jsesc "^2.5.1" |
73 | 74 | source-map "^0.5.0" |
74 | 75 |
|
|
176 | 177 | dependencies: |
177 | 178 | "@babel/types" "^7.8.3" |
178 | 179 |
|
179 | | -"@babel/helper-member-expression-to-functions@^7.10.4", "@babel/helper-member-expression-to-functions@^7.8.3": |
180 | | - version "7.10.4" |
181 | | - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.4.tgz#7cd04b57dfcf82fce9aeae7d4e4452fa31b8c7c4" |
182 | | - integrity sha512-m5j85pK/KZhuSdM/8cHUABQTAslV47OjfIB9Cc7P+PvlAoBzdb79BGNfw8RhT5Mq3p+xGd0ZfAKixbrUZx0C7A== |
| 180 | +"@babel/helper-member-expression-to-functions@^7.12.0", "@babel/helper-member-expression-to-functions@^7.8.3": |
| 181 | + version "7.12.0" |
| 182 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.0.tgz#48f605fa801764f3e5b2e301e49d35fe1820c4f3" |
| 183 | + integrity sha512-I0d/bgzgzgLsJMk7UZ0TN2KV3OGjC/t/9Saz8PKb9jrcEAXhgjGysOgp4PDKydIKjUv/gj2St4ae+ov8l+T9Xg== |
183 | 184 | dependencies: |
184 | | - "@babel/types" "^7.10.4" |
| 185 | + "@babel/types" "^7.12.0" |
185 | 186 |
|
186 | 187 | "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.8.3": |
187 | 188 | version "7.10.4" |
|
190 | 191 | dependencies: |
191 | 192 | "@babel/types" "^7.10.4" |
192 | 193 |
|
193 | | -"@babel/helper-module-transforms@^7.11.0", "@babel/helper-module-transforms@^7.9.0": |
194 | | - version "7.11.0" |
195 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359" |
196 | | - integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== |
| 194 | +"@babel/helper-module-transforms@^7.12.0", "@babel/helper-module-transforms@^7.9.0": |
| 195 | + version "7.12.0" |
| 196 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.0.tgz#8ac7d9e8716f94549a42e577c5429391950e33f3" |
| 197 | + integrity sha512-1ZTMoCiLSzTJLbq7mSaTHki4oIrBIf/dUbzdhwTrvtMU3ZNVKwQmGae3gSiqppo7G8HAgnXmc43rfEaD8yYLLQ== |
197 | 198 | dependencies: |
198 | 199 | "@babel/helper-module-imports" "^7.10.4" |
199 | | - "@babel/helper-replace-supers" "^7.10.4" |
| 200 | + "@babel/helper-replace-supers" "^7.12.0" |
200 | 201 | "@babel/helper-simple-access" "^7.10.4" |
201 | 202 | "@babel/helper-split-export-declaration" "^7.11.0" |
| 203 | + "@babel/helper-validator-identifier" "^7.10.4" |
202 | 204 | "@babel/template" "^7.10.4" |
203 | | - "@babel/types" "^7.11.0" |
| 205 | + "@babel/traverse" "^7.12.0" |
| 206 | + "@babel/types" "^7.12.0" |
204 | 207 | lodash "^4.17.19" |
205 | 208 |
|
206 | 209 | "@babel/helper-optimise-call-expression@^7.10.4", "@babel/helper-optimise-call-expression@^7.8.3": |
|
233 | 236 | "@babel/traverse" "^7.8.3" |
234 | 237 | "@babel/types" "^7.8.3" |
235 | 238 |
|
236 | | -"@babel/helper-replace-supers@^7.10.4", "@babel/helper-replace-supers@^7.8.3", "@babel/helper-replace-supers@^7.8.6": |
237 | | - version "7.10.4" |
238 | | - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf" |
239 | | - integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== |
| 239 | +"@babel/helper-replace-supers@^7.12.0", "@babel/helper-replace-supers@^7.8.3", "@babel/helper-replace-supers@^7.8.6": |
| 240 | + version "7.12.0" |
| 241 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.0.tgz#98d3f3eb779752e59c7422ab387c9b444323be60" |
| 242 | + integrity sha512-9kycFdq2c9e7PXZOr2z/ZqTFF9OzFu287iFwYS+CiDVPuoTCfY8hoTsIqNQNetQjlqoRsRyJFrMG1uhGAR4EEw== |
240 | 243 | dependencies: |
241 | | - "@babel/helper-member-expression-to-functions" "^7.10.4" |
| 244 | + "@babel/helper-member-expression-to-functions" "^7.12.0" |
242 | 245 | "@babel/helper-optimise-call-expression" "^7.10.4" |
243 | | - "@babel/traverse" "^7.10.4" |
244 | | - "@babel/types" "^7.10.4" |
| 246 | + "@babel/traverse" "^7.12.0" |
| 247 | + "@babel/types" "^7.12.0" |
245 | 248 |
|
246 | 249 | "@babel/helper-simple-access@^7.10.4", "@babel/helper-simple-access@^7.8.3": |
247 | 250 | version "7.10.4" |
|
291 | 294 | chalk "^2.0.0" |
292 | 295 | js-tokens "^4.0.0" |
293 | 296 |
|
294 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.5", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0": |
295 | | - version "7.11.5" |
296 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037" |
297 | | - integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q== |
| 297 | +"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.12.0", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0": |
| 298 | + version "7.12.0" |
| 299 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.0.tgz#2ad388f3960045b22f9b7d4bf85e80b15a1c9e3a" |
| 300 | + integrity sha512-dYmySMYnlus2jwl7JnnajAj11obRStZoW9cG04wh4ZuhozDn11tDUrhHcUZ9iuNHqALAhh60XqNaYXpvuuE/Gg== |
298 | 301 |
|
299 | 302 | "@babel/plugin-proposal-async-generator-functions@^7.8.3": |
300 | 303 | version "7.8.3" |
|
904 | 907 | "@babel/parser" "^7.10.4" |
905 | 908 | "@babel/types" "^7.10.4" |
906 | 909 |
|
907 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3": |
908 | | - version "7.11.5" |
909 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3" |
910 | | - integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ== |
| 910 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3": |
| 911 | + version "7.12.0" |
| 912 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.0.tgz#ed31953d6e708cdd34443de2fcdb55f72cdfb266" |
| 913 | + integrity sha512-ZU9e79xpOukCNPkQ1UzR4gJKCruGckr6edd8v8lmKpSk8iakgUIvb+5ZtaKKV9f7O+x5r+xbMDDIbzVpUoiIuw== |
911 | 914 | dependencies: |
912 | 915 | "@babel/code-frame" "^7.10.4" |
913 | | - "@babel/generator" "^7.11.5" |
| 916 | + "@babel/generator" "^7.12.0" |
914 | 917 | "@babel/helper-function-name" "^7.10.4" |
915 | 918 | "@babel/helper-split-export-declaration" "^7.11.0" |
916 | | - "@babel/parser" "^7.11.5" |
917 | | - "@babel/types" "^7.11.5" |
| 919 | + "@babel/parser" "^7.12.0" |
| 920 | + "@babel/types" "^7.12.0" |
918 | 921 | debug "^4.1.0" |
919 | 922 | globals "^11.1.0" |
920 | 923 | lodash "^4.17.19" |
921 | 924 |
|
922 | | -"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.9.0": |
923 | | - version "7.11.5" |
924 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d" |
925 | | - integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q== |
| 925 | +"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.9.0": |
| 926 | + version "7.12.0" |
| 927 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.0.tgz#b6b49f425ee59043fbc89c61b11a13d5eae7b5c6" |
| 928 | + integrity sha512-ggIyFmT2zMaYRheOfPDQ4gz7QqV3B+t2rjqjbttDJxMcb7/LukvWCmlIl1sWcOxrvwpTDd+z0OytzqsbGeb3/g== |
926 | 929 | dependencies: |
927 | 930 | "@babel/helper-validator-identifier" "^7.10.4" |
928 | 931 | lodash "^4.17.19" |
@@ -2942,7 +2945,7 @@ anymatch@^2.0.0: |
2942 | 2945 | micromatch "^3.1.4" |
2943 | 2946 | normalize-path "^2.1.1" |
2944 | 2947 |
|
2945 | | -anymatch@^3.0.3: |
| 2948 | +anymatch@^3.0.3, anymatch@~3.1.1: |
2946 | 2949 | version "3.1.1" |
2947 | 2950 | resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142" |
2948 | 2951 | integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== |
@@ -3660,6 +3663,11 @@ binary-extensions@^1.0.0: |
3660 | 3663 | resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65" |
3661 | 3664 | integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== |
3662 | 3665 |
|
| 3666 | +binary-extensions@^2.0.0: |
| 3667 | + version "2.1.0" |
| 3668 | + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9" |
| 3669 | + integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== |
| 3670 | + |
3663 | 3671 | bindings@^1.5.0: |
3664 | 3672 | version "1.5.0" |
3665 | 3673 | resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" |
@@ -3759,7 +3767,7 @@ braces@^2.3.1, braces@^2.3.2: |
3759 | 3767 | split-string "^3.0.2" |
3760 | 3768 | to-regex "^3.0.1" |
3761 | 3769 |
|
3762 | | -braces@^3.0.1: |
| 3770 | +braces@^3.0.1, braces@~3.0.2: |
3763 | 3771 | version "3.0.2" |
3764 | 3772 | resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" |
3765 | 3773 | integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== |
@@ -4184,6 +4192,40 @@ chokidar@^2.0.4, chokidar@^2.1.8: |
4184 | 4192 | optionalDependencies: |
4185 | 4193 | fsevents "^1.2.7" |
4186 | 4194 |
|
| 4195 | +chokidar@^3.4.0: |
| 4196 | + version "3.4.3" |
| 4197 | + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.3.tgz#c1df38231448e45ca4ac588e6c79573ba6a57d5b" |
| 4198 | + integrity sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ== |
| 4199 | + dependencies: |
| 4200 | + anymatch "~3.1.1" |
| 4201 | + braces "~3.0.2" |
| 4202 | + glob-parent "~5.1.0" |
| 4203 | + is-binary-path "~2.1.0" |
| 4204 | + is-glob "~4.0.1" |
| 4205 | + normalize-path "~3.0.0" |
| 4206 | + readdirp "~3.5.0" |
| 4207 | + optionalDependencies: |
| 4208 | + fsevents "~2.1.2" |
| 4209 | + |
| 4210 | +"chokidarAt2@https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz": |
| 4211 | + version "2.1.8" |
| 4212 | + uid "804b3a7b6a99358c3c5c61e71d8728f041cff917" |
| 4213 | + resolved "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" |
| 4214 | + dependencies: |
| 4215 | + anymatch "^2.0.0" |
| 4216 | + async-each "^1.0.1" |
| 4217 | + braces "^2.3.2" |
| 4218 | + glob-parent "^3.1.0" |
| 4219 | + inherits "^2.0.3" |
| 4220 | + is-binary-path "^1.0.0" |
| 4221 | + is-glob "^4.0.0" |
| 4222 | + normalize-path "^3.0.0" |
| 4223 | + path-is-absolute "^1.0.0" |
| 4224 | + readdirp "^2.2.1" |
| 4225 | + upath "^1.1.1" |
| 4226 | + optionalDependencies: |
| 4227 | + fsevents "^1.2.7" |
| 4228 | + |
4187 | 4229 | chownr@^1.1.1, chownr@^1.1.2, chownr@^1.1.4: |
4188 | 4230 | version "1.1.4" |
4189 | 4231 | resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" |
@@ -6625,10 +6667,10 @@ fsevents@^1.2.7: |
6625 | 6667 | bindings "^1.5.0" |
6626 | 6668 | nan "^2.12.1" |
6627 | 6669 |
|
6628 | | -fsevents@^2.1.2: |
6629 | | - version "2.1.2" |
6630 | | - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805" |
6631 | | - integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA== |
| 6670 | +fsevents@^2.1.2, fsevents@~2.1.2: |
| 6671 | + version "2.1.3" |
| 6672 | + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e" |
| 6673 | + integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== |
6632 | 6674 |
|
6633 | 6675 | function-bind@^1.1.1: |
6634 | 6676 | version "1.1.1" |
@@ -6800,7 +6842,7 @@ glob-parent@^3.1.0: |
6800 | 6842 | is-glob "^3.1.0" |
6801 | 6843 | path-dirname "^1.0.0" |
6802 | 6844 |
|
6803 | | -glob-parent@^5.0.0, glob-parent@^5.1.0: |
| 6845 | +glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0: |
6804 | 6846 | version "5.1.1" |
6805 | 6847 | resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229" |
6806 | 6848 | integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== |
@@ -7629,6 +7671,13 @@ is-binary-path@^1.0.0: |
7629 | 7671 | dependencies: |
7630 | 7672 | binary-extensions "^1.0.0" |
7631 | 7673 |
|
| 7674 | +is-binary-path@~2.1.0: |
| 7675 | + version "2.1.0" |
| 7676 | + resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" |
| 7677 | + integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== |
| 7678 | + dependencies: |
| 7679 | + binary-extensions "^2.0.0" |
| 7680 | + |
7632 | 7681 | is-boolean-object@^1.0.1: |
7633 | 7682 | version "1.0.1" |
7634 | 7683 | resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.1.tgz#10edc0900dd127697a92f6f9807c7617d68ac48e" |
@@ -7780,7 +7829,7 @@ is-glob@^3.1.0: |
7780 | 7829 | dependencies: |
7781 | 7830 | is-extglob "^2.1.0" |
7782 | 7831 |
|
7783 | | -is-glob@^4.0.0, is-glob@^4.0.1: |
| 7832 | +is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1: |
7784 | 7833 | version "4.0.1" |
7785 | 7834 | resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" |
7786 | 7835 | integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== |
@@ -10098,7 +10147,7 @@ normalize-path@^2.1.1: |
10098 | 10147 | dependencies: |
10099 | 10148 | remove-trailing-separator "^1.0.1" |
10100 | 10149 |
|
10101 | | -normalize-path@^3.0.0: |
| 10150 | +normalize-path@^3.0.0, normalize-path@~3.0.0: |
10102 | 10151 | version "3.0.0" |
10103 | 10152 | resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" |
10104 | 10153 | integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== |
@@ -11942,6 +11991,13 @@ readdirp@^2.2.1: |
11942 | 11991 | micromatch "^3.1.10" |
11943 | 11992 | readable-stream "^2.0.2" |
11944 | 11993 |
|
| 11994 | +readdirp@~3.5.0: |
| 11995 | + version "3.5.0" |
| 11996 | + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e" |
| 11997 | + integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== |
| 11998 | + dependencies: |
| 11999 | + picomatch "^2.2.1" |
| 12000 | + |
11945 | 12001 | realpath-native@^1.1.0: |
11946 | 12002 | version "1.1.0" |
11947 | 12003 | resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-1.1.0.tgz#2003294fea23fb0672f2476ebe22fcf498a2d65c" |
|
0 commit comments