|
38 | 38 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
|
39 | 39 | integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
|
40 | 40 |
|
41 |
| - |
42 |
| - version "7.13.13" |
43 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.13.tgz#bc44c4a2be2288ec4ddf56b66fc718019c76ac29" |
44 |
| - integrity sha512-1xEs9jZAyKIouOoCmpsgk/I26PoKyvzQ2ixdRpRzfbcp1fL+ozw7TUgdDgwonbTovqRaTfRh50IXuw4QrWO0GA== |
| 41 | + |
| 42 | + version "7.13.14" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06" |
| 44 | + integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA== |
45 | 45 | dependencies:
|
46 | 46 | "@babel/code-frame" "^7.12.13"
|
47 | 47 | "@babel/generator" "^7.13.9"
|
48 | 48 | "@babel/helper-compilation-targets" "^7.13.13"
|
49 |
| - "@babel/helper-module-transforms" "^7.13.12" |
| 49 | + "@babel/helper-module-transforms" "^7.13.14" |
50 | 50 | "@babel/helpers" "^7.13.10"
|
51 | 51 | "@babel/parser" "^7.13.13"
|
52 | 52 | "@babel/template" "^7.12.13"
|
53 | 53 | "@babel/traverse" "^7.13.13"
|
54 |
| - "@babel/types" "^7.13.13" |
| 54 | + "@babel/types" "^7.13.14" |
55 | 55 | convert-source-map "^1.7.0"
|
56 | 56 | debug "^4.1.0"
|
57 | 57 | gensync "^1.0.0-beta.2"
|
58 | 58 | json5 "^2.1.2"
|
59 |
| - lodash "^4.17.19" |
60 | 59 | semver "^6.3.0"
|
61 | 60 | source-map "^0.5.0"
|
62 | 61 |
|
|
341 | 340 | "@babel/types" "^7.13.0"
|
342 | 341 | lodash "^4.17.19"
|
343 | 342 |
|
344 |
| -"@babel/helper-module-transforms@^7.13.12": |
345 |
| - version "7.13.12" |
346 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.12.tgz#600e58350490828d82282631a1422268e982ba96" |
347 |
| - integrity sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ== |
| 343 | +"@babel/helper-module-transforms@^7.13.14": |
| 344 | + version "7.13.14" |
| 345 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef" |
| 346 | + integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g== |
348 | 347 | dependencies:
|
349 | 348 | "@babel/helper-module-imports" "^7.13.12"
|
350 | 349 | "@babel/helper-replace-supers" "^7.13.12"
|
351 | 350 | "@babel/helper-simple-access" "^7.13.12"
|
352 | 351 | "@babel/helper-split-export-declaration" "^7.12.13"
|
353 | 352 | "@babel/helper-validator-identifier" "^7.12.11"
|
354 | 353 | "@babel/template" "^7.12.13"
|
355 |
| - "@babel/traverse" "^7.13.0" |
356 |
| - "@babel/types" "^7.13.12" |
| 354 | + "@babel/traverse" "^7.13.13" |
| 355 | + "@babel/types" "^7.13.14" |
357 | 356 |
|
358 | 357 | "@babel/helper-module-transforms@^7.9.0":
|
359 | 358 | version "7.9.0"
|
|
1380 | 1379 | lodash "^4.17.19"
|
1381 | 1380 | to-fast-properties "^2.0.0"
|
1382 | 1381 |
|
| 1382 | +"@babel/types@^7.13.14": |
| 1383 | + version "7.13.14" |
| 1384 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d" |
| 1385 | + integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ== |
| 1386 | + dependencies: |
| 1387 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 1388 | + lodash "^4.17.19" |
| 1389 | + to-fast-properties "^2.0.0" |
| 1390 | + |
1383 | 1391 | "@babel/types@^7.3.3":
|
1384 | 1392 | version "7.9.5"
|
1385 | 1393 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
|
|
0 commit comments