|
35 | 35 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
|
36 | 36 | integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
|
37 | 37 |
|
38 |
| -"@babel/compat-data@^7.13.8": |
39 |
| - version "7.13.8" |
40 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6" |
41 |
| - integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog== |
| 38 | +"@babel/compat-data@^7.13.12": |
| 39 | + version "7.13.15" |
| 40 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4" |
| 41 | + integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA== |
42 | 42 |
|
43 |
| - |
44 |
| - version "7.13.10" |
45 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559" |
46 |
| - integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== |
| 43 | + |
| 44 | + version "7.13.15" |
| 45 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0" |
| 46 | + integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ== |
47 | 47 | dependencies:
|
48 | 48 | "@babel/code-frame" "^7.12.13"
|
49 | 49 | "@babel/generator" "^7.13.9"
|
50 |
| - "@babel/helper-compilation-targets" "^7.13.10" |
51 |
| - "@babel/helper-module-transforms" "^7.13.0" |
| 50 | + "@babel/helper-compilation-targets" "^7.13.13" |
| 51 | + "@babel/helper-module-transforms" "^7.13.14" |
52 | 52 | "@babel/helpers" "^7.13.10"
|
53 |
| - "@babel/parser" "^7.13.10" |
| 53 | + "@babel/parser" "^7.13.15" |
54 | 54 | "@babel/template" "^7.12.13"
|
55 |
| - "@babel/traverse" "^7.13.0" |
56 |
| - "@babel/types" "^7.13.0" |
| 55 | + "@babel/traverse" "^7.13.15" |
| 56 | + "@babel/types" "^7.13.14" |
57 | 57 | convert-source-map "^1.7.0"
|
58 | 58 | debug "^4.1.0"
|
59 | 59 | gensync "^1.0.0-beta.2"
|
60 | 60 | json5 "^2.1.2"
|
61 |
| - lodash "^4.17.19" |
62 | 61 | semver "^6.3.0"
|
63 | 62 | source-map "^0.5.0"
|
64 | 63 |
|
|
159 | 158 | browserslist "^4.14.5"
|
160 | 159 | semver "^5.5.0"
|
161 | 160 |
|
162 |
| -"@babel/helper-compilation-targets@^7.13.10": |
163 |
| - version "7.13.10" |
164 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c" |
165 |
| - integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA== |
| 161 | +"@babel/helper-compilation-targets@^7.13.13": |
| 162 | + version "7.13.13" |
| 163 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5" |
| 164 | + integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ== |
166 | 165 | dependencies:
|
167 |
| - "@babel/compat-data" "^7.13.8" |
| 166 | + "@babel/compat-data" "^7.13.12" |
168 | 167 | "@babel/helper-validator-option" "^7.12.17"
|
169 | 168 | browserslist "^4.14.5"
|
170 | 169 | semver "^6.3.0"
|
|
259 | 258 | dependencies:
|
260 | 259 | "@babel/types" "^7.12.7"
|
261 | 260 |
|
262 |
| -"@babel/helper-member-expression-to-functions@^7.13.0": |
263 |
| - version "7.13.0" |
264 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz#6aa4bb678e0f8c22f58cdb79451d30494461b091" |
265 |
| - integrity sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ== |
| 261 | +"@babel/helper-member-expression-to-functions@^7.13.12": |
| 262 | + version "7.13.12" |
| 263 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72" |
| 264 | + integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== |
266 | 265 | dependencies:
|
267 |
| - "@babel/types" "^7.13.0" |
| 266 | + "@babel/types" "^7.13.12" |
268 | 267 |
|
269 | 268 | "@babel/helper-module-imports@^7.0.0":
|
270 | 269 | version "7.10.1"
|
|
280 | 279 | dependencies:
|
281 | 280 | "@babel/types" "^7.12.5"
|
282 | 281 |
|
283 |
| -"@babel/helper-module-imports@^7.12.13": |
284 |
| - version "7.12.13" |
285 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0" |
286 |
| - integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== |
| 282 | +"@babel/helper-module-imports@^7.13.12": |
| 283 | + version "7.13.12" |
| 284 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977" |
| 285 | + integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== |
287 | 286 | dependencies:
|
288 |
| - "@babel/types" "^7.12.13" |
| 287 | + "@babel/types" "^7.13.12" |
289 | 288 |
|
290 | 289 | "@babel/helper-module-transforms@^7.12.1":
|
291 | 290 | version "7.12.1"
|
|
302 | 301 | "@babel/types" "^7.12.1"
|
303 | 302 | lodash "^4.17.19"
|
304 | 303 |
|
305 |
| -"@babel/helper-module-transforms@^7.13.0": |
306 |
| - version "7.13.0" |
307 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1" |
308 |
| - integrity sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw== |
| 304 | +"@babel/helper-module-transforms@^7.13.14": |
| 305 | + version "7.13.14" |
| 306 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef" |
| 307 | + integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g== |
309 | 308 | dependencies:
|
310 |
| - "@babel/helper-module-imports" "^7.12.13" |
311 |
| - "@babel/helper-replace-supers" "^7.13.0" |
312 |
| - "@babel/helper-simple-access" "^7.12.13" |
| 309 | + "@babel/helper-module-imports" "^7.13.12" |
| 310 | + "@babel/helper-replace-supers" "^7.13.12" |
| 311 | + "@babel/helper-simple-access" "^7.13.12" |
313 | 312 | "@babel/helper-split-export-declaration" "^7.12.13"
|
314 | 313 | "@babel/helper-validator-identifier" "^7.12.11"
|
315 | 314 | "@babel/template" "^7.12.13"
|
316 |
| - "@babel/traverse" "^7.13.0" |
317 |
| - "@babel/types" "^7.13.0" |
318 |
| - lodash "^4.17.19" |
| 315 | + "@babel/traverse" "^7.13.13" |
| 316 | + "@babel/types" "^7.13.14" |
319 | 317 |
|
320 | 318 | "@babel/helper-optimise-call-expression@^7.10.4":
|
321 | 319 | version "7.12.7"
|
|
367 | 365 | "@babel/traverse" "^7.12.5"
|
368 | 366 | "@babel/types" "^7.12.5"
|
369 | 367 |
|
370 |
| -"@babel/helper-replace-supers@^7.13.0": |
371 |
| - version "7.13.0" |
372 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.0.tgz#6034b7b51943094cb41627848cb219cb02be1d24" |
373 |
| - integrity sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw== |
| 368 | +"@babel/helper-replace-supers@^7.13.12": |
| 369 | + version "7.13.12" |
| 370 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804" |
| 371 | + integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw== |
374 | 372 | dependencies:
|
375 |
| - "@babel/helper-member-expression-to-functions" "^7.13.0" |
| 373 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
376 | 374 | "@babel/helper-optimise-call-expression" "^7.12.13"
|
377 | 375 | "@babel/traverse" "^7.13.0"
|
378 |
| - "@babel/types" "^7.13.0" |
| 376 | + "@babel/types" "^7.13.12" |
379 | 377 |
|
380 | 378 | "@babel/helper-simple-access@^7.12.1":
|
381 | 379 | version "7.12.1"
|
|
384 | 382 | dependencies:
|
385 | 383 | "@babel/types" "^7.12.1"
|
386 | 384 |
|
387 |
| -"@babel/helper-simple-access@^7.12.13": |
388 |
| - version "7.12.13" |
389 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4" |
390 |
| - integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== |
| 385 | +"@babel/helper-simple-access@^7.13.12": |
| 386 | + version "7.13.12" |
| 387 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6" |
| 388 | + integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== |
391 | 389 | dependencies:
|
392 |
| - "@babel/types" "^7.12.13" |
| 390 | + "@babel/types" "^7.13.12" |
393 | 391 |
|
394 | 392 | "@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
|
395 | 393 | version "7.12.1"
|
|
497 | 495 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81"
|
498 | 496 | integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA==
|
499 | 497 |
|
500 |
| -"@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.10": |
| 498 | +"@babel/parser@^7.12.13", "@babel/parser@^7.13.0": |
501 | 499 | version "7.13.10"
|
502 | 500 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
|
503 | 501 | integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
|
|
507 | 505 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
|
508 | 506 | integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==
|
509 | 507 |
|
| 508 | +"@babel/parser@^7.13.15": |
| 509 | + version "7.13.15" |
| 510 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8" |
| 511 | + integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ== |
| 512 | + |
510 | 513 | "@babel/plugin-proposal-async-generator-functions@^7.12.1":
|
511 | 514 | version "7.12.1"
|
512 | 515 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz#dc6c1170e27d8aca99ff65f4925bd06b1c90550e"
|
|
1242 | 1245 | globals "^11.1.0"
|
1243 | 1246 | lodash "^4.17.19"
|
1244 | 1247 |
|
| 1248 | +"@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15": |
| 1249 | + version "7.13.15" |
| 1250 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.15.tgz#c38bf7679334ddd4028e8e1f7b3aa5019f0dada7" |
| 1251 | + integrity sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ== |
| 1252 | + dependencies: |
| 1253 | + "@babel/code-frame" "^7.12.13" |
| 1254 | + "@babel/generator" "^7.13.9" |
| 1255 | + "@babel/helper-function-name" "^7.12.13" |
| 1256 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 1257 | + "@babel/parser" "^7.13.15" |
| 1258 | + "@babel/types" "^7.13.14" |
| 1259 | + debug "^4.1.0" |
| 1260 | + globals "^11.1.0" |
| 1261 | + |
1245 | 1262 | "@babel/types@^7.10.1", "@babel/types@^7.4.4":
|
1246 | 1263 | version "7.10.2"
|
1247 | 1264 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
|
|
1278 | 1295 | lodash "^4.17.19"
|
1279 | 1296 | to-fast-properties "^2.0.0"
|
1280 | 1297 |
|
| 1298 | +"@babel/types@^7.13.12", "@babel/types@^7.13.14": |
| 1299 | + version "7.13.14" |
| 1300 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d" |
| 1301 | + integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ== |
| 1302 | + dependencies: |
| 1303 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 1304 | + lodash "^4.17.19" |
| 1305 | + to-fast-properties "^2.0.0" |
| 1306 | + |
1281 | 1307 | "@emotion/cache@^10.0.27":
|
1282 | 1308 | version "10.0.29"
|
1283 | 1309 | resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0"
|
|
0 commit comments