|
101 | 101 | "@aureooms/js-error" "^5.0.2"
|
102 | 102 | "@aureooms/js-itertools" "^5.1.0"
|
103 | 103 |
|
104 |
| -"@babel/cli@7.13.10": |
105 |
| - version "7.13.10" |
106 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.10.tgz#3a9254cbe806639c8ca4ebd49ebe54b4267b88c9" |
107 |
| - integrity sha512-lYSBC7B4B9hJ7sv0Ojx1BrGhuzCoOIYfLjd+Xpd4rOzdS+a47yi8voV8vFkfjlZR1N5qZO7ixOCbobUdT304PQ== |
| 104 | +"@babel/cli@7.13.14": |
| 105 | + version "7.13.14" |
| 106 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.14.tgz#c395bc89ec4760c91f2027fa8b26f8b2bf42238f" |
| 107 | + integrity sha512-zmEFV8WBRsW+mPQumO1/4b34QNALBVReaiHJOkxhUsdo/AvYM62c+SKSuLi2aZ42t3ocK6OI0uwUXRvrIbREZw== |
108 | 108 | dependencies:
|
109 | 109 | commander "^4.0.1"
|
110 | 110 | convert-source-map "^1.1.0"
|
|
137 | 137 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
|
138 | 138 | integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
|
139 | 139 |
|
140 |
| -"@babel/core@7.13.13": |
141 |
| - version "7.13.13" |
142 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.13.tgz#bc44c4a2be2288ec4ddf56b66fc718019c76ac29" |
143 |
| - integrity sha512-1xEs9jZAyKIouOoCmpsgk/I26PoKyvzQ2ixdRpRzfbcp1fL+ozw7TUgdDgwonbTovqRaTfRh50IXuw4QrWO0GA== |
| 140 | +"@babel/core@7.13.14": |
| 141 | + version "7.13.14" |
| 142 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06" |
| 143 | + integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA== |
144 | 144 | dependencies:
|
145 | 145 | "@babel/code-frame" "^7.12.13"
|
146 | 146 | "@babel/generator" "^7.13.9"
|
147 | 147 | "@babel/helper-compilation-targets" "^7.13.13"
|
148 |
| - "@babel/helper-module-transforms" "^7.13.12" |
| 148 | + "@babel/helper-module-transforms" "^7.13.14" |
149 | 149 | "@babel/helpers" "^7.13.10"
|
150 | 150 | "@babel/parser" "^7.13.13"
|
151 | 151 | "@babel/template" "^7.12.13"
|
152 | 152 | "@babel/traverse" "^7.13.13"
|
153 |
| - "@babel/types" "^7.13.13" |
| 153 | + "@babel/types" "^7.13.14" |
154 | 154 | convert-source-map "^1.7.0"
|
155 | 155 | debug "^4.1.0"
|
156 | 156 | gensync "^1.0.0-beta.2"
|
157 | 157 | json5 "^2.1.2"
|
158 |
| - lodash "^4.17.19" |
159 | 158 | semver "^6.3.0"
|
160 | 159 | source-map "^0.5.0"
|
161 | 160 |
|
|
312 | 311 | dependencies:
|
313 | 312 | "@babel/types" "^7.13.12"
|
314 | 313 |
|
315 |
| -"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.13.12": |
| 314 | +"@babel/helper-module-transforms@^7.13.0": |
316 | 315 | version "7.13.12"
|
317 | 316 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.12.tgz#600e58350490828d82282631a1422268e982ba96"
|
318 | 317 | integrity sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ==
|
|
326 | 325 | "@babel/traverse" "^7.13.0"
|
327 | 326 | "@babel/types" "^7.13.12"
|
328 | 327 |
|
| 328 | +"@babel/helper-module-transforms@^7.13.14": |
| 329 | + version "7.13.14" |
| 330 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef" |
| 331 | + integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g== |
| 332 | + dependencies: |
| 333 | + "@babel/helper-module-imports" "^7.13.12" |
| 334 | + "@babel/helper-replace-supers" "^7.13.12" |
| 335 | + "@babel/helper-simple-access" "^7.13.12" |
| 336 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 337 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 338 | + "@babel/template" "^7.12.13" |
| 339 | + "@babel/traverse" "^7.13.13" |
| 340 | + "@babel/types" "^7.13.14" |
| 341 | + |
329 | 342 | "@babel/helper-optimise-call-expression@^7.12.13":
|
330 | 343 | version "7.12.13"
|
331 | 344 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
|
|
1051 | 1064 | "@babel/plugin-transform-react-jsx-development" "^7.12.12"
|
1052 | 1065 | "@babel/plugin-transform-react-pure-annotations" "^7.12.1"
|
1053 | 1066 |
|
1054 |
| -"@babel/register@7.13.8": |
1055 |
| - version "7.13.8" |
1056 |
| - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.13.8.tgz#d9051dc6820cb4e86375cc0e2d55a4862b31184f" |
1057 |
| - integrity sha512-yCVtABcmvQjRsX2elcZFUV5Q5kDDpHdtXKKku22hNDma60lYuhKmtp1ykZ/okRCPLT2bR5S+cA1kvtBdAFlDTQ== |
| 1067 | +"@babel/register@7.13.14": |
| 1068 | + version "7.13.14" |
| 1069 | + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.13.14.tgz#bbfa8f4f027c2ebc432e8e69e078b632605f2d9b" |
| 1070 | + integrity sha512-iyw0hUwjh/fzN8qklVqZodbyWjEBOG0KdDnBOpv3zzIgK3NmuRXBmIXH39ZBdspkn8LTHvSboN+oYb4MT43+9Q== |
1058 | 1071 | dependencies:
|
1059 | 1072 | find-cache-dir "^2.0.0"
|
1060 | 1073 | lodash "^4.17.19"
|
|
1125 | 1138 | lodash "^4.17.19"
|
1126 | 1139 | to-fast-properties "^2.0.0"
|
1127 | 1140 |
|
| 1141 | +"@babel/types@^7.13.14": |
| 1142 | + version "7.13.14" |
| 1143 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d" |
| 1144 | + integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ== |
| 1145 | + dependencies: |
| 1146 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 1147 | + lodash "^4.17.19" |
| 1148 | + to-fast-properties "^2.0.0" |
| 1149 | + |
1128 | 1150 | "@bcoe/v8-coverage@^0.2.3":
|
1129 | 1151 | version "0.2.3"
|
1130 | 1152 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments