|
664 | 664 | dependencies:
|
665 | 665 | "@types/node" "*"
|
666 | 666 |
|
| 667 | +"@types/content-disposition@*": |
| 668 | + version "0.5.8" |
| 669 | + resolved "https://registry.yarnpkg.com/@types/content-disposition/-/content-disposition-0.5.8.tgz#6742a5971f490dc41e59d277eee71361fea0b537" |
| 670 | + integrity sha512-QVSSvno3dE0MgO76pJhmv4Qyi/j0Yk9pBp0Y7TJ2Tlj+KCgJWY6qX7nnxCOLkZ3VYRSIk1WTxCvwUSdx6CCLdg== |
| 671 | + |
667 | 672 | "@types/cookies@*":
|
668 | 673 | version "0.7.4"
|
669 | 674 | resolved "https://registry.yarnpkg.com/@types/cookies/-/cookies-0.7.4.tgz#26dedf791701abc0e36b5b79a5722f40e455f87b"
|
|
779 | 784 | dependencies:
|
780 | 785 | "@types/koa" "*"
|
781 | 786 |
|
782 |
| -"@types/koa@*", "@types/[email protected]": |
| 787 | +"@types/koa@*": |
783 | 788 | version "2.11.0"
|
784 | 789 | resolved "https://registry.yarnpkg.com/@types/koa/-/koa-2.11.0.tgz#394a3e9ec94f796003a6c8374b4dbc2778746f20"
|
785 | 790 | integrity sha512-Hgx/1/rVlJvqYBrdeCsS7PDiR2qbxlMt1RnmNWD4Uxi5FF9nwkYqIldo7urjc+dfNpk+2NRGcnAYd4L5xEhCcQ==
|
|
791 | 796 | "@types/koa-compose" "*"
|
792 | 797 | "@types/node" "*"
|
793 | 798 |
|
| 799 | + |
| 800 | + version "2.15.0" |
| 801 | + resolved "https://registry.yarnpkg.com/@types/koa/-/koa-2.15.0.tgz#eca43d76f527c803b491731f95df575636e7b6f2" |
| 802 | + integrity sha512-7QFsywoE5URbuVnG3loe03QXuGajrnotr3gQkXcEBShORai23MePfFYdhz90FEtBBpkyIYQbVD+evKtloCgX3g== |
| 803 | + dependencies: |
| 804 | + "@types/accepts" "*" |
| 805 | + "@types/content-disposition" "*" |
| 806 | + "@types/cookies" "*" |
| 807 | + "@types/http-assert" "*" |
| 808 | + "@types/http-errors" "*" |
| 809 | + "@types/keygrip" "*" |
| 810 | + "@types/koa-compose" "*" |
| 811 | + "@types/node" "*" |
| 812 | + |
794 | 813 | "@types/lodash.clonedeep@^4.5.7":
|
795 | 814 | version "4.5.7"
|
796 | 815 | resolved "https://packages.atlassian.com/api/npm/npm-remote/@types/lodash.clonedeep/-/lodash.clonedeep-4.5.7.tgz#0e119f582ed6f9e6b373c04a644651763214f197"
|
@@ -996,11 +1015,6 @@ ansi-styles@^5.0.0:
|
996 | 1015 | resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
|
997 | 1016 | integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
|
998 | 1017 |
|
999 |
| -any-promise@^1.1.0: |
1000 |
| - version "1.3.0" |
1001 |
| - resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" |
1002 |
| - integrity sha1-q8av7tzqUugJzcA3au0845Y10X8= |
1003 |
| - |
1004 | 1018 | anymatch@^2.0.0:
|
1005 | 1019 | version "2.0.0"
|
1006 | 1020 | resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
|
@@ -1541,10 +1555,10 @@ convert-source-map@^1.4.0, convert-source-map@^1.7.0:
|
1541 | 1555 | dependencies:
|
1542 | 1556 | safe-buffer "~5.1.1"
|
1543 | 1557 |
|
1544 |
| -cookies@~0.8.0: |
1545 |
| - version "0.8.0" |
1546 |
| - resolved "https://registry.yarnpkg.com/cookies/-/cookies-0.8.0.tgz#1293ce4b391740a8406e3c9870e828c4b54f3f90" |
1547 |
| - integrity sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow== |
| 1558 | +cookies@~0.9.0: |
| 1559 | + version "0.9.1" |
| 1560 | + resolved "https://registry.yarnpkg.com/cookies/-/cookies-0.9.1.tgz#3ffed6f60bb4fb5f146feeedba50acc418af67e3" |
| 1561 | + integrity sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw== |
1548 | 1562 | dependencies:
|
1549 | 1563 | depd "~2.0.0"
|
1550 | 1564 | keygrip "~1.1.0"
|
@@ -1656,12 +1670,12 @@ debug@^4.1.0, debug@^4.1.1:
|
1656 | 1670 | dependencies:
|
1657 | 1671 | ms "^2.1.1"
|
1658 | 1672 |
|
1659 |
| -debug@~3.1.0: |
1660 |
| - version "3.1.0" |
1661 |
| - resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" |
1662 |
| - integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g== |
| 1673 | +debug@^4.3.2: |
| 1674 | + version "4.4.0" |
| 1675 | + resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a" |
| 1676 | + integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA== |
1663 | 1677 | dependencies:
|
1664 |
| - ms "2.0.0" |
| 1678 | + ms "^2.1.3" |
1665 | 1679 |
|
1666 | 1680 | decamelize-keys@^1.1.0:
|
1667 | 1681 | version "1.1.0"
|
@@ -1764,12 +1778,12 @@ delegates@^1.0.0:
|
1764 | 1778 | resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
|
1765 | 1779 | integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=
|
1766 | 1780 |
|
1767 |
| - |
| 1781 | +[email protected], depd@^2.0.0, depd@~2.0.0: |
1768 | 1782 | version "2.0.0"
|
1769 | 1783 | resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
|
1770 | 1784 | integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
|
1771 | 1785 |
|
1772 |
| -depd@^1.1.0, depd@^1.1.2, depd@~1.1.2: |
| 1786 | +depd@^1.1.0, depd@~1.1.2: |
1773 | 1787 | version "1.1.2"
|
1774 | 1788 | resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
|
1775 | 1789 | integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
|
@@ -1862,11 +1876,6 @@ error-ex@^1.3.1:
|
1862 | 1876 | dependencies:
|
1863 | 1877 | is-arrayish "^0.2.1"
|
1864 | 1878 |
|
1865 |
| -error-inject@^1.0.0: |
1866 |
| - version "1.0.0" |
1867 |
| - resolved "https://registry.yarnpkg.com/error-inject/-/error-inject-1.0.0.tgz#e2b3d91b54aed672f309d950d154850fa11d4f37" |
1868 |
| - integrity sha1-4rPZG1Su1nLzCdlQ0VSFD6EdTzc= |
1869 |
| - |
1870 | 1879 | es-abstract@^1.17.0-next.1:
|
1871 | 1880 | version "1.17.0"
|
1872 | 1881 | resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.0.tgz#f42a517d0036a5591dbb2c463591dc8bb50309b1"
|
@@ -3586,49 +3595,41 @@ koa-bodyparser@^4.2.1:
|
3586 | 3595 | copy-to "^2.0.1"
|
3587 | 3596 | type-is "^1.6.18"
|
3588 | 3597 |
|
3589 |
| -koa-compose@^3.0.0: |
3590 |
| - version "3.2.1" |
3591 |
| - resolved "https://registry.yarnpkg.com/koa-compose/-/koa-compose-3.2.1.tgz#a85ccb40b7d986d8e5a345b3a1ace8eabcf54de7" |
3592 |
| - integrity sha1-qFzLQLfZhtjlo0Wzoazo6rz1Tec= |
3593 |
| - dependencies: |
3594 |
| - any-promise "^1.1.0" |
3595 |
| - |
3596 | 3598 | koa-compose@^4.1.0:
|
3597 | 3599 | version "4.1.0"
|
3598 | 3600 | resolved "https://registry.yarnpkg.com/koa-compose/-/koa-compose-4.1.0.tgz#507306b9371901db41121c812e923d0d67d3e877"
|
3599 | 3601 | integrity sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==
|
3600 | 3602 |
|
3601 |
| -koa-convert@^1.2.0: |
3602 |
| - version "1.2.0" |
3603 |
| - resolved "https://registry.yarnpkg.com/koa-convert/-/koa-convert-1.2.0.tgz#da40875df49de0539098d1700b50820cebcd21d0" |
3604 |
| - integrity sha1-2kCHXfSd4FOQmNFwC1CCDOvNIdA= |
| 3603 | +koa-convert@^2.0.0: |
| 3604 | + version "2.0.0" |
| 3605 | + resolved "https://registry.yarnpkg.com/koa-convert/-/koa-convert-2.0.0.tgz#86a0c44d81d40551bae22fee6709904573eea4f5" |
| 3606 | + integrity sha512-asOvN6bFlSnxewce2e/DK3p4tltyfC4VM7ZwuTuepI7dEQVcvpyFuBcEARu1+Hxg8DIwytce2n7jrZtRlPrARA== |
3605 | 3607 | dependencies:
|
3606 | 3608 | co "^4.6.0"
|
3607 |
| - koa-compose "^3.0.0" |
| 3609 | + koa-compose "^4.1.0" |
3608 | 3610 |
|
3609 |
| -koa@2.11.0: |
3610 |
| - version "2.11.0" |
3611 |
| - resolved "https://registry.yarnpkg.com/koa/-/koa-2.11.0.tgz#fe5a51c46f566d27632dd5dc8fd5d7dd44f935a4" |
3612 |
| - integrity sha512-EpR9dElBTDlaDgyhDMiLkXrPwp6ZqgAIBvhhmxQ9XN4TFgW+gEz6tkcsNI6BnUbUftrKDjVFj4lW2/J2aNBMMA== |
| 3611 | +koa@2.15.4: |
| 3612 | + version "2.15.4" |
| 3613 | + resolved "https://registry.yarnpkg.com/koa/-/koa-2.15.4.tgz#7000b3d8354558671adb1ba1b1c09bedb5f8da75" |
| 3614 | + integrity sha512-7fNBIdrU2PEgLljXoPWoyY4r1e+ToWCmzS/wwMPbUNs7X+5MMET1ObhJBlUkF5uZG9B6QhM2zS1TsH6adegkiQ== |
3613 | 3615 | dependencies:
|
3614 | 3616 | accepts "^1.3.5"
|
3615 | 3617 | cache-content-type "^1.0.0"
|
3616 | 3618 | content-disposition "~0.5.2"
|
3617 | 3619 | content-type "^1.0.4"
|
3618 |
| - cookies "~0.8.0" |
3619 |
| - debug "~3.1.0" |
| 3620 | + cookies "~0.9.0" |
| 3621 | + debug "^4.3.2" |
3620 | 3622 | delegates "^1.0.0"
|
3621 |
| - depd "^1.1.2" |
| 3623 | + depd "^2.0.0" |
3622 | 3624 | destroy "^1.0.4"
|
3623 | 3625 | encodeurl "^1.0.2"
|
3624 |
| - error-inject "^1.0.0" |
3625 | 3626 | escape-html "^1.0.3"
|
3626 | 3627 | fresh "~0.5.2"
|
3627 | 3628 | http-assert "^1.3.0"
|
3628 | 3629 | http-errors "^1.6.3"
|
3629 | 3630 | is-generator-function "^1.0.7"
|
3630 | 3631 | koa-compose "^4.1.0"
|
3631 |
| - koa-convert "^1.2.0" |
| 3632 | + koa-convert "^2.0.0" |
3632 | 3633 | on-finished "^2.3.0"
|
3633 | 3634 | only "~0.0.2"
|
3634 | 3635 | parseurl "^1.3.2"
|
@@ -3949,6 +3950,11 @@ ms@^2.1.1:
|
3949 | 3950 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
|
3950 | 3951 | integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
|
3951 | 3952 |
|
| 3953 | +ms@^2.1.3: |
| 3954 | + version "2.1.3" |
| 3955 | + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" |
| 3956 | + integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== |
| 3957 | + |
3952 | 3958 | nan@^2.12.1:
|
3953 | 3959 | version "2.14.0"
|
3954 | 3960 | resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
|
|
0 commit comments