|
21 | 21 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919" |
22 | 22 | integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q== |
23 | 23 |
|
24 | | -"@babel/core@^7.1.0", "@babel/core@^7.14.0", "@babel/core@^7.7.5": |
25 | | - version "7.14.0" |
26 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.0.tgz#47299ff3ec8d111b493f1a9d04bf88c04e728d88" |
27 | | - integrity sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw== |
| 24 | +"@babel/core@^7.1.0", "@babel/core@^7.14.3", "@babel/core@^7.7.5": |
| 25 | + version "7.14.3" |
| 26 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.3.tgz#5395e30405f0776067fbd9cf0884f15bfb770a38" |
| 27 | + integrity sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg== |
28 | 28 | dependencies: |
29 | 29 | "@babel/code-frame" "^7.12.13" |
30 | | - "@babel/generator" "^7.14.0" |
| 30 | + "@babel/generator" "^7.14.3" |
31 | 31 | "@babel/helper-compilation-targets" "^7.13.16" |
32 | | - "@babel/helper-module-transforms" "^7.14.0" |
| 32 | + "@babel/helper-module-transforms" "^7.14.2" |
33 | 33 | "@babel/helpers" "^7.14.0" |
34 | | - "@babel/parser" "^7.14.0" |
| 34 | + "@babel/parser" "^7.14.3" |
35 | 35 | "@babel/template" "^7.12.13" |
36 | | - "@babel/traverse" "^7.14.0" |
37 | | - "@babel/types" "^7.14.0" |
| 36 | + "@babel/traverse" "^7.14.2" |
| 37 | + "@babel/types" "^7.14.2" |
38 | 38 | convert-source-map "^1.7.0" |
39 | 39 | debug "^4.1.0" |
40 | 40 | gensync "^1.0.0-beta.2" |
41 | 41 | json5 "^2.1.2" |
42 | 42 | semver "^6.3.0" |
43 | 43 | source-map "^0.5.0" |
44 | 44 |
|
45 | | -"@babel/generator@^7.14.0", "@babel/generator@^7.4.0": |
46 | | - version "7.14.0" |
47 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.0.tgz#0f35d663506c43e4f10898fbda0d752ec75494be" |
48 | | - integrity sha512-C6u00HbmsrNPug6A+CiNl8rEys7TsdcXwg12BHi2ca5rUfAs3+UwZsuDQSXnc+wCElCXMB8gMaJ3YXDdh8fAlg== |
| 45 | +"@babel/generator@^7.14.2", "@babel/generator@^7.14.3", "@babel/generator@^7.4.0": |
| 46 | + version "7.14.3" |
| 47 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91" |
| 48 | + integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA== |
49 | 49 | dependencies: |
50 | | - "@babel/types" "^7.14.0" |
| 50 | + "@babel/types" "^7.14.2" |
51 | 51 | jsesc "^2.5.1" |
52 | 52 | source-map "^0.5.0" |
53 | 53 |
|
|
126 | 126 | "@babel/template" "^7.12.13" |
127 | 127 | "@babel/types" "^7.12.13" |
128 | 128 |
|
| 129 | +"@babel/helper-function-name@^7.14.2": |
| 130 | + version "7.14.2" |
| 131 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz#397688b590760b6ef7725b5f0860c82427ebaac2" |
| 132 | + integrity sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ== |
| 133 | + dependencies: |
| 134 | + "@babel/helper-get-function-arity" "^7.12.13" |
| 135 | + "@babel/template" "^7.12.13" |
| 136 | + "@babel/types" "^7.14.2" |
| 137 | + |
129 | 138 | "@babel/helper-get-function-arity@^7.12.13": |
130 | 139 | version "7.12.13" |
131 | 140 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" |
|
176 | 185 | dependencies: |
177 | 186 | "@babel/types" "^7.13.12" |
178 | 187 |
|
179 | | -"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0": |
180 | | - version "7.14.0" |
181 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.0.tgz#8fcf78be220156f22633ee204ea81f73f826a8ad" |
182 | | - integrity sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw== |
| 188 | +"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0", "@babel/helper-module-transforms@^7.14.2": |
| 189 | + version "7.14.2" |
| 190 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz#ac1cc30ee47b945e3e0c4db12fa0c5389509dfe5" |
| 191 | + integrity sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA== |
183 | 192 | dependencies: |
184 | 193 | "@babel/helper-module-imports" "^7.13.12" |
185 | 194 | "@babel/helper-replace-supers" "^7.13.12" |
186 | 195 | "@babel/helper-simple-access" "^7.13.12" |
187 | 196 | "@babel/helper-split-export-declaration" "^7.12.13" |
188 | 197 | "@babel/helper-validator-identifier" "^7.14.0" |
189 | 198 | "@babel/template" "^7.12.13" |
190 | | - "@babel/traverse" "^7.14.0" |
191 | | - "@babel/types" "^7.14.0" |
| 199 | + "@babel/traverse" "^7.14.2" |
| 200 | + "@babel/types" "^7.14.2" |
192 | 201 |
|
193 | 202 | "@babel/helper-optimise-call-expression@^7.12.13": |
194 | 203 | version "7.12.13" |
|
314 | 323 | chalk "^2.0.0" |
315 | 324 | js-tokens "^4.0.0" |
316 | 325 |
|
317 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.0", "@babel/parser@^7.4.3": |
318 | | - version "7.14.0" |
319 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.0.tgz#2f0ebfed92bcddcc8395b91f1895191ce2760380" |
320 | | - integrity sha512-AHbfoxesfBALg33idaTBVUkLnfXtsgvJREf93p4p0Lwsz4ppfE7g1tpEXVm4vrxUcH4DVhAa9Z1m1zqf9WUC7Q== |
| 326 | +"@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": |
| 327 | + version "7.14.4" |
| 328 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.4.tgz#a5c560d6db6cd8e6ed342368dea8039232cbab18" |
| 329 | + integrity sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA== |
321 | 330 |
|
322 | 331 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12": |
323 | 332 | version "7.13.12" |
|
939 | 948 | "@babel/parser" "^7.12.13" |
940 | 949 | "@babel/types" "^7.12.13" |
941 | 950 |
|
942 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.4.3": |
943 | | - version "7.14.0" |
944 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.0.tgz#cea0dc8ae7e2b1dec65f512f39f3483e8cc95aef" |
945 | | - integrity sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA== |
| 951 | +"@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": |
| 952 | + version "7.14.2" |
| 953 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b" |
| 954 | + integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA== |
946 | 955 | dependencies: |
947 | 956 | "@babel/code-frame" "^7.12.13" |
948 | | - "@babel/generator" "^7.14.0" |
949 | | - "@babel/helper-function-name" "^7.12.13" |
| 957 | + "@babel/generator" "^7.14.2" |
| 958 | + "@babel/helper-function-name" "^7.14.2" |
950 | 959 | "@babel/helper-split-export-declaration" "^7.12.13" |
951 | | - "@babel/parser" "^7.14.0" |
952 | | - "@babel/types" "^7.14.0" |
| 960 | + "@babel/parser" "^7.14.2" |
| 961 | + "@babel/types" "^7.14.2" |
953 | 962 | debug "^4.1.0" |
954 | 963 | globals "^11.1.0" |
955 | 964 |
|
956 | | -"@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.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4": |
957 | | - version "7.14.0" |
958 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.0.tgz#3fc3fc74e0cdad878182e5f66cc6bcab1915a802" |
959 | | - integrity sha512-O2LVLdcnWplaGxiPBz12d0HcdN8QdxdsWYhz5LSeuukV/5mn2xUUc3gBeU4QBYPJ18g/UToe8F532XJ608prmg== |
| 965 | +"@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.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4": |
| 966 | + version "7.14.4" |
| 967 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0" |
| 968 | + integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw== |
960 | 969 | dependencies: |
961 | 970 | "@babel/helper-validator-identifier" "^7.14.0" |
962 | 971 | to-fast-properties "^2.0.0" |
|
0 commit comments