|
16 | 16 | dependencies: |
17 | 17 | "@babel/highlight" "^7.12.13" |
18 | 18 |
|
| 19 | +"@babel/code-frame@^7.14.5": |
| 20 | + version "7.14.5" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb" |
| 22 | + integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw== |
| 23 | + dependencies: |
| 24 | + "@babel/highlight" "^7.14.5" |
| 25 | + |
19 | 26 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.4": |
20 | 27 | version "7.14.4" |
21 | 28 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58" |
|
51 | 58 | jsesc "^2.5.1" |
52 | 59 | source-map "^0.5.0" |
53 | 60 |
|
| 61 | +"@babel/generator@^7.14.5": |
| 62 | + version "7.14.5" |
| 63 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785" |
| 64 | + integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA== |
| 65 | + dependencies: |
| 66 | + "@babel/types" "^7.14.5" |
| 67 | + jsesc "^2.5.1" |
| 68 | + source-map "^0.5.0" |
| 69 | + |
54 | 70 | "@babel/helper-annotate-as-pure@^7.12.13": |
55 | 71 | version "7.12.13" |
56 | 72 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab" |
57 | 73 | integrity sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw== |
58 | 74 | dependencies: |
59 | 75 | "@babel/types" "^7.12.13" |
60 | 76 |
|
| 77 | +"@babel/helper-annotate-as-pure@^7.14.5": |
| 78 | + version "7.14.5" |
| 79 | + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61" |
| 80 | + integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA== |
| 81 | + dependencies: |
| 82 | + "@babel/types" "^7.14.5" |
| 83 | + |
61 | 84 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.12.13": |
62 | 85 | version "7.12.13" |
63 | 86 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz#6bc20361c88b0a74d05137a65cac8d3cbf6f61fc" |
|
76 | 99 | browserslist "^4.16.6" |
77 | 100 | semver "^6.3.0" |
78 | 101 |
|
79 | | -"@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0", "@babel/helper-create-class-features-plugin@^7.14.2", "@babel/helper-create-class-features-plugin@^7.14.3", "@babel/helper-create-class-features-plugin@^7.14.4": |
80 | | - version "7.14.4" |
81 | | - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz#abf888d836a441abee783c75229279748705dc42" |
82 | | - integrity sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw== |
| 102 | +"@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0", "@babel/helper-create-class-features-plugin@^7.14.2", "@babel/helper-create-class-features-plugin@^7.14.3", "@babel/helper-create-class-features-plugin@^7.14.6": |
| 103 | + version "7.14.6" |
| 104 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.6.tgz#f114469b6c06f8b5c59c6c4e74621f5085362542" |
| 105 | + integrity sha512-Z6gsfGofTxH/+LQXqYEK45kxmcensbzmk/oi8DmaQytlQCgqNZt9XQF8iqlI/SeXWVjaMNxvYvzaYw+kh42mDg== |
83 | 106 | dependencies: |
84 | | - "@babel/helper-annotate-as-pure" "^7.12.13" |
85 | | - "@babel/helper-function-name" "^7.14.2" |
86 | | - "@babel/helper-member-expression-to-functions" "^7.13.12" |
87 | | - "@babel/helper-optimise-call-expression" "^7.12.13" |
88 | | - "@babel/helper-replace-supers" "^7.14.4" |
89 | | - "@babel/helper-split-export-declaration" "^7.12.13" |
| 107 | + "@babel/helper-annotate-as-pure" "^7.14.5" |
| 108 | + "@babel/helper-function-name" "^7.14.5" |
| 109 | + "@babel/helper-member-expression-to-functions" "^7.14.5" |
| 110 | + "@babel/helper-optimise-call-expression" "^7.14.5" |
| 111 | + "@babel/helper-replace-supers" "^7.14.5" |
| 112 | + "@babel/helper-split-export-declaration" "^7.14.5" |
90 | 113 |
|
91 | 114 | "@babel/helper-create-regexp-features-plugin@^7.12.13": |
92 | 115 | version "7.12.17" |
|
135 | 158 | "@babel/template" "^7.12.13" |
136 | 159 | "@babel/types" "^7.14.2" |
137 | 160 |
|
| 161 | +"@babel/helper-function-name@^7.14.5": |
| 162 | + version "7.14.5" |
| 163 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4" |
| 164 | + integrity sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ== |
| 165 | + dependencies: |
| 166 | + "@babel/helper-get-function-arity" "^7.14.5" |
| 167 | + "@babel/template" "^7.14.5" |
| 168 | + "@babel/types" "^7.14.5" |
| 169 | + |
138 | 170 | "@babel/helper-get-function-arity@^7.12.13": |
139 | 171 | version "7.12.13" |
140 | 172 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" |
141 | 173 | integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== |
142 | 174 | dependencies: |
143 | 175 | "@babel/types" "^7.12.13" |
144 | 176 |
|
| 177 | +"@babel/helper-get-function-arity@^7.14.5": |
| 178 | + version "7.14.5" |
| 179 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815" |
| 180 | + integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg== |
| 181 | + dependencies: |
| 182 | + "@babel/types" "^7.14.5" |
| 183 | + |
145 | 184 | "@babel/helper-hoist-variables@^7.13.0": |
146 | 185 | version "7.13.0" |
147 | 186 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.0.tgz#5d5882e855b5c5eda91e0cadc26c6e7a2c8593d8" |
|
150 | 189 | "@babel/traverse" "^7.13.0" |
151 | 190 | "@babel/types" "^7.13.0" |
152 | 191 |
|
| 192 | +"@babel/helper-hoist-variables@^7.14.5": |
| 193 | + version "7.14.5" |
| 194 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d" |
| 195 | + integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ== |
| 196 | + dependencies: |
| 197 | + "@babel/types" "^7.14.5" |
| 198 | + |
153 | 199 | "@babel/helper-member-expression-to-functions@^7.12.13": |
154 | 200 | version "7.12.13" |
155 | 201 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz#c5715695b4f8bab32660dbdcdc2341dec7e3df40" |
|
164 | 210 | dependencies: |
165 | 211 | "@babel/types" "^7.13.12" |
166 | 212 |
|
| 213 | +"@babel/helper-member-expression-to-functions@^7.14.5": |
| 214 | + version "7.14.7" |
| 215 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz#97e56244beb94211fe277bd818e3a329c66f7970" |
| 216 | + integrity sha512-TMUt4xKxJn6ccjcOW7c4hlwyJArizskAhoSTOCkA0uZ+KghIaci0Qg9R043kUMWI9mtQfgny+NQ5QATnZ+paaA== |
| 217 | + dependencies: |
| 218 | + "@babel/types" "^7.14.5" |
| 219 | + |
167 | 220 | "@babel/helper-module-imports@^7.12.13": |
168 | 221 | version "7.12.13" |
169 | 222 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0" |
|
199 | 252 | dependencies: |
200 | 253 | "@babel/types" "^7.12.13" |
201 | 254 |
|
202 | | -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
203 | | - version "7.13.0" |
204 | | - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af" |
205 | | - integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ== |
| 255 | +"@babel/helper-optimise-call-expression@^7.14.5": |
| 256 | + version "7.14.5" |
| 257 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c" |
| 258 | + integrity sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA== |
| 259 | + dependencies: |
| 260 | + "@babel/types" "^7.14.5" |
| 261 | + |
| 262 | +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
| 263 | + version "7.14.5" |
| 264 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9" |
| 265 | + integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ== |
206 | 266 |
|
207 | 267 | "@babel/helper-remap-async-to-generator@^7.13.0": |
208 | 268 | version "7.13.0" |
|
243 | 303 | "@babel/traverse" "^7.14.2" |
244 | 304 | "@babel/types" "^7.14.4" |
245 | 305 |
|
| 306 | +"@babel/helper-replace-supers@^7.14.5": |
| 307 | + version "7.14.5" |
| 308 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94" |
| 309 | + integrity sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow== |
| 310 | + dependencies: |
| 311 | + "@babel/helper-member-expression-to-functions" "^7.14.5" |
| 312 | + "@babel/helper-optimise-call-expression" "^7.14.5" |
| 313 | + "@babel/traverse" "^7.14.5" |
| 314 | + "@babel/types" "^7.14.5" |
| 315 | + |
246 | 316 | "@babel/helper-simple-access@^7.13.12": |
247 | 317 | version "7.13.12" |
248 | 318 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6" |
|
264 | 334 | dependencies: |
265 | 335 | "@babel/types" "^7.12.13" |
266 | 336 |
|
| 337 | +"@babel/helper-split-export-declaration@^7.14.5": |
| 338 | + version "7.14.5" |
| 339 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a" |
| 340 | + integrity sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA== |
| 341 | + dependencies: |
| 342 | + "@babel/types" "^7.14.5" |
| 343 | + |
267 | 344 | "@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11": |
268 | 345 | version "7.12.11" |
269 | 346 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
|
274 | 351 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288" |
275 | 352 | integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A== |
276 | 353 |
|
| 354 | +"@babel/helper-validator-identifier@^7.14.5": |
| 355 | + version "7.14.5" |
| 356 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8" |
| 357 | + integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg== |
| 358 | + |
277 | 359 | "@babel/helper-validator-option@^7.12.17": |
278 | 360 | version "7.12.17" |
279 | 361 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" |
|
316 | 398 | chalk "^2.0.0" |
317 | 399 | js-tokens "^4.0.0" |
318 | 400 |
|
| 401 | +"@babel/highlight@^7.14.5": |
| 402 | + version "7.14.5" |
| 403 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9" |
| 404 | + integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg== |
| 405 | + dependencies: |
| 406 | + "@babel/helper-validator-identifier" "^7.14.5" |
| 407 | + chalk "^2.0.0" |
| 408 | + js-tokens "^4.0.0" |
| 409 | + |
319 | 410 | "@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.2", "@babel/parser@^7.14.3", "@babel/parser@^7.4.3": |
320 | 411 | version "7.14.4" |
321 | 412 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.4.tgz#a5c560d6db6cd8e6ed342368dea8039232cbab18" |
322 | 413 | integrity sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA== |
323 | 414 |
|
| 415 | +"@babel/parser@^7.14.5", "@babel/parser@^7.14.7": |
| 416 | + version "7.14.7" |
| 417 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595" |
| 418 | + integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA== |
| 419 | + |
324 | 420 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12": |
325 | 421 | version "7.13.12" |
326 | 422 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a" |
|
572 | 668 | dependencies: |
573 | 669 | "@babel/helper-plugin-utils" "^7.12.13" |
574 | 670 |
|
575 | | -"@babel/plugin-syntax-typescript@^7.12.13": |
576 | | - version "7.12.13" |
577 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.13.tgz#9dff111ca64154cef0f4dc52cf843d9f12ce4474" |
578 | | - integrity sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== |
| 671 | +"@babel/plugin-syntax-typescript@^7.14.5": |
| 672 | + version "7.14.5" |
| 673 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.14.5.tgz#b82c6ce471b165b5ce420cf92914d6fb46225716" |
| 674 | + integrity sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q== |
579 | 675 | dependencies: |
580 | | - "@babel/helper-plugin-utils" "^7.12.13" |
| 676 | + "@babel/helper-plugin-utils" "^7.14.5" |
581 | 677 |
|
582 | 678 | "@babel/plugin-transform-arrow-functions@^7.13.0": |
583 | 679 | version "7.13.0" |
|
812 | 908 | dependencies: |
813 | 909 | "@babel/helper-plugin-utils" "^7.12.13" |
814 | 910 |
|
815 | | -"@babel/plugin-transform-typescript@^7.14.4": |
816 | | - version "7.14.4" |
817 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.14.4.tgz#1c48829fa6d5f2de646060cd08abb6cda4b521a7" |
818 | | - integrity sha512-WYdcGNEO7mCCZ2XzRlxwGj3PgeAr50ifkofOUC/+IN/GzKLB+biDPVBUAQN2C/dVZTvEXCp80kfQ1FFZPrwykQ== |
| 911 | +"@babel/plugin-transform-typescript@^7.14.6": |
| 912 | + version "7.14.6" |
| 913 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.14.6.tgz#6e9c2d98da2507ebe0a883b100cde3c7279df36c" |
| 914 | + integrity sha512-XlTdBq7Awr4FYIzqhmYY80WN0V0azF74DMPyFqVHBvf81ZUgc4X7ZOpx6O8eLDK6iM5cCQzeyJw0ynTaefixRA== |
819 | 915 | dependencies: |
820 | | - "@babel/helper-create-class-features-plugin" "^7.14.4" |
821 | | - "@babel/helper-plugin-utils" "^7.13.0" |
822 | | - "@babel/plugin-syntax-typescript" "^7.12.13" |
| 916 | + "@babel/helper-create-class-features-plugin" "^7.14.6" |
| 917 | + "@babel/helper-plugin-utils" "^7.14.5" |
| 918 | + "@babel/plugin-syntax-typescript" "^7.14.5" |
823 | 919 |
|
824 | 920 | "@babel/plugin-transform-unicode-escapes@^7.12.13": |
825 | 921 | version "7.12.13" |
|
942 | 1038 | "@babel/parser" "^7.12.13" |
943 | 1039 | "@babel/types" "^7.12.13" |
944 | 1040 |
|
| 1041 | +"@babel/template@^7.14.5": |
| 1042 | + version "7.14.5" |
| 1043 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4" |
| 1044 | + integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g== |
| 1045 | + dependencies: |
| 1046 | + "@babel/code-frame" "^7.14.5" |
| 1047 | + "@babel/parser" "^7.14.5" |
| 1048 | + "@babel/types" "^7.14.5" |
| 1049 | + |
945 | 1050 | "@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2", "@babel/traverse@^7.4.3": |
946 | 1051 | version "7.14.2" |
947 | 1052 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b" |
|
956 | 1061 | debug "^4.1.0" |
957 | 1062 | globals "^11.1.0" |
958 | 1063 |
|
| 1064 | +"@babel/traverse@^7.14.5": |
| 1065 | + version "7.14.7" |
| 1066 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753" |
| 1067 | + integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ== |
| 1068 | + dependencies: |
| 1069 | + "@babel/code-frame" "^7.14.5" |
| 1070 | + "@babel/generator" "^7.14.5" |
| 1071 | + "@babel/helper-function-name" "^7.14.5" |
| 1072 | + "@babel/helper-hoist-variables" "^7.14.5" |
| 1073 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 1074 | + "@babel/parser" "^7.14.7" |
| 1075 | + "@babel/types" "^7.14.5" |
| 1076 | + debug "^4.1.0" |
| 1077 | + globals "^11.1.0" |
| 1078 | + |
959 | 1079 | "@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.14.4", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4": |
960 | 1080 | version "7.14.4" |
961 | 1081 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0" |
|
964 | 1084 | "@babel/helper-validator-identifier" "^7.14.0" |
965 | 1085 | to-fast-properties "^2.0.0" |
966 | 1086 |
|
| 1087 | +"@babel/types@^7.14.5": |
| 1088 | + version "7.14.5" |
| 1089 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff" |
| 1090 | + integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg== |
| 1091 | + dependencies: |
| 1092 | + "@babel/helper-validator-identifier" "^7.14.5" |
| 1093 | + to-fast-properties "^2.0.0" |
| 1094 | + |
967 | 1095 | "@cnakazawa/watch@^1.0.3": |
968 | 1096 | version "1.0.4" |
969 | 1097 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" |
|
0 commit comments