|
24 | 24 | dependencies:
|
25 | 25 | "@babel/types" "7.0.0-beta.36"
|
26 | 26 |
|
| 27 | +"@babel/helper-module-imports@^7.0.0-beta.49": |
| 28 | + version "7.0.0" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d" |
| 30 | + dependencies: |
| 31 | + "@babel/types" "^7.0.0" |
| 32 | + |
27 | 33 |
|
28 | 34 | version "7.0.0-beta.36"
|
29 | 35 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.36.tgz#02e903de5d68bd7899bce3c5b5447e59529abb00"
|
|
54 | 60 | lodash "^4.2.0"
|
55 | 61 | to-fast-properties "^2.0.0"
|
56 | 62 |
|
| 63 | +"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49": |
| 64 | + version "7.0.0" |
| 65 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118" |
| 66 | + dependencies: |
| 67 | + esutils "^2.0.2" |
| 68 | + lodash "^4.17.10" |
| 69 | + to-fast-properties "^2.0.0" |
| 70 | + |
57 | 71 | "@semantic-release/commit-analyzer@^3.0.1":
|
58 | 72 | version "3.0.7"
|
59 | 73 | resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-3.0.7.tgz#dc955444a6d3d2ae9b8e21f90c2c80c4e9142b2f"
|
@@ -526,13 +540,6 @@ babel-helper-hoist-variables@^6.24.1:
|
526 | 540 | babel-runtime "^6.22.0"
|
527 | 541 | babel-types "^6.24.1"
|
528 | 542 |
|
529 |
| -babel-helper-module-imports@^7.0.0-beta.3: |
530 |
| - version "7.0.0-beta.3" |
531 |
| - resolved "https://registry.yarnpkg.com/babel-helper-module-imports/-/babel-helper-module-imports-7.0.0-beta.3.tgz#e15764e3af9c8e11810c09f78f498a2bdc71585a" |
532 |
| - dependencies: |
533 |
| - babel-types "7.0.0-beta.3" |
534 |
| - lodash "^4.2.0" |
535 |
| - |
536 | 543 | babel-helper-optimise-call-expression@^6.24.1:
|
537 | 544 | version "6.24.1"
|
538 | 545 | resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz#f7a13427ba9f73f8f4fa993c54a97882d1244257"
|
@@ -596,14 +603,14 @@ babel-plugin-check-es2015-constants@^6.22.0:
|
596 | 603 | dependencies:
|
597 | 604 | babel-runtime "^6.22.0"
|
598 | 605 |
|
599 |
| - |
600 |
| - version "3.3.2" |
601 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.3.2.tgz#da3a5b49ba27447f54463f6c4fa81396ccdd463f" |
| 606 | + |
| 607 | + version "3.3.4" |
| 608 | + resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz#4f6844358a1340baed182adbeffa8df9967bc196" |
602 | 609 | dependencies:
|
603 |
| - babel-helper-module-imports "^7.0.0-beta.3" |
604 |
| - babel-types "^6.26.0" |
| 610 | + "@babel/helper-module-imports" "^7.0.0-beta.49" |
| 611 | + "@babel/types" "^7.0.0-beta.49" |
605 | 612 | glob "^7.1.1"
|
606 |
| - lodash "^4.17.4" |
| 613 | + lodash "^4.17.10" |
607 | 614 | require-package-name "^2.0.1"
|
608 | 615 |
|
609 | 616 |
|
@@ -1029,14 +1036,6 @@ [email protected], babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.
|
1029 | 1036 | lodash "^4.17.4"
|
1030 | 1037 | to-fast-properties "^1.0.3"
|
1031 | 1038 |
|
1032 |
| - |
1033 |
| - version "7.0.0-beta.3" |
1034 |
| - resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-7.0.0-beta.3.tgz#cd927ca70e0ae8ab05f4aab83778cfb3e6eb20b4" |
1035 |
| - dependencies: |
1036 |
| - esutils "^2.0.2" |
1037 |
| - lodash "^4.2.0" |
1038 |
| - to-fast-properties "^2.0.0" |
1039 |
| - |
1040 | 1039 |
|
1041 | 1040 | version "7.0.0-beta.36"
|
1042 | 1041 | resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e"
|
@@ -4280,6 +4279,10 @@ lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.4, l
|
4280 | 4279 | version "4.17.4"
|
4281 | 4280 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
|
4282 | 4281 |
|
| 4282 | +lodash@^4.17.10: |
| 4283 | + version "4.17.10" |
| 4284 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7" |
| 4285 | + |
4283 | 4286 | lodash@~1.3.1:
|
4284 | 4287 | version "1.3.1"
|
4285 | 4288 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-1.3.1.tgz#a4663b53686b895ff074e2ba504dfb76a8e2b770"
|
|
0 commit comments