|
180 | 180 | semver "^6.3.0" |
181 | 181 | source-map "^0.5.0" |
182 | 182 |
|
183 | | -"@babel/core@^7.16.7": |
184 | | - version "7.16.7" |
185 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf" |
186 | | - integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA== |
| 183 | +"@babel/core@^7.16.10": |
| 184 | + version "7.16.10" |
| 185 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.10.tgz#ebd034f8e7ac2b6bfcdaa83a161141a646f74b50" |
| 186 | + integrity sha512-pbiIdZbCiMx/MM6toR+OfXarYix3uz0oVsnNtfdAGTcCTu3w/JGF8JhirevXLBJUu0WguSZI12qpKnx7EeMyLA== |
187 | 187 | dependencies: |
188 | 188 | "@babel/code-frame" "^7.16.7" |
189 | | - "@babel/generator" "^7.16.7" |
| 189 | + "@babel/generator" "^7.16.8" |
190 | 190 | "@babel/helper-compilation-targets" "^7.16.7" |
191 | 191 | "@babel/helper-module-transforms" "^7.16.7" |
192 | 192 | "@babel/helpers" "^7.16.7" |
193 | | - "@babel/parser" "^7.16.7" |
| 193 | + "@babel/parser" "^7.16.10" |
194 | 194 | "@babel/template" "^7.16.7" |
195 | | - "@babel/traverse" "^7.16.7" |
196 | | - "@babel/types" "^7.16.7" |
| 195 | + "@babel/traverse" "^7.16.10" |
| 196 | + "@babel/types" "^7.16.8" |
197 | 197 | convert-source-map "^1.7.0" |
198 | 198 | debug "^4.1.0" |
199 | 199 | gensync "^1.0.0-beta.2" |
|
219 | 219 | jsesc "^2.5.1" |
220 | 220 | source-map "^0.5.0" |
221 | 221 |
|
| 222 | +"@babel/generator@^7.16.8": |
| 223 | + version "7.16.8" |
| 224 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.8.tgz#359d44d966b8cd059d543250ce79596f792f2ebe" |
| 225 | + integrity sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw== |
| 226 | + dependencies: |
| 227 | + "@babel/types" "^7.16.8" |
| 228 | + jsesc "^2.5.1" |
| 229 | + source-map "^0.5.0" |
| 230 | + |
222 | 231 | "@babel/helper-annotate-as-pure@^7.14.5": |
223 | 232 | version "7.14.5" |
224 | 233 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61" |
|
544 | 553 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595" |
545 | 554 | integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA== |
546 | 555 |
|
| 556 | +"@babel/parser@^7.16.10": |
| 557 | + version "7.16.10" |
| 558 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.10.tgz#aba1b1cb9696a24a19f59c41af9cf17d1c716a88" |
| 559 | + integrity sha512-Sm/S9Or6nN8uiFsQU1yodyDW3MWXQhFeqzMPM+t8MJjM+pLsnFVxFZzkpXKvUXh+Gz9cbMoYYs484+Jw/NTEFQ== |
| 560 | + |
547 | 561 | "@babel/parser@^7.16.7": |
548 | 562 | version "7.16.7" |
549 | 563 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e" |
|
1252 | 1266 | debug "^4.1.0" |
1253 | 1267 | globals "^11.1.0" |
1254 | 1268 |
|
| 1269 | +"@babel/traverse@^7.16.10": |
| 1270 | + version "7.16.10" |
| 1271 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.10.tgz#448f940defbe95b5a8029975b051f75993e8239f" |
| 1272 | + integrity sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw== |
| 1273 | + dependencies: |
| 1274 | + "@babel/code-frame" "^7.16.7" |
| 1275 | + "@babel/generator" "^7.16.8" |
| 1276 | + "@babel/helper-environment-visitor" "^7.16.7" |
| 1277 | + "@babel/helper-function-name" "^7.16.7" |
| 1278 | + "@babel/helper-hoist-variables" "^7.16.7" |
| 1279 | + "@babel/helper-split-export-declaration" "^7.16.7" |
| 1280 | + "@babel/parser" "^7.16.10" |
| 1281 | + "@babel/types" "^7.16.8" |
| 1282 | + debug "^4.1.0" |
| 1283 | + globals "^11.1.0" |
| 1284 | + |
1255 | 1285 | "@babel/traverse@^7.16.7": |
1256 | 1286 | version "7.16.7" |
1257 | 1287 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.7.tgz#dac01236a72c2560073658dd1a285fe4e0865d76" |
|
1292 | 1322 | "@babel/helper-validator-identifier" "^7.16.7" |
1293 | 1323 | to-fast-properties "^2.0.0" |
1294 | 1324 |
|
| 1325 | +"@babel/types@^7.16.8": |
| 1326 | + version "7.16.8" |
| 1327 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1" |
| 1328 | + integrity sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg== |
| 1329 | + dependencies: |
| 1330 | + "@babel/helper-validator-identifier" "^7.16.7" |
| 1331 | + to-fast-properties "^2.0.0" |
| 1332 | + |
1295 | 1333 | "@badrap/bar-of-progress@^0.1.2": |
1296 | 1334 | version "0.1.2" |
1297 | 1335 | resolved "https://registry.yarnpkg.com/@badrap/bar-of-progress/-/bar-of-progress-0.1.2.tgz#5d9cf85759e1f77bddcb74398530976d87bb5077" |
|
0 commit comments