|
670 | 670 | dependencies: |
671 | 671 | defer-to-connect "^1.0.1" |
672 | 672 |
|
673 | | -"@types/estree@0.0.39": |
| 673 | +"@types/estree@*", "@types/estree@0.0.39": |
674 | 674 | version "0.0.39" |
675 | 675 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" |
676 | 676 | integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== |
|
694 | 694 | resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" |
695 | 695 | integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== |
696 | 696 |
|
697 | | -"@types/node@*", "@types/node@^12.7.5": |
| 697 | +"@types/node@*": |
698 | 698 | version "12.7.5" |
699 | 699 | resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.5.tgz#e19436e7f8e9b4601005d73673b6dc4784ffcc2f" |
700 | 700 | integrity sha512-9fq4jZVhPNW8r+UYKnxF1e2HkDWOWKM5bC2/7c9wPV835I0aOrVbS/Hw/pWPk2uKrNXQqg9Z959Kz+IYDd5p3w== |
@@ -739,10 +739,10 @@ acorn@^6.0.1, acorn@^6.0.2, acorn@^6.0.7, acorn@^6.1.1: |
739 | 739 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.2.1.tgz#3ed8422d6dec09e6121cc7a843ca86a330a86b51" |
740 | 740 | integrity sha512-JD0xT5FCRDNyjDda3Lrg/IxFscp9q4tiYtxE1/nOzlKCk7hIRuYjhq1kCNkbPjMRMZuFq20HNQn1I9k8Oj0E+Q== |
741 | 741 |
|
742 | | -acorn@^7.0.0: |
743 | | - version "7.0.0" |
744 | | - resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a" |
745 | | - integrity sha512-PaF/MduxijYYt7unVGRuds1vBC9bFxbNf+VWqhOClfdgy7RlVkQqt610ig1/yxTgsDIfW1cWDel5EBbOy3jdtQ== |
| 742 | +acorn@^7.1.0: |
| 743 | + version "7.1.0" |
| 744 | + resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c" |
| 745 | + integrity sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ== |
746 | 746 |
|
747 | 747 | ajv@^6.10.2, ajv@^6.5.5, ajv@^6.9.1: |
748 | 748 | version "6.10.2" |
@@ -4745,13 +4745,13 @@ rollup-pluginutils@^2.8.1: |
4745 | 4745 | estree-walker "^0.6.1" |
4746 | 4746 |
|
4747 | 4747 | rollup@^1.18.0: |
4748 | | - version "1.21.4" |
4749 | | - resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.21.4.tgz#00a41a30f90095db890301b226cbe2918e4cf54d" |
4750 | | - integrity sha512-Pl512XVCmVzgcBz5h/3Li4oTaoDcmpuFZ+kdhS/wLreALz//WuDAMfomD3QEYl84NkDu6Z6wV9twlcREb4qQsw== |
| 4748 | + version "1.23.1" |
| 4749 | + resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.23.1.tgz#0315a0f5d0dfb056e6363e1dff05b89ac2da6b8e" |
| 4750 | + integrity sha512-95C1GZQpr/NIA0kMUQmSjuMDQ45oZfPgDBcN0yZwBG7Kee//m7H68vgIyg+SPuyrTZ5PrXfyLK80OzXeKG5dAA== |
4751 | 4751 | dependencies: |
4752 | | - "@types/estree" "0.0.39" |
4753 | | - "@types/node" "^12.7.5" |
4754 | | - acorn "^7.0.0" |
| 4752 | + "@types/estree" "*" |
| 4753 | + "@types/node" "*" |
| 4754 | + acorn "^7.1.0" |
4755 | 4755 |
|
4756 | 4756 | run-async@^2.2.0: |
4757 | 4757 | version "2.3.0" |
|
0 commit comments