|
328 | 328 | js-tokens "^4.0.0" |
329 | 329 |
|
330 | 330 | "@babel/node@^7.0.0": |
331 | | - version "7.6.3" |
332 | | - resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.6.3.tgz#f175ab6718dde55431cbd4d9dee95f65c38be527" |
333 | | - integrity sha512-+nHje5AcE9TPlB/TRGYyOSQyTfhfU/WXniG6SkVf+V5+ibAjEqkH79lYdiEcytBTH4KeSf25IriySXs6TjaLjg== |
| 331 | + version "7.7.0" |
| 332 | + resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.7.0.tgz#fba73fdaf75ab1a0eaf03923f5f4ce7fa41c9974" |
| 333 | + integrity sha512-CZFTjfCGysChOJ90ksndqct5bXkByzV5Ef8YgYS3A513MhyFQgsXJMRu2QyGOlfoP3hBZ3AmDd37ARyv/L1Zvw== |
334 | 334 | dependencies: |
335 | | - "@babel/register" "^7.6.2" |
| 335 | + "@babel/register" "^7.7.0" |
336 | 336 | commander "^2.8.1" |
337 | 337 | core-js "^3.2.1" |
338 | 338 | lodash "^4.17.13" |
|
742 | 742 | js-levenshtein "^1.1.3" |
743 | 743 | semver "^5.5.0" |
744 | 744 |
|
745 | | -"@babel/register@^7.6.2": |
746 | | - version "7.6.2" |
747 | | - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.6.2.tgz#25765a922202cb06f8bdac5a3b1e70cd6bf3dd45" |
748 | | - integrity sha512-xgZk2LRZvt6i2SAUWxc7ellk4+OYRgS3Zpsnr13nMS1Qo25w21Uu8o6vTOAqNaxiqrnv30KTYzh9YWY2k21CeQ== |
| 745 | +"@babel/register@^7.7.0": |
| 746 | + version "7.7.0" |
| 747 | + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.7.0.tgz#4e23ecf840296ef79c605baaa5c89e1a2426314b" |
| 748 | + integrity sha512-HV3GJzTvSoyOMWGYn2TAh6uL6g+gqKTgEZ99Q3+X9UURT1VPT/WcU46R61XftIc5rXytcOHZ4Z0doDlsjPomIg== |
749 | 749 | dependencies: |
750 | 750 | find-cache-dir "^2.0.0" |
751 | 751 | lodash "^4.17.13" |
752 | | - mkdirp "^0.5.1" |
| 752 | + make-dir "^2.1.0" |
753 | 753 | pirates "^4.0.0" |
754 | | - source-map-support "^0.5.9" |
| 754 | + source-map-support "^0.5.16" |
755 | 755 |
|
756 | 756 | "@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.6.0": |
757 | 757 | version "7.6.0" |
@@ -4532,7 +4532,15 @@ source-map-resolve@^0.5.0: |
4532 | 4532 | source-map-url "^0.4.0" |
4533 | 4533 | urix "^0.1.0" |
4534 | 4534 |
|
4535 | | -source-map-support@^0.5.6, source-map-support@^0.5.9: |
| 4535 | +source-map-support@^0.5.16: |
| 4536 | + version "0.5.16" |
| 4537 | + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042" |
| 4538 | + integrity sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ== |
| 4539 | + dependencies: |
| 4540 | + buffer-from "^1.0.0" |
| 4541 | + source-map "^0.6.0" |
| 4542 | + |
| 4543 | +source-map-support@^0.5.6: |
4536 | 4544 | version "0.5.12" |
4537 | 4545 | resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.12.tgz#b4f3b10d51857a5af0138d3ce8003b201613d599" |
4538 | 4546 | integrity sha512-4h2Pbvyy15EE02G+JOZpUCmqWJuqrs+sEkzewTm++BPi7Hvn/HwcqLAcNxYAyI0x13CpPPn+kMjl+hplXMHITQ== |
|
0 commit comments