|
173 | 173 | json5 "^2.2.1"
|
174 | 174 | semver "^6.3.0"
|
175 | 175 |
|
176 |
| -"@babel/core@^7.17.12": |
177 |
| - version "7.17.12" |
178 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.12.tgz#b4eb2d7ebc3449b062381644c93050db545b70ee" |
179 |
| - integrity sha512-44ODe6O1IVz9s2oJE3rZ4trNNKTX9O7KpQpfAP4t8QII/zwrVRHL7i2pxhqtcY7tqMLrrKfMlBKnm1QlrRFs5w== |
| 176 | +"@babel/core@^7.18.0": |
| 177 | + version "7.18.0" |
| 178 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.0.tgz#c58d04d7c6fbfb58ea7681e2b9145cfb62726756" |
| 179 | + integrity sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw== |
180 | 180 | dependencies:
|
181 | 181 | "@ampproject/remapping" "^2.1.0"
|
182 | 182 | "@babel/code-frame" "^7.16.7"
|
183 |
| - "@babel/generator" "^7.17.12" |
| 183 | + "@babel/generator" "^7.18.0" |
184 | 184 | "@babel/helper-compilation-targets" "^7.17.10"
|
185 |
| - "@babel/helper-module-transforms" "^7.17.12" |
186 |
| - "@babel/helpers" "^7.17.9" |
187 |
| - "@babel/parser" "^7.17.12" |
| 185 | + "@babel/helper-module-transforms" "^7.18.0" |
| 186 | + "@babel/helpers" "^7.18.0" |
| 187 | + "@babel/parser" "^7.18.0" |
188 | 188 | "@babel/template" "^7.16.7"
|
189 |
| - "@babel/traverse" "^7.17.12" |
190 |
| - "@babel/types" "^7.17.12" |
| 189 | + "@babel/traverse" "^7.18.0" |
| 190 | + "@babel/types" "^7.18.0" |
191 | 191 | convert-source-map "^1.7.0"
|
192 | 192 | debug "^4.1.0"
|
193 | 193 | gensync "^1.0.0-beta.2"
|
|
212 | 212 | jsesc "^2.5.1"
|
213 | 213 | source-map "^0.5.0"
|
214 | 214 |
|
215 |
| -"@babel/generator@^7.17.12": |
216 |
| - version "7.17.12" |
217 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.12.tgz#5970e6160e9be0428e02f4aba62d8551ec366cc8" |
218 |
| - integrity sha512-V49KtZiiiLjH/CnIW6OjJdrenrGoyh6AmKQ3k2AZFKozC1h846Q4NYlZ5nqAigPDUXfGzC88+LOUuG8yKd2kCw== |
| 215 | +"@babel/generator@^7.18.0": |
| 216 | + version "7.18.0" |
| 217 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.0.tgz#46d28e8a18fc737b028efb25ab105d74473af43f" |
| 218 | + integrity sha512-81YO9gGx6voPXlvYdZBliFXAZU8vZ9AZ6z+CjlmcnaeOcYSFbMTpdeDUO9xD9dh/68Vq03I8ZspfUTPfitcDHg== |
219 | 219 | dependencies:
|
220 |
| - "@babel/types" "^7.17.12" |
| 220 | + "@babel/types" "^7.18.0" |
221 | 221 | "@jridgewell/gen-mapping" "^0.3.0"
|
222 | 222 | jsesc "^2.5.1"
|
223 | 223 |
|
|
348 | 348 | "@babel/traverse" "^7.17.3"
|
349 | 349 | "@babel/types" "^7.17.0"
|
350 | 350 |
|
351 |
| -"@babel/helper-module-transforms@^7.17.12": |
352 |
| - version "7.17.12" |
353 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.12.tgz#bec00139520cb3feb078ef7a4578562480efb77e" |
354 |
| - integrity sha512-t5s2BeSWIghhFRPh9XMn6EIGmvn8Lmw5RVASJzkIx1mSemubQQBNIZiQD7WzaFmaHIrjAec4x8z9Yx8SjJ1/LA== |
| 351 | +"@babel/helper-module-transforms@^7.18.0": |
| 352 | + version "7.18.0" |
| 353 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz#baf05dec7a5875fb9235bd34ca18bad4e21221cd" |
| 354 | + integrity sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA== |
355 | 355 | dependencies:
|
356 | 356 | "@babel/helper-environment-visitor" "^7.16.7"
|
357 | 357 | "@babel/helper-module-imports" "^7.16.7"
|
358 | 358 | "@babel/helper-simple-access" "^7.17.7"
|
359 | 359 | "@babel/helper-split-export-declaration" "^7.16.7"
|
360 | 360 | "@babel/helper-validator-identifier" "^7.16.7"
|
361 | 361 | "@babel/template" "^7.16.7"
|
362 |
| - "@babel/traverse" "^7.17.12" |
363 |
| - "@babel/types" "^7.17.12" |
| 362 | + "@babel/traverse" "^7.18.0" |
| 363 | + "@babel/types" "^7.18.0" |
364 | 364 |
|
365 | 365 | "@babel/helper-optimise-call-expression@^7.16.7":
|
366 | 366 | version "7.16.7"
|
|
454 | 454 | "@babel/traverse" "^7.17.9"
|
455 | 455 | "@babel/types" "^7.17.0"
|
456 | 456 |
|
| 457 | +"@babel/helpers@^7.18.0": |
| 458 | + version "7.18.0" |
| 459 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.0.tgz#aff37c3590de42102b54842446146d0205946370" |
| 460 | + integrity sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg== |
| 461 | + dependencies: |
| 462 | + "@babel/template" "^7.16.7" |
| 463 | + "@babel/traverse" "^7.18.0" |
| 464 | + "@babel/types" "^7.18.0" |
| 465 | + |
457 | 466 | "@babel/highlight@^7.16.7":
|
458 | 467 | version "7.17.9"
|
459 | 468 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.17.9.tgz#61b2ee7f32ea0454612def4fccdae0de232b73e3"
|
|
468 | 477 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.9.tgz#9c94189a6062f0291418ca021077983058e171ef"
|
469 | 478 | integrity sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==
|
470 | 479 |
|
471 |
| -"@babel/parser@^7.17.12": |
472 |
| - version "7.17.12" |
473 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.12.tgz#36c2ed06944e3691ba82735fc4cf62d12d491a23" |
474 |
| - integrity sha512-FLzHmN9V3AJIrWfOpvRlZCeVg/WLdicSnTMsLur6uDj9TT8ymUlG9XxURdW/XvuygK+2CW0poOJABdA4m/YKxA== |
| 480 | +"@babel/parser@^7.18.0": |
| 481 | + version "7.18.0" |
| 482 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.0.tgz#10a8d4e656bc01128d299a787aa006ce1a91e112" |
| 483 | + integrity sha512-AqDccGC+m5O/iUStSJy3DGRIUFu7WbY/CppZYwrEUB4N0tZlnI8CSTsgL7v5fHVFmUbRv2sd+yy27o8Ydt4MGg== |
475 | 484 |
|
476 | 485 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
|
477 | 486 | version "7.16.7"
|
|
1260 | 1269 | debug "^4.1.0"
|
1261 | 1270 | globals "^11.1.0"
|
1262 | 1271 |
|
1263 |
| -"@babel/traverse@^7.17.12": |
1264 |
| - version "7.17.12" |
1265 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.12.tgz#011874d2abbca0ccf1adbe38f6f7a4ff1747599c" |
1266 |
| - integrity sha512-zULPs+TbCvOkIFd4FrG53xrpxvCBwLIgo6tO0tJorY7YV2IWFxUfS/lXDJbGgfyYt9ery/Gxj2niwttNnB0gIw== |
| 1272 | +"@babel/traverse@^7.18.0": |
| 1273 | + version "7.18.0" |
| 1274 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.0.tgz#0e5ec6db098660b2372dd63d096bf484e32d27ba" |
| 1275 | + integrity sha512-oNOO4vaoIQoGjDQ84LgtF/IAlxlyqL4TUuoQ7xLkQETFaHkY1F7yazhB4Kt3VcZGL0ZF/jhrEpnXqUb0M7V3sw== |
1267 | 1276 | dependencies:
|
1268 | 1277 | "@babel/code-frame" "^7.16.7"
|
1269 |
| - "@babel/generator" "^7.17.12" |
| 1278 | + "@babel/generator" "^7.18.0" |
1270 | 1279 | "@babel/helper-environment-visitor" "^7.16.7"
|
1271 | 1280 | "@babel/helper-function-name" "^7.17.9"
|
1272 | 1281 | "@babel/helper-hoist-variables" "^7.16.7"
|
1273 | 1282 | "@babel/helper-split-export-declaration" "^7.16.7"
|
1274 |
| - "@babel/parser" "^7.17.12" |
1275 |
| - "@babel/types" "^7.17.12" |
| 1283 | + "@babel/parser" "^7.18.0" |
| 1284 | + "@babel/types" "^7.18.0" |
1276 | 1285 | debug "^4.1.0"
|
1277 | 1286 | globals "^11.1.0"
|
1278 | 1287 |
|
|
1292 | 1301 | "@babel/helper-validator-identifier" "^7.16.7"
|
1293 | 1302 | to-fast-properties "^2.0.0"
|
1294 | 1303 |
|
| 1304 | +"@babel/types@^7.18.0": |
| 1305 | + version "7.18.0" |
| 1306 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.0.tgz#ef523ea349722849cb4bf806e9342ede4d071553" |
| 1307 | + integrity sha512-vhAmLPAiC8j9K2GnsnLPCIH5wCrPpYIVBCWRBFDCB7Y/BXLqi/O+1RSTTM2bsmg6U/551+FCf9PNPxjABmxHTw== |
| 1308 | + dependencies: |
| 1309 | + "@babel/helper-validator-identifier" "^7.16.7" |
| 1310 | + to-fast-properties "^2.0.0" |
| 1311 | + |
1295 | 1312 | "@badrap/bar-of-progress@^0.2.1":
|
1296 | 1313 | version "0.2.1"
|
1297 | 1314 | resolved "https://registry.yarnpkg.com/@badrap/bar-of-progress/-/bar-of-progress-0.2.1.tgz#68200c7547ecd7f3a3450597c596810a5a06c02c"
|
|
0 commit comments