|
4591 | 4591 | signal-exit "^3.0.0" |
4592 | 4592 | strip-eof "^1.0.0" |
4593 | 4593 |
|
4594 | | -execa@0.11.0: |
4595 | | - version "0.11.0" |
4596 | | - resolved "https://registry.yarnpkg.com/execa/-/execa-0.11.0.tgz#0b3c71daf9b9159c252a863cd981af1b4410d97a" |
4597 | | - integrity sha512-k5AR22vCt1DcfeiRixW46U5tMLtBg44ssdJM9PiXw3D8Bn5qyxFCSnKY/eR22y+ctFDGPqafpaXg2G4Emyua4A== |
| 4594 | +execa@2.0.4, execa@^2.0.1, execa@^2.0.3: |
| 4595 | + version "2.0.4" |
| 4596 | + resolved "https://registry.yarnpkg.com/execa/-/execa-2.0.4.tgz#2f5cc589c81db316628627004ea4e37b93391d8e" |
| 4597 | + integrity sha512-VcQfhuGD51vQUQtKIq2fjGDLDbL6N1DTQVpYzxZ7LPIXw3HqTuIz6uxRmpV1qf8i31LHf2kjiaGI+GdHwRgbnQ== |
4598 | 4598 | dependencies: |
4599 | | - cross-spawn "^6.0.0" |
4600 | | - get-stream "^4.0.0" |
4601 | | - is-stream "^1.1.0" |
4602 | | - npm-run-path "^2.0.0" |
4603 | | - p-finally "^1.0.0" |
4604 | | - signal-exit "^3.0.0" |
4605 | | - strip-eof "^1.0.0" |
| 4599 | + cross-spawn "^6.0.5" |
| 4600 | + get-stream "^5.0.0" |
| 4601 | + is-stream "^2.0.0" |
| 4602 | + merge-stream "^2.0.0" |
| 4603 | + npm-run-path "^3.0.0" |
| 4604 | + onetime "^5.1.0" |
| 4605 | + p-finally "^2.0.0" |
| 4606 | + signal-exit "^3.0.2" |
| 4607 | + strip-final-newline "^2.0.0" |
4606 | 4608 |
|
4607 | 4609 | execa@^0.7.0: |
4608 | 4610 | version "0.7.0" |
@@ -4643,21 +4645,6 @@ execa@^1.0.0: |
4643 | 4645 | signal-exit "^3.0.0" |
4644 | 4646 | strip-eof "^1.0.0" |
4645 | 4647 |
|
4646 | | -execa@^2.0.1, execa@^2.0.3: |
4647 | | - version "2.0.4" |
4648 | | - resolved "https://registry.yarnpkg.com/execa/-/execa-2.0.4.tgz#2f5cc589c81db316628627004ea4e37b93391d8e" |
4649 | | - integrity sha512-VcQfhuGD51vQUQtKIq2fjGDLDbL6N1DTQVpYzxZ7LPIXw3HqTuIz6uxRmpV1qf8i31LHf2kjiaGI+GdHwRgbnQ== |
4650 | | - dependencies: |
4651 | | - cross-spawn "^6.0.5" |
4652 | | - get-stream "^5.0.0" |
4653 | | - is-stream "^2.0.0" |
4654 | | - merge-stream "^2.0.0" |
4655 | | - npm-run-path "^3.0.0" |
4656 | | - onetime "^5.1.0" |
4657 | | - p-finally "^2.0.0" |
4658 | | - signal-exit "^3.0.2" |
4659 | | - strip-final-newline "^2.0.0" |
4660 | | - |
4661 | 4648 | |
4662 | 4649 | version "4.1.1" |
4663 | 4650 | resolved "https://registry.yarnpkg.com/executable/-/executable-4.1.1.tgz#41532bff361d3e57af4d763b70582db18f5d133c" |
@@ -9680,15 +9667,15 @@ stackframe@^1.0.4: |
9680 | 9667 | resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.0.4.tgz#357b24a992f9427cba6b545d96a14ed2cbca187b" |
9681 | 9668 | integrity sha512-to7oADIniaYwS3MhtCa/sQhrxidCCQiF/qp4/m5iN3ipf0Y7Xlri0f6eG29r08aL7JYl8n32AF3Q5GYBZ7K8vw== |
9682 | 9669 |
|
9683 | | -start-server-and-test@^1.7.9: |
9684 | | - version "1.10.0" |
9685 | | - resolved "https://registry.yarnpkg.com/start-server-and-test/-/start-server-and-test-1.10.0.tgz#a7cd88932a52b42bc9de184430a498338e426c0b" |
9686 | | - integrity sha512-wp6x++18wNUIkI0qT+EkgwVQFwoXh003u/PPUJVEEyh9lSNDONLD9CK2qleghS/kl5LxipbrIUw+FJVEFRVkGw== |
| 9670 | +start-server-and-test@^1.10.2: |
| 9671 | + version "1.10.2" |
| 9672 | + resolved "https://registry.yarnpkg.com/start-server-and-test/-/start-server-and-test-1.10.2.tgz#31ecb54c6d6375b119840ece9bb6bfffdb8bc50e" |
| 9673 | + integrity sha512-CDJGFi+qlE4KFh7QgDRz51rKn30XGpWRVRuyuuA43tZw5BEh/mkusr7aHqvT0q19xtgChYXW/uhgOq817sb+7w== |
9687 | 9674 | dependencies: |
9688 | 9675 | bluebird "3.5.5" |
9689 | 9676 | check-more-types "2.24.0" |
9690 | 9677 | debug "4.1.1" |
9691 | | - execa "0.11.0" |
| 9678 | + execa "2.0.4" |
9692 | 9679 | lazy-ass "1.6.0" |
9693 | 9680 | ps-tree "1.2.0" |
9694 | 9681 | wait-on "3.3.0" |
|
0 commit comments