|
21 | 21 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1" |
22 | 22 | integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ== |
23 | 23 |
|
24 | | - |
25 | | - version "7.13.13" |
26 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.13.tgz#bc44c4a2be2288ec4ddf56b66fc718019c76ac29" |
27 | | - integrity sha512-1xEs9jZAyKIouOoCmpsgk/I26PoKyvzQ2ixdRpRzfbcp1fL+ozw7TUgdDgwonbTovqRaTfRh50IXuw4QrWO0GA== |
| 24 | + |
| 25 | + version "7.13.14" |
| 26 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06" |
| 27 | + integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA== |
28 | 28 | dependencies: |
29 | 29 | "@babel/code-frame" "^7.12.13" |
30 | 30 | "@babel/generator" "^7.13.9" |
31 | 31 | "@babel/helper-compilation-targets" "^7.13.13" |
32 | | - "@babel/helper-module-transforms" "^7.13.12" |
| 32 | + "@babel/helper-module-transforms" "^7.13.14" |
33 | 33 | "@babel/helpers" "^7.13.10" |
34 | 34 | "@babel/parser" "^7.13.13" |
35 | 35 | "@babel/template" "^7.12.13" |
36 | 36 | "@babel/traverse" "^7.13.13" |
37 | | - "@babel/types" "^7.13.13" |
| 37 | + "@babel/types" "^7.13.14" |
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 | | - lodash "^4.17.19" |
43 | 42 | semver "^6.3.0" |
44 | 43 | source-map "^0.5.0" |
45 | 44 |
|
|
196 | 195 | dependencies: |
197 | 196 | "@babel/types" "^7.13.12" |
198 | 197 |
|
199 | | -"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.13.12": |
| 198 | +"@babel/helper-module-transforms@^7.13.0": |
200 | 199 | version "7.13.12" |
201 | 200 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.12.tgz#600e58350490828d82282631a1422268e982ba96" |
202 | 201 | integrity sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ== |
|
210 | 209 | "@babel/traverse" "^7.13.0" |
211 | 210 | "@babel/types" "^7.13.12" |
212 | 211 |
|
| 212 | +"@babel/helper-module-transforms@^7.13.14": |
| 213 | + version "7.13.14" |
| 214 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef" |
| 215 | + integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g== |
| 216 | + dependencies: |
| 217 | + "@babel/helper-module-imports" "^7.13.12" |
| 218 | + "@babel/helper-replace-supers" "^7.13.12" |
| 219 | + "@babel/helper-simple-access" "^7.13.12" |
| 220 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 221 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 222 | + "@babel/template" "^7.12.13" |
| 223 | + "@babel/traverse" "^7.13.13" |
| 224 | + "@babel/types" "^7.13.14" |
| 225 | + |
213 | 226 | "@babel/helper-optimise-call-expression@^7.12.13": |
214 | 227 | version "7.12.13" |
215 | 228 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea" |
|
935 | 948 | "@babel/plugin-transform-react-jsx-development" "^7.12.12" |
936 | 949 | "@babel/plugin-transform-react-pure-annotations" "^7.12.1" |
937 | 950 |
|
938 | | - |
939 | | - version "7.13.8" |
940 | | - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.13.8.tgz#d9051dc6820cb4e86375cc0e2d55a4862b31184f" |
941 | | - integrity sha512-yCVtABcmvQjRsX2elcZFUV5Q5kDDpHdtXKKku22hNDma60lYuhKmtp1ykZ/okRCPLT2bR5S+cA1kvtBdAFlDTQ== |
| 951 | + |
| 952 | + version "7.13.14" |
| 953 | + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.13.14.tgz#bbfa8f4f027c2ebc432e8e69e078b632605f2d9b" |
| 954 | + integrity sha512-iyw0hUwjh/fzN8qklVqZodbyWjEBOG0KdDnBOpv3zzIgK3NmuRXBmIXH39ZBdspkn8LTHvSboN+oYb4MT43+9Q== |
942 | 955 | dependencies: |
943 | 956 | find-cache-dir "^2.0.0" |
944 | 957 | lodash "^4.17.19" |
|
1009 | 1022 | lodash "^4.17.19" |
1010 | 1023 | to-fast-properties "^2.0.0" |
1011 | 1024 |
|
| 1025 | +"@babel/types@^7.13.14": |
| 1026 | + version "7.13.14" |
| 1027 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d" |
| 1028 | + integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ== |
| 1029 | + dependencies: |
| 1030 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 1031 | + lodash "^4.17.19" |
| 1032 | + to-fast-properties "^2.0.0" |
| 1033 | + |
1012 | 1034 | "@bcoe/v8-coverage@^0.2.3": |
1013 | 1035 | version "0.2.3" |
1014 | 1036 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
0 commit comments