|
25 | 25 | dependencies:
|
26 | 26 | "@babel/highlight" "^7.10.4"
|
27 | 27 |
|
28 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13": |
29 |
| - version "7.12.13" |
30 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658" |
31 |
| - integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== |
32 |
| - dependencies: |
33 |
| - "@babel/highlight" "^7.12.13" |
34 |
| - |
35 |
| -"@babel/code-frame@^7.14.5": |
| 28 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.14.5": |
36 | 29 | version "7.14.5"
|
37 | 30 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
|
38 | 31 | integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
|
|
44 | 37 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea"
|
45 | 38 | integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w==
|
46 | 39 |
|
47 |
| -"@babel/core@^7.1.0", "@babel/core@^7.14.3", "@babel/core@^7.7.2", "@babel/core@^7.7.5": |
48 |
| - version "7.14.3" |
49 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.3.tgz#5395e30405f0776067fbd9cf0884f15bfb770a38" |
50 |
| - integrity sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg== |
| 40 | +"@babel/core@^7.1.0", "@babel/core@^7.14.3", "@babel/core@^7.14.6", "@babel/core@^7.7.2", "@babel/core@^7.7.5": |
| 41 | + version "7.14.6" |
| 42 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab" |
| 43 | + integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA== |
51 | 44 | dependencies:
|
52 |
| - "@babel/code-frame" "^7.12.13" |
53 |
| - "@babel/generator" "^7.14.3" |
54 |
| - "@babel/helper-compilation-targets" "^7.13.16" |
55 |
| - "@babel/helper-module-transforms" "^7.14.2" |
56 |
| - "@babel/helpers" "^7.14.0" |
57 |
| - "@babel/parser" "^7.14.3" |
58 |
| - "@babel/template" "^7.12.13" |
59 |
| - "@babel/traverse" "^7.14.2" |
60 |
| - "@babel/types" "^7.14.2" |
| 45 | + "@babel/code-frame" "^7.14.5" |
| 46 | + "@babel/generator" "^7.14.5" |
| 47 | + "@babel/helper-compilation-targets" "^7.14.5" |
| 48 | + "@babel/helper-module-transforms" "^7.14.5" |
| 49 | + "@babel/helpers" "^7.14.6" |
| 50 | + "@babel/parser" "^7.14.6" |
| 51 | + "@babel/template" "^7.14.5" |
| 52 | + "@babel/traverse" "^7.14.5" |
| 53 | + "@babel/types" "^7.14.5" |
61 | 54 | convert-source-map "^1.7.0"
|
62 | 55 | debug "^4.1.0"
|
63 | 56 | gensync "^1.0.0-beta.2"
|
|
81 | 74 | dependencies:
|
82 | 75 | eslint-rule-composer "^0.3.0"
|
83 | 76 |
|
84 |
| -"@babel/generator@^7.14.2", "@babel/generator@^7.14.3", "@babel/generator@^7.7.2": |
85 |
| - version "7.14.3" |
86 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91" |
87 |
| - integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA== |
88 |
| - dependencies: |
89 |
| - "@babel/types" "^7.14.2" |
90 |
| - jsesc "^2.5.1" |
91 |
| - source-map "^0.5.0" |
92 |
| - |
93 |
| -"@babel/generator@^7.14.5": |
| 77 | +"@babel/generator@^7.14.5", "@babel/generator@^7.7.2": |
94 | 78 | version "7.14.5"
|
95 | 79 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785"
|
96 | 80 | integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA==
|
|
114 | 98 | "@babel/helper-explode-assignable-expression" "^7.14.5"
|
115 | 99 | "@babel/types" "^7.14.5"
|
116 | 100 |
|
117 |
| -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.14.5": |
| 101 | +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5": |
118 | 102 | version "7.14.5"
|
119 | 103 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf"
|
120 | 104 | integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==
|
|
165 | 149 | dependencies:
|
166 | 150 | "@babel/types" "^7.14.5"
|
167 | 151 |
|
168 |
| -"@babel/helper-function-name@^7.14.2": |
169 |
| - version "7.14.2" |
170 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz#397688b590760b6ef7725b5f0860c82427ebaac2" |
171 |
| - integrity sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ== |
172 |
| - dependencies: |
173 |
| - "@babel/helper-get-function-arity" "^7.12.13" |
174 |
| - "@babel/template" "^7.12.13" |
175 |
| - "@babel/types" "^7.14.2" |
176 |
| - |
177 | 152 | "@babel/helper-function-name@^7.14.5":
|
178 | 153 | version "7.14.5"
|
179 | 154 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4"
|
|
183 | 158 | "@babel/template" "^7.14.5"
|
184 | 159 | "@babel/types" "^7.14.5"
|
185 | 160 |
|
186 |
| -"@babel/helper-get-function-arity@^7.12.13": |
187 |
| - version "7.12.13" |
188 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" |
189 |
| - integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== |
190 |
| - dependencies: |
191 |
| - "@babel/types" "^7.12.13" |
192 |
| - |
193 | 161 | "@babel/helper-get-function-arity@^7.14.5":
|
194 | 162 | version "7.14.5"
|
195 | 163 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
|
|
204 | 172 | dependencies:
|
205 | 173 | "@babel/types" "^7.14.5"
|
206 | 174 |
|
207 |
| -"@babel/helper-member-expression-to-functions@^7.13.12": |
208 |
| - version "7.13.12" |
209 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72" |
210 |
| - integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== |
211 |
| - dependencies: |
212 |
| - "@babel/types" "^7.13.12" |
213 |
| - |
214 | 175 | "@babel/helper-member-expression-to-functions@^7.14.5":
|
215 | 176 | version "7.14.5"
|
216 | 177 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8"
|
|
225 | 186 | dependencies:
|
226 | 187 | "@babel/types" "^7.12.13"
|
227 | 188 |
|
228 |
| -"@babel/helper-module-imports@^7.13.12": |
229 |
| - version "7.13.12" |
230 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977" |
231 |
| - integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== |
232 |
| - dependencies: |
233 |
| - "@babel/types" "^7.13.12" |
234 |
| - |
235 | 189 | "@babel/helper-module-imports@^7.14.5":
|
236 | 190 | version "7.14.5"
|
237 | 191 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
|
238 | 192 | integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
|
239 | 193 | dependencies:
|
240 | 194 | "@babel/types" "^7.14.5"
|
241 | 195 |
|
242 |
| -"@babel/helper-module-transforms@^7.14.2": |
243 |
| - version "7.14.2" |
244 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz#ac1cc30ee47b945e3e0c4db12fa0c5389509dfe5" |
245 |
| - integrity sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA== |
246 |
| - dependencies: |
247 |
| - "@babel/helper-module-imports" "^7.13.12" |
248 |
| - "@babel/helper-replace-supers" "^7.13.12" |
249 |
| - "@babel/helper-simple-access" "^7.13.12" |
250 |
| - "@babel/helper-split-export-declaration" "^7.12.13" |
251 |
| - "@babel/helper-validator-identifier" "^7.14.0" |
252 |
| - "@babel/template" "^7.12.13" |
253 |
| - "@babel/traverse" "^7.14.2" |
254 |
| - "@babel/types" "^7.14.2" |
255 |
| - |
256 | 196 | "@babel/helper-module-transforms@^7.14.5":
|
257 | 197 | version "7.14.5"
|
258 | 198 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e"
|
|
267 | 207 | "@babel/traverse" "^7.14.5"
|
268 | 208 | "@babel/types" "^7.14.5"
|
269 | 209 |
|
270 |
| -"@babel/helper-optimise-call-expression@^7.12.13": |
271 |
| - version "7.12.13" |
272 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea" |
273 |
| - integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== |
274 |
| - dependencies: |
275 |
| - "@babel/types" "^7.12.13" |
276 |
| - |
277 | 210 | "@babel/helper-optimise-call-expression@^7.14.5":
|
278 | 211 | version "7.14.5"
|
279 | 212 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
|
|
295 | 228 | "@babel/helper-wrap-function" "^7.14.5"
|
296 | 229 | "@babel/types" "^7.14.5"
|
297 | 230 |
|
298 |
| -"@babel/helper-replace-supers@^7.13.12": |
299 |
| - version "7.13.12" |
300 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804" |
301 |
| - integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw== |
302 |
| - dependencies: |
303 |
| - "@babel/helper-member-expression-to-functions" "^7.13.12" |
304 |
| - "@babel/helper-optimise-call-expression" "^7.12.13" |
305 |
| - "@babel/traverse" "^7.13.0" |
306 |
| - "@babel/types" "^7.13.12" |
307 |
| - |
308 | 231 | "@babel/helper-replace-supers@^7.14.5":
|
309 | 232 | version "7.14.5"
|
310 | 233 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94"
|
|
315 | 238 | "@babel/traverse" "^7.14.5"
|
316 | 239 | "@babel/types" "^7.14.5"
|
317 | 240 |
|
318 |
| -"@babel/helper-simple-access@^7.13.12": |
319 |
| - version "7.13.12" |
320 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6" |
321 |
| - integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== |
322 |
| - dependencies: |
323 |
| - "@babel/types" "^7.13.12" |
324 |
| - |
325 | 241 | "@babel/helper-simple-access@^7.14.5":
|
326 | 242 | version "7.14.5"
|
327 | 243 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4"
|
|
336 | 252 | dependencies:
|
337 | 253 | "@babel/types" "^7.14.5"
|
338 | 254 |
|
339 |
| -"@babel/helper-split-export-declaration@^7.12.13": |
340 |
| - version "7.12.13" |
341 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05" |
342 |
| - integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== |
343 |
| - dependencies: |
344 |
| - "@babel/types" "^7.12.13" |
345 |
| - |
346 | 255 | "@babel/helper-split-export-declaration@^7.14.5":
|
347 | 256 | version "7.14.5"
|
348 | 257 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"
|
|
355 | 264 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
|
356 | 265 | integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
|
357 | 266 |
|
358 |
| -"@babel/helper-validator-identifier@^7.14.0": |
359 |
| - version "7.14.0" |
360 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288" |
361 |
| - integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A== |
362 |
| - |
363 | 267 | "@babel/helper-validator-identifier@^7.14.5":
|
364 | 268 | version "7.14.5"
|
365 | 269 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
|
|
380 | 284 | "@babel/traverse" "^7.14.5"
|
381 | 285 | "@babel/types" "^7.14.5"
|
382 | 286 |
|
383 |
| -"@babel/helpers@^7.14.0": |
384 |
| - version "7.14.0" |
385 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.0.tgz#ea9b6be9478a13d6f961dbb5f36bf75e2f3b8f62" |
386 |
| - integrity sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg== |
| 287 | +"@babel/helpers@^7.14.6": |
| 288 | + version "7.14.6" |
| 289 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635" |
| 290 | + integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA== |
387 | 291 | dependencies:
|
388 |
| - "@babel/template" "^7.12.13" |
389 |
| - "@babel/traverse" "^7.14.0" |
390 |
| - "@babel/types" "^7.14.0" |
| 292 | + "@babel/template" "^7.14.5" |
| 293 | + "@babel/traverse" "^7.14.5" |
| 294 | + "@babel/types" "^7.14.5" |
391 | 295 |
|
392 | 296 | "@babel/highlight@^7.10.4":
|
393 | 297 | version "7.13.8"
|
|
398 | 302 | chalk "^2.0.0"
|
399 | 303 | js-tokens "^4.0.0"
|
400 | 304 |
|
401 |
| -"@babel/highlight@^7.12.13": |
402 |
| - version "7.12.13" |
403 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c" |
404 |
| - integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww== |
405 |
| - dependencies: |
406 |
| - "@babel/helper-validator-identifier" "^7.12.11" |
407 |
| - chalk "^2.0.0" |
408 |
| - js-tokens "^4.0.0" |
409 |
| - |
410 | 305 | "@babel/highlight@^7.14.5":
|
411 | 306 | version "7.14.5"
|
412 | 307 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
|
|
416 | 311 | chalk "^2.0.0"
|
417 | 312 | js-tokens "^4.0.0"
|
418 | 313 |
|
419 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.2", "@babel/parser@^7.14.3": |
420 |
| - version "7.14.3" |
421 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.3.tgz#9b530eecb071fd0c93519df25c5ff9f14759f298" |
422 |
| - integrity sha512-7MpZDIfI7sUC5zWo2+foJ50CSI5lcqDehZ0lVgIhSi4bFEk94fLAKlF3Q0nzSQQ+ca0lm+O6G9ztKVBeu8PMRQ== |
423 |
| - |
424 |
| -"@babel/parser@^7.14.5": |
| 314 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.7.2": |
425 | 315 | version "7.14.6"
|
426 | 316 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
|
427 | 317 | integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
|
428 | 318 |
|
429 |
| -"@babel/parser@^7.7.2": |
430 |
| - version "7.14.4" |
431 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.4.tgz#a5c560d6db6cd8e6ed342368dea8039232cbab18" |
432 |
| - integrity sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA== |
433 |
| - |
434 | 319 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
|
435 | 320 | version "7.14.5"
|
436 | 321 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
|
|
1099 | 984 | dependencies:
|
1100 | 985 | regenerator-runtime "^0.13.4"
|
1101 | 986 |
|
1102 |
| -"@babel/template@^7.12.13", "@babel/template@^7.3.3": |
1103 |
| - version "7.12.13" |
1104 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" |
1105 |
| - integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== |
1106 |
| - dependencies: |
1107 |
| - "@babel/code-frame" "^7.12.13" |
1108 |
| - "@babel/parser" "^7.12.13" |
1109 |
| - "@babel/types" "^7.12.13" |
1110 |
| - |
1111 |
| -"@babel/template@^7.14.5": |
| 987 | +"@babel/template@^7.14.5", "@babel/template@^7.3.3": |
1112 | 988 | version "7.14.5"
|
1113 | 989 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
|
1114 | 990 | integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==
|
|
1117 | 993 | "@babel/parser" "^7.14.5"
|
1118 | 994 | "@babel/types" "^7.14.5"
|
1119 | 995 |
|
1120 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2", "@babel/traverse@^7.7.2": |
1121 |
| - version "7.14.2" |
1122 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b" |
1123 |
| - integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA== |
1124 |
| - dependencies: |
1125 |
| - "@babel/code-frame" "^7.12.13" |
1126 |
| - "@babel/generator" "^7.14.2" |
1127 |
| - "@babel/helper-function-name" "^7.14.2" |
1128 |
| - "@babel/helper-split-export-declaration" "^7.12.13" |
1129 |
| - "@babel/parser" "^7.14.2" |
1130 |
| - "@babel/types" "^7.14.2" |
1131 |
| - debug "^4.1.0" |
1132 |
| - globals "^11.1.0" |
1133 |
| - |
1134 |
| -"@babel/traverse@^7.14.5": |
| 996 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.7.2": |
1135 | 997 | version "7.14.5"
|
1136 | 998 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870"
|
1137 | 999 | integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg==
|
|
1146 | 1008 | debug "^4.1.0"
|
1147 | 1009 | globals "^11.1.0"
|
1148 | 1010 |
|
1149 |
| -"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 1011 | +"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1150 | 1012 | version "7.14.5"
|
1151 | 1013 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
|
1152 | 1014 | integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==
|
|
0 commit comments