|
15 | 15 | integrity sha512-725AQupWJZ8ba0jbKceeFblZTY90McUBWMwHhkFQ9q1zKPJ95GUktljFcgcsIVwRnTnRKlcYzfiNImg5G9m6ZQ== |
16 | 16 |
|
17 | 17 | "@babel/core@^7.5.5": |
18 | | - version "7.12.3" |
19 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8" |
20 | | - integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g== |
| 18 | + version "7.12.9" |
| 19 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" |
| 20 | + integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ== |
21 | 21 | dependencies: |
22 | 22 | "@babel/code-frame" "^7.10.4" |
23 | | - "@babel/generator" "^7.12.1" |
| 23 | + "@babel/generator" "^7.12.5" |
24 | 24 | "@babel/helper-module-transforms" "^7.12.1" |
25 | | - "@babel/helpers" "^7.12.1" |
26 | | - "@babel/parser" "^7.12.3" |
27 | | - "@babel/template" "^7.10.4" |
28 | | - "@babel/traverse" "^7.12.1" |
29 | | - "@babel/types" "^7.12.1" |
| 25 | + "@babel/helpers" "^7.12.5" |
| 26 | + "@babel/parser" "^7.12.7" |
| 27 | + "@babel/template" "^7.12.7" |
| 28 | + "@babel/traverse" "^7.12.9" |
| 29 | + "@babel/types" "^7.12.7" |
30 | 30 | convert-source-map "^1.7.0" |
31 | 31 | debug "^4.1.0" |
32 | 32 | gensync "^1.0.0-beta.1" |
|
36 | 36 | semver "^5.4.1" |
37 | 37 | source-map "^0.5.0" |
38 | 38 |
|
39 | | -"@babel/generator@^7.12.1": |
40 | | - version "7.12.1" |
41 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468" |
42 | | - integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg== |
| 39 | +"@babel/generator@^7.12.5": |
| 40 | + version "7.12.5" |
| 41 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de" |
| 42 | + integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A== |
43 | 43 | dependencies: |
44 | | - "@babel/types" "^7.12.1" |
| 44 | + "@babel/types" "^7.12.5" |
45 | 45 | jsesc "^2.5.1" |
46 | 46 | source-map "^0.5.0" |
47 | 47 |
|
|
245 | 245 | "@babel/traverse" "^7.10.4" |
246 | 246 | "@babel/types" "^7.10.4" |
247 | 247 |
|
248 | | -"@babel/helpers@^7.12.1": |
249 | | - version "7.12.1" |
250 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.1.tgz#8a8261c1d438ec18cb890434df4ec768734c1e79" |
251 | | - integrity sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g== |
| 248 | +"@babel/helpers@^7.12.5": |
| 249 | + version "7.12.5" |
| 250 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e" |
| 251 | + integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA== |
252 | 252 | dependencies: |
253 | 253 | "@babel/template" "^7.10.4" |
254 | | - "@babel/traverse" "^7.12.1" |
255 | | - "@babel/types" "^7.12.1" |
| 254 | + "@babel/traverse" "^7.12.5" |
| 255 | + "@babel/types" "^7.12.5" |
256 | 256 |
|
257 | 257 | "@babel/highlight@^7.10.4": |
258 | 258 | version "7.10.4" |
|
263 | 263 | chalk "^2.0.0" |
264 | 264 | js-tokens "^4.0.0" |
265 | 265 |
|
266 | | -"@babel/parser@^7.10.4", "@babel/parser@^7.12.1", "@babel/parser@^7.12.3": |
267 | | - version "7.12.3" |
268 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd" |
269 | | - integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw== |
| 266 | +"@babel/parser@^7.12.7": |
| 267 | + version "7.12.7" |
| 268 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056" |
| 269 | + integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg== |
270 | 270 |
|
271 | 271 | "@babel/plugin-proposal-async-generator-functions@^7.12.1": |
272 | 272 | version "7.12.1" |
|
799 | 799 | dependencies: |
800 | 800 | regenerator-runtime "^0.13.4" |
801 | 801 |
|
802 | | -"@babel/template@^7.10.4": |
803 | | - version "7.10.4" |
804 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278" |
805 | | - integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== |
| 802 | +"@babel/template@^7.10.4", "@babel/template@^7.12.7": |
| 803 | + version "7.12.7" |
| 804 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc" |
| 805 | + integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow== |
806 | 806 | dependencies: |
807 | 807 | "@babel/code-frame" "^7.10.4" |
808 | | - "@babel/parser" "^7.10.4" |
809 | | - "@babel/types" "^7.10.4" |
| 808 | + "@babel/parser" "^7.12.7" |
| 809 | + "@babel/types" "^7.12.7" |
810 | 810 |
|
811 | | -"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1": |
812 | | - version "7.12.1" |
813 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e" |
814 | | - integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw== |
| 811 | +"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.9": |
| 812 | + version "7.12.9" |
| 813 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f" |
| 814 | + integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw== |
815 | 815 | dependencies: |
816 | 816 | "@babel/code-frame" "^7.10.4" |
817 | | - "@babel/generator" "^7.12.1" |
| 817 | + "@babel/generator" "^7.12.5" |
818 | 818 | "@babel/helper-function-name" "^7.10.4" |
819 | 819 | "@babel/helper-split-export-declaration" "^7.11.0" |
820 | | - "@babel/parser" "^7.12.1" |
821 | | - "@babel/types" "^7.12.1" |
| 820 | + "@babel/parser" "^7.12.7" |
| 821 | + "@babel/types" "^7.12.7" |
822 | 822 | debug "^4.1.0" |
823 | 823 | globals "^11.1.0" |
824 | 824 | lodash "^4.17.19" |
825 | 825 |
|
826 | | -"@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.4.4": |
827 | | - version "7.12.1" |
828 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae" |
829 | | - integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA== |
| 826 | +"@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.4.4": |
| 827 | + version "7.12.7" |
| 828 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13" |
| 829 | + integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ== |
830 | 830 | dependencies: |
831 | 831 | "@babel/helper-validator-identifier" "^7.10.4" |
832 | 832 | lodash "^4.17.19" |
|
0 commit comments