|
536 | 536 | before-after-hook "^2.1.0" |
537 | 537 | universal-user-agent "^5.0.0" |
538 | 538 |
|
| 539 | +"@octokit/core@^3.0.0": |
| 540 | + version "3.2.1" |
| 541 | + resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.2.1.tgz#9e04df3f4e7f825ac0559327490ce34299140af5" |
| 542 | + integrity sha512-XfFSDDwv6tclUenS0EmB6iA7u+4aOHBT1Lz4PtQNQQg3hBbNaR/+Uv5URU+egeIuuGAiMRiDyY92G4GBOWOqDA== |
| 543 | + dependencies: |
| 544 | + "@octokit/auth-token" "^2.4.0" |
| 545 | + "@octokit/graphql" "^4.3.1" |
| 546 | + "@octokit/request" "^5.4.0" |
| 547 | + "@octokit/types" "^5.0.0" |
| 548 | + before-after-hook "^2.1.0" |
| 549 | + universal-user-agent "^6.0.0" |
| 550 | + |
539 | 551 | "@octokit/endpoint@^6.0.1": |
540 | 552 | version "6.0.9" |
541 | 553 | resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-6.0.9.tgz#c6a772e024202b1bd19ab69f90e0536a2598b13e" |
|
574 | 586 | "@octokit/types" "^4.1.6" |
575 | 587 | deprecation "^2.3.1" |
576 | 588 |
|
| 589 | +"@octokit/plugin-rest-endpoint-methods@4.2.1": |
| 590 | + version "4.2.1" |
| 591 | + resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.2.1.tgz#8224833a45c3394836dc6e86f1e6c49269a2c350" |
| 592 | + integrity sha512-QyFr4Bv807Pt1DXZOC5a7L5aFdrwz71UHTYoHVajYV5hsqffWm8FUl9+O7nxRu5PDMtB/IKrhFqTmdBTK5cx+A== |
| 593 | + dependencies: |
| 594 | + "@octokit/types" "^5.5.0" |
| 595 | + deprecation "^2.3.1" |
| 596 | + |
577 | 597 | "@octokit/request-error@^2.0.0": |
578 | 598 | version "2.0.3" |
579 | 599 | resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-2.0.3.tgz#b51b200052bf483f6fa56c9e7e3aa51ead36ecd8" |
|
607 | 627 | "@octokit/plugin-request-log" "^1.0.0" |
608 | 628 | "@octokit/plugin-rest-endpoint-methods" "3.17.0" |
609 | 629 |
|
| 630 | +"@octokit/rest@^18.0.0": |
| 631 | + version "18.0.9" |
| 632 | + resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.0.9.tgz#964d707d914eb34b1787895fdcacff96de47844d" |
| 633 | + integrity sha512-CC5+cIx974Ygx9lQNfUn7/oXDQ9kqGiKUC6j1A9bAVZZ7aoTF8K6yxu0pQhQrLBwSl92J6Z3iVDhGhGFgISCZg== |
| 634 | + dependencies: |
| 635 | + "@octokit/core" "^3.0.0" |
| 636 | + "@octokit/plugin-paginate-rest" "^2.2.0" |
| 637 | + "@octokit/plugin-request-log" "^1.0.0" |
| 638 | + "@octokit/plugin-rest-endpoint-methods" "4.2.1" |
| 639 | + |
610 | 640 | "@octokit/types@^4.1.6": |
611 | 641 | version "4.1.10" |
612 | 642 | resolved "https://registry.yarnpkg.com/@octokit/types/-/types-4.1.10.tgz#e4029c11e2cc1335051775bc1600e7e740e4aca4" |
|
653 | 683 | micromatch "^4.0.0" |
654 | 684 | p-reduce "^2.0.0" |
655 | 685 |
|
656 | | -"@semantic-release/github@7.1.1", "@semantic-release/github@^7.0.0": |
| 686 | +"@semantic-release/github@7.1.1": |
657 | 687 | version "7.1.1" |
658 | 688 | resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-7.1.1.tgz#e998aa9a9cd770838d9f27c64f060c2b686b9d95" |
659 | 689 | integrity sha512-w8CLCvGVKNe2FPOYQ68OFxFVNNha7YRzptnwTZYdjXYtgTDKw0XVfnMSd9NlJeQPYGfQmIhIVPNBU/cA6zUY0A== |
|
675 | 705 | p-retry "^4.0.0" |
676 | 706 | url-join "^4.0.0" |
677 | 707 |
|
| 708 | +"@semantic-release/github@^7.0.0": |
| 709 | + version "7.1.2" |
| 710 | + resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-7.1.2.tgz#49823166f4ae2d465ead8137b564b22dd97a0ad8" |
| 711 | + integrity sha512-0cbQAQgZRUPvYWeJ5OSw/bbOhe0tsFArylL2gue9V66q0JgFNOL6CONGd+X5CQxQP1+t+t3Lr9OomuE3QLZgtw== |
| 712 | + dependencies: |
| 713 | + "@octokit/rest" "^18.0.0" |
| 714 | + "@semantic-release/error" "^2.2.0" |
| 715 | + aggregate-error "^3.0.0" |
| 716 | + bottleneck "^2.18.1" |
| 717 | + debug "^4.0.0" |
| 718 | + dir-glob "^3.0.0" |
| 719 | + fs-extra "^9.0.0" |
| 720 | + globby "^11.0.0" |
| 721 | + http-proxy-agent "^4.0.0" |
| 722 | + https-proxy-agent "^5.0.0" |
| 723 | + issue-parser "^6.0.0" |
| 724 | + lodash "^4.17.4" |
| 725 | + mime "^2.4.3" |
| 726 | + p-filter "^2.0.0" |
| 727 | + p-retry "^4.0.0" |
| 728 | + url-join "^4.0.0" |
| 729 | + |
678 | 730 | "@semantic-release/npm@7.0.6", "@semantic-release/npm@^7.0.0": |
679 | 731 | version "7.0.6" |
680 | 732 | resolved "https://registry.yarnpkg.com/@semantic-release/npm/-/npm-7.0.6.tgz#1301bd57d246eae048d7104a735467bb0829f3d8" |
|
748 | 800 | "@babel/types" "^7.0.0" |
749 | 801 |
|
750 | 802 | "@types/babel__template@*": |
751 | | - version "7.0.3" |
752 | | - resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.0.3.tgz#b8aaeba0a45caca7b56a5de9459872dde3727214" |
753 | | - integrity sha512-uCoznIPDmnickEi6D0v11SBpW0OuVqHJCa7syXqQHy5uktSCreIlt0iglsCnmvz8yCb38hGcWeseA8cWJSwv5Q== |
| 803 | + version "7.4.0" |
| 804 | + resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.0.tgz#0c888dd70b3ee9eebb6e4f200e809da0076262be" |
| 805 | + integrity sha512-NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A== |
754 | 806 | dependencies: |
755 | 807 | "@babel/parser" "^7.1.0" |
756 | 808 | "@babel/types" "^7.0.0" |
|
812 | 864 | integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== |
813 | 865 |
|
814 | 866 | "@types/minimist@^1.2.0": |
815 | | - version "1.2.0" |
816 | | - resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6" |
817 | | - integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY= |
| 867 | + version "1.2.1" |
| 868 | + resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256" |
| 869 | + integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg== |
818 | 870 |
|
819 | 871 | "@types/node@*", "@types/node@>= 8": |
820 | | - version "14.14.6" |
821 | | - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.6.tgz#146d3da57b3c636cc0d1769396ce1cfa8991147f" |
822 | | - integrity sha512-6QlRuqsQ/Ox/aJEQWBEJG7A9+u7oSYl3mem/K8IzxXG/kAGbV1YPD9Bg9Zw3vyxC/YP+zONKwy8hGkSt1jxFMw== |
| 872 | + version "14.14.7" |
| 873 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.7.tgz#8ea1e8f8eae2430cf440564b98c6dfce1ec5945d" |
| 874 | + integrity sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg== |
823 | 875 |
|
824 | 876 | "@types/node@12.19.3": |
825 | 877 | version "12.19.3" |
|
894 | 946 | eslint-utils "^2.0.0" |
895 | 947 |
|
896 | 948 | "@typescript-eslint/experimental-utils@^4.0.1": |
897 | | - version "4.6.1" |
898 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.6.1.tgz#a9c691dfd530a9570274fe68907c24c07a06c4aa" |
899 | | - integrity sha512-qyPqCFWlHZXkEBoV56UxHSoXW2qnTr4JrWVXOh3soBP3q0o7p4pUEMfInDwIa0dB/ypdtm7gLOS0hg0a73ijfg== |
| 949 | + version "4.7.0" |
| 950 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.7.0.tgz#8d1058c38bec3d3bbd9c898a1c32318d80faf3c5" |
| 951 | + integrity sha512-cymzovXAiD4EF+YoHAB5Oh02MpnXjvyaOb+v+BdpY7lsJXZQN34oIETeUwVT2XfV9rSNpXaIcknDLfupO/tUoA== |
900 | 952 | dependencies: |
901 | 953 | "@types/json-schema" "^7.0.3" |
902 | | - "@typescript-eslint/scope-manager" "4.6.1" |
903 | | - "@typescript-eslint/types" "4.6.1" |
904 | | - "@typescript-eslint/typescript-estree" "4.6.1" |
| 954 | + "@typescript-eslint/scope-manager" "4.7.0" |
| 955 | + "@typescript-eslint/types" "4.7.0" |
| 956 | + "@typescript-eslint/typescript-estree" "4.7.0" |
905 | 957 | eslint-scope "^5.0.0" |
906 | 958 | eslint-utils "^2.0.0" |
907 | 959 |
|
|
923 | 975 | "@typescript-eslint/types" "4.6.0" |
924 | 976 | "@typescript-eslint/visitor-keys" "4.6.0" |
925 | 977 |
|
926 | | -"@typescript-eslint/scope-manager@4.6.1": |
927 | | - version "4.6.1" |
928 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.6.1.tgz#21872b91cbf7adfc7083f17b8041149148baf992" |
929 | | - integrity sha512-f95+80r6VdINYscJY1KDUEDcxZ3prAWHulL4qRDfNVD0I5QAVSGqFkwHERDoLYJJWmEAkUMdQVvx7/c2Hp+Bjg== |
| 978 | +"@typescript-eslint/scope-manager@4.7.0": |
| 979 | + version "4.7.0" |
| 980 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.7.0.tgz#2115526085fb72723ccdc1eeae75dec7126220ed" |
| 981 | + integrity sha512-ILITvqwDJYbcDCROj6+Ob0oCKNg3SH46iWcNcTIT9B5aiVssoTYkhKjxOMNzR1F7WSJkik4zmuqve5MdnA0DyA== |
930 | 982 | dependencies: |
931 | | - "@typescript-eslint/types" "4.6.1" |
932 | | - "@typescript-eslint/visitor-keys" "4.6.1" |
| 983 | + "@typescript-eslint/types" "4.7.0" |
| 984 | + "@typescript-eslint/visitor-keys" "4.7.0" |
933 | 985 |
|
934 | 986 | "@typescript-eslint/types@4.6.0": |
935 | 987 | version "4.6.0" |
936 | 988 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.6.0.tgz#157ca925637fd53c193c6bf226a6c02b752dde2f" |
937 | 989 | integrity sha512-5FAgjqH68SfFG4UTtIFv+rqYJg0nLjfkjD0iv+5O27a0xEeNZ5rZNDvFGZDizlCD1Ifj7MAbSW2DPMrf0E9zjA== |
938 | 990 |
|
939 | | -"@typescript-eslint/types@4.6.1": |
940 | | - version "4.6.1" |
941 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.6.1.tgz#d3ad7478f53f22e7339dc006ab61aac131231552" |
942 | | - integrity sha512-k2ZCHhJ96YZyPIsykickez+OMHkz06xppVLfJ+DY90i532/Cx2Z+HiRMH8YZQo7a4zVd/TwNBuRCdXlGK4yo8w== |
| 991 | +"@typescript-eslint/types@4.7.0": |
| 992 | + version "4.7.0" |
| 993 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.7.0.tgz#5e95ef5c740f43d942542b35811f87b62fccca69" |
| 994 | + integrity sha512-uLszFe0wExJc+I7q0Z/+BnP7wao/kzX0hB5vJn4LIgrfrMLgnB2UXoReV19lkJQS1a1mHWGGODSxnBx6JQC3Sg== |
943 | 995 |
|
944 | 996 | "@typescript-eslint/typescript-estree@4.6.0": |
945 | 997 | version "4.6.0" |
|
955 | 1007 | semver "^7.3.2" |
956 | 1008 | tsutils "^3.17.1" |
957 | 1009 |
|
958 | | -"@typescript-eslint/typescript-estree@4.6.1": |
959 | | - version "4.6.1" |
960 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.6.1.tgz#6025cce724329413f57e4959b2d676fceeca246f" |
961 | | - integrity sha512-/J/kxiyjQQKqEr5kuKLNQ1Finpfb8gf/NpbwqFFYEBjxOsZ621r9AqwS9UDRA1Rrr/eneX/YsbPAIhU2rFLjXQ== |
| 1010 | +"@typescript-eslint/typescript-estree@4.7.0": |
| 1011 | + version "4.7.0" |
| 1012 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.7.0.tgz#539531167f05ba20eb0b6785567076679e29d393" |
| 1013 | + integrity sha512-5XZRQznD1MfUmxu1t8/j2Af4OxbA7EFU2rbo0No7meb46eHgGkSieFdfV6omiC/DGIBhH9H9gXn7okBbVOm8jw== |
962 | 1014 | dependencies: |
963 | | - "@typescript-eslint/types" "4.6.1" |
964 | | - "@typescript-eslint/visitor-keys" "4.6.1" |
| 1015 | + "@typescript-eslint/types" "4.7.0" |
| 1016 | + "@typescript-eslint/visitor-keys" "4.7.0" |
965 | 1017 | debug "^4.1.1" |
966 | 1018 | globby "^11.0.1" |
967 | 1019 | is-glob "^4.0.1" |
|
977 | 1029 | "@typescript-eslint/types" "4.6.0" |
978 | 1030 | eslint-visitor-keys "^2.0.0" |
979 | 1031 |
|
980 | | -"@typescript-eslint/visitor-keys@4.6.1": |
981 | | - version "4.6.1" |
982 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.6.1.tgz#6b125883402d8939df7b54528d879e88f7ba3614" |
983 | | - integrity sha512-owABze4toX7QXwOLT3/D5a8NecZEjEWU1srqxENTfqsY3bwVnl3YYbOh6s1rp2wQKO9RTHFGjKes08FgE7SVMw== |
| 1032 | +"@typescript-eslint/visitor-keys@4.7.0": |
| 1033 | + version "4.7.0" |
| 1034 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.7.0.tgz#6783824f22acfc49e754970ed21b88ac03b80e6f" |
| 1035 | + integrity sha512-aDJDWuCRsf1lXOtignlfiPODkzSxxop7D0rZ91L6ZuMlcMCSh0YyK+gAfo5zN/ih6WxMwhoXgJWC3cWQdaKC+A== |
984 | 1036 | dependencies: |
985 | | - "@typescript-eslint/types" "4.6.1" |
| 1037 | + "@typescript-eslint/types" "4.7.0" |
986 | 1038 | eslint-visitor-keys "^2.0.0" |
987 | 1039 |
|
988 | 1040 | "@vercel/ncc@0.25.1": |
@@ -3569,7 +3621,7 @@ is-cidr@^3.0.0: |
3569 | 3621 | dependencies: |
3570 | 3622 | cidr-regex "^2.0.10" |
3571 | 3623 |
|
3572 | | -is-core-module@^2.0.0: |
| 3624 | +is-core-module@^2.1.0: |
3573 | 3625 | version "2.1.0" |
3574 | 3626 | resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.1.0.tgz#a4cc031d9b1aca63eecbd18a650e13cb4eeab946" |
3575 | 3627 | integrity sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA== |
@@ -4883,9 +4935,9 @@ marked-terminal@^4.0.0: |
4883 | 4935 | supports-hyperlinks "^2.1.0" |
4884 | 4936 |
|
4885 | 4937 | marked@^1.0.0: |
4886 | | - version "1.2.3" |
4887 | | - resolved "https://registry.yarnpkg.com/marked/-/marked-1.2.3.tgz#58817ba348a7c9398cb94d40d12e0d08df83af57" |
4888 | | - integrity sha512-RQuL2i6I6Gn+9n81IDNGbL0VHnta4a+8ZhqvryXEniTb/hQNtf3i26hi1XWUhzb9BgVyWHKR3UO8MaHtKoYibw== |
| 4938 | + version "1.2.4" |
| 4939 | + resolved "https://registry.yarnpkg.com/marked/-/marked-1.2.4.tgz#94e99230b03496c9383b1322ac51bc17dd388a1d" |
| 4940 | + integrity sha512-6x5TFGCTKSQBLTZtOburGxCxFEBJEGYVLwCMTBCxzvyuisGcC20UNzDSJhCr/cJ/Kmh6ulfJm10g6WWEAJ3kvg== |
4889 | 4941 |
|
4890 | 4942 | meant@^1.0.2: |
4891 | 4943 | version "1.0.2" |
@@ -6369,9 +6421,9 @@ registry-auth-token@^3.0.1: |
6369 | 6421 | safe-buffer "^5.0.1" |
6370 | 6422 |
|
6371 | 6423 | registry-auth-token@^4.0.0: |
6372 | | - version "4.2.0" |
6373 | | - resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.0.tgz#1d37dffda72bbecd0f581e4715540213a65eb7da" |
6374 | | - integrity sha512-P+lWzPrsgfN+UEpDS3U8AQKg/UjZX6mQSJueZj3EK+vNESoqBSpBUD3gmu4sF9lOsjXWjF11dQKUqemf3veq1w== |
| 6424 | + version "4.2.1" |
| 6425 | + resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.1.tgz#6d7b4006441918972ccd5fedcd41dc322c79b250" |
| 6426 | + integrity sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw== |
6375 | 6427 | dependencies: |
6376 | 6428 | rc "^1.2.8" |
6377 | 6429 |
|
@@ -6477,11 +6529,11 @@ resolve-url@^0.2.1: |
6477 | 6529 | integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= |
6478 | 6530 |
|
6479 | 6531 | resolve@^1.10.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.3.2: |
6480 | | - version "1.18.1" |
6481 | | - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.18.1.tgz#018fcb2c5b207d2a6424aee361c5a266da8f4130" |
6482 | | - integrity sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA== |
| 6532 | + version "1.19.0" |
| 6533 | + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c" |
| 6534 | + integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg== |
6483 | 6535 | dependencies: |
6484 | | - is-core-module "^2.0.0" |
| 6536 | + is-core-module "^2.1.0" |
6485 | 6537 | path-parse "^1.0.6" |
6486 | 6538 |
|
6487 | 6539 | ret@~0.1.10: |
@@ -6948,9 +7000,9 @@ ssri@^6.0.0, ssri@^6.0.1: |
6948 | 7000 | figgy-pudding "^3.5.1" |
6949 | 7001 |
|
6950 | 7002 | stack-utils@^2.0.2: |
6951 | | - version "2.0.2" |
6952 | | - resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.2.tgz#5cf48b4557becb4638d0bc4f21d23f5d19586593" |
6953 | | - integrity sha512-0H7QK2ECz3fyZMzQ8rH0j2ykpfbnd20BFtfg/SqVC2+sCTtcw0aDTGB7dk+de4U4uUeuz6nOtJcrkFFLG1B0Rg== |
| 7003 | + version "2.0.3" |
| 7004 | + resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.3.tgz#cd5f030126ff116b78ccb3c027fe302713b61277" |
| 7005 | + integrity sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw== |
6954 | 7006 | dependencies: |
6955 | 7007 | escape-string-regexp "^2.0.0" |
6956 | 7008 |
|
@@ -7453,9 +7505,9 @@ type-fest@^0.12.0: |
7453 | 7505 | integrity sha512-53RyidyjvkGpnWPMF9bQgFtWp+Sl8O2Rp13VavmJgfAP9WWG6q6TkrKU8iyJdnwnfgHI6k2hTlgqH4aSdjoTbg== |
7454 | 7506 |
|
7455 | 7507 | type-fest@^0.18.0: |
7456 | | - version "0.18.0" |
7457 | | - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.0.tgz#2edfa6382d48653707344f7fccdb0443d460e8d6" |
7458 | | - integrity sha512-fbDukFPnJBdn2eZ3RR+5mK2slHLFd6gYHY7jna1KWWy4Yr4XysHuCdXRzy+RiG/HwG4WJat00vdC2UHky5eKiQ== |
| 7508 | + version "0.18.1" |
| 7509 | + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f" |
| 7510 | + integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw== |
7459 | 7511 |
|
7460 | 7512 | type-fest@^0.6.0: |
7461 | 7513 | version "0.6.0" |
@@ -7485,9 +7537,9 @@ typescript@4.0.5: |
7485 | 7537 | integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ== |
7486 | 7538 |
|
7487 | 7539 | uglify-js@^3.1.4: |
7488 | | - version "3.11.5" |
7489 | | - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.11.5.tgz#d6788bc83cf35ff18ea78a65763e480803409bc6" |
7490 | | - integrity sha512-btvv/baMqe7HxP7zJSF7Uc16h1mSfuuSplT0/qdjxseesDU+yYzH33eHBH+eMdeRXwujXspaCTooWHQVVBh09w== |
| 7540 | + version "3.11.6" |
| 7541 | + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.11.6.tgz#144b50d3e05eadd3ad4dd047c60ca541a8cd4e9c" |
| 7542 | + integrity sha512-oASI1FOJ7BBFkSCNDZ446EgkSuHkOZBuqRFrwXIKWCoXw8ZXQETooTQjkAcBS03Acab7ubCKsXnwuV2svy061g== |
7491 | 7543 |
|
7492 | 7544 | uid-number@0.0.6: |
7493 | 7545 | version "0.0.6" |
@@ -7921,9 +7973,9 @@ yaml@^1.10.0, yaml@^1.7.2: |
7921 | 7973 | integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== |
7922 | 7974 |
|
7923 | 7975 | yargs-parser@20.x, yargs-parser@^20.2.3: |
7924 | | - version "20.2.3" |
7925 | | - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.3.tgz#92419ba867b858c868acf8bae9bf74af0dd0ce26" |
7926 | | - integrity sha512-emOFRT9WVHw03QSvN5qor9QQT9+sw5vwxfYweivSMHTcAXPefwVae2FjO7JJjj8hCE4CzPOPeFM83VwT29HCww== |
| 7976 | + version "20.2.4" |
| 7977 | + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54" |
| 7978 | + integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA== |
7927 | 7979 |
|
7928 | 7980 | yargs-parser@^15.0.1: |
7929 | 7981 | version "15.0.1" |
|
0 commit comments