|
103 | 103 | semver "^5.4.1"
|
104 | 104 | source-map "^0.5.0"
|
105 | 105 |
|
106 |
| -"@babel/ [email protected]", "@babel/core@^7.12.1", "@babel/core@^7.12.3": |
| 106 | + |
| 107 | + version "7.12.9" |
| 108 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" |
| 109 | + integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ== |
| 110 | + dependencies: |
| 111 | + "@babel/code-frame" "^7.10.4" |
| 112 | + "@babel/generator" "^7.12.5" |
| 113 | + "@babel/helper-module-transforms" "^7.12.1" |
| 114 | + "@babel/helpers" "^7.12.5" |
| 115 | + "@babel/parser" "^7.12.7" |
| 116 | + "@babel/template" "^7.12.7" |
| 117 | + "@babel/traverse" "^7.12.9" |
| 118 | + "@babel/types" "^7.12.7" |
| 119 | + convert-source-map "^1.7.0" |
| 120 | + debug "^4.1.0" |
| 121 | + gensync "^1.0.0-beta.1" |
| 122 | + json5 "^2.1.2" |
| 123 | + lodash "^4.17.19" |
| 124 | + resolve "^1.3.2" |
| 125 | + semver "^5.4.1" |
| 126 | + source-map "^0.5.0" |
| 127 | + |
| 128 | +"@babel/core@^7.12.1", "@babel/core@^7.12.3": |
107 | 129 | version "7.12.7"
|
108 | 130 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.7.tgz#bf55363c08c8352a37691f7216ec30090bf7e3bf"
|
109 | 131 | integrity sha512-tRKx9B53kJe8NCGGIxEQb2Bkr0riUIEuN7Sc1fxhs5H8lKlCWUvQCSNMVIB0Meva7hcbCRJ76de15KoLltdoqw==
|
|
1801 | 1823 | globals "^11.1.0"
|
1802 | 1824 | lodash "^4.17.19"
|
1803 | 1825 |
|
| 1826 | +"@babel/traverse@^7.12.9": |
| 1827 | + version "7.12.9" |
| 1828 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f" |
| 1829 | + integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw== |
| 1830 | + dependencies: |
| 1831 | + "@babel/code-frame" "^7.10.4" |
| 1832 | + "@babel/generator" "^7.12.5" |
| 1833 | + "@babel/helper-function-name" "^7.10.4" |
| 1834 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 1835 | + "@babel/parser" "^7.12.7" |
| 1836 | + "@babel/types" "^7.12.7" |
| 1837 | + debug "^4.1.0" |
| 1838 | + globals "^11.1.0" |
| 1839 | + lodash "^4.17.19" |
| 1840 | + |
1804 | 1841 |
|
1805 | 1842 | version "7.8.3"
|
1806 | 1843 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
|
|
0 commit comments