|
646 | 646 | resolved "https://registry.yarnpkg.com/@types/verror/-/verror-1.10.4.tgz#805c0612b3a0c124cf99f517364142946b74ba3b"
|
647 | 647 | integrity sha512-OjJdqx6QlbyZw9LShPwRW+Kmiegeg3eWNI41MQQKaG3vjdU2L9SRElntM51HmHBY1cu7izxQJ1lMYioQh3XMBg==
|
648 | 648 |
|
649 |
| -"@typescript-eslint/eslint-plugin@4.16.1": |
650 |
| - version "4.16.1" |
651 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.16.1.tgz#2caf6a79dd19c3853b8d39769a27fccb24e4e651" |
652 |
| - integrity sha512-SK777klBdlkUZpZLC1mPvyOWk9yAFCWmug13eAjVQ4/Q1LATE/NbcQL1xDHkptQkZOLnPmLUA1Y54m8dqYwnoQ== |
| 649 | +"@typescript-eslint/eslint-plugin@4.20.0": |
| 650 | + version "4.20.0" |
| 651 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.20.0.tgz#9d8794bd99aad9153092ad13c96164e3082e9a92" |
| 652 | + integrity sha512-sw+3HO5aehYqn5w177z2D82ZQlqHCwcKSMboueo7oE4KU9QiC0SAgfS/D4z9xXvpTc8Bt41Raa9fBR8T2tIhoQ== |
653 | 653 | dependencies:
|
654 |
| - "@typescript-eslint/experimental-utils" "4.16.1" |
655 |
| - "@typescript-eslint/scope-manager" "4.16.1" |
| 654 | + "@typescript-eslint/experimental-utils" "4.20.0" |
| 655 | + "@typescript-eslint/scope-manager" "4.20.0" |
656 | 656 | debug "^4.1.1"
|
657 | 657 | functional-red-black-tree "^1.0.1"
|
658 | 658 | lodash "^4.17.15"
|
659 | 659 | regexpp "^3.0.0"
|
660 | 660 | semver "^7.3.2"
|
661 | 661 | tsutils "^3.17.1"
|
662 | 662 |
|
663 |
| -"@typescript-eslint/experimental-utils@4.16.1": |
664 |
| - version "4.16.1" |
665 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.16.1.tgz#da7a396dc7d0e01922acf102b76efff17320b328" |
666 |
| - integrity sha512-0Hm3LSlMYFK17jO4iY3un1Ve9x1zLNn4EM50Lia+0EV99NdbK+cn0er7HC7IvBA23mBg3P+8dUkMXy4leL33UQ== |
| 663 | +"@typescript-eslint/experimental-utils@4.20.0": |
| 664 | + version "4.20.0" |
| 665 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.20.0.tgz#a8ab2d7b61924f99042b7d77372996d5f41dc44b" |
| 666 | + integrity sha512-sQNlf6rjLq2yB5lELl3gOE7OuoA/6IVXJUJ+Vs7emrQMva14CkOwyQwD7CW+TkmOJ4Q/YGmoDLmbfFrpGmbKng== |
667 | 667 | dependencies:
|
668 | 668 | "@types/json-schema" "^7.0.3"
|
669 |
| - "@typescript-eslint/scope-manager" "4.16.1" |
670 |
| - "@typescript-eslint/types" "4.16.1" |
671 |
| - "@typescript-eslint/typescript-estree" "4.16.1" |
| 669 | + "@typescript-eslint/scope-manager" "4.20.0" |
| 670 | + "@typescript-eslint/types" "4.20.0" |
| 671 | + "@typescript-eslint/typescript-estree" "4.20.0" |
672 | 672 | eslint-scope "^5.0.0"
|
673 | 673 | eslint-utils "^2.0.0"
|
674 | 674 |
|
675 |
| -"@typescript-eslint/parser@4.16.1": |
676 |
| - version "4.16.1" |
677 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.16.1.tgz#3bbd3234dd3c5b882b2bcd9899bc30e1e1586d2a" |
678 |
| - integrity sha512-/c0LEZcDL5y8RyI1zLcmZMvJrsR6SM1uetskFkoh3dvqDKVXPsXI+wFB/CbVw7WkEyyTKobC1mUNp/5y6gRvXg== |
| 675 | +"@typescript-eslint/parser@4.20.0": |
| 676 | + version "4.20.0" |
| 677 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.20.0.tgz#8dd403c8b4258b99194972d9799e201b8d083bdd" |
| 678 | + integrity sha512-m6vDtgL9EABdjMtKVw5rr6DdeMCH3OA1vFb0dAyuZSa3e5yw1YRzlwFnm9knma9Lz6b2GPvoNSa8vOXrqsaglA== |
679 | 679 | dependencies:
|
680 |
| - "@typescript-eslint/scope-manager" "4.16.1" |
681 |
| - "@typescript-eslint/types" "4.16.1" |
682 |
| - "@typescript-eslint/typescript-estree" "4.16.1" |
| 680 | + "@typescript-eslint/scope-manager" "4.20.0" |
| 681 | + "@typescript-eslint/types" "4.20.0" |
| 682 | + "@typescript-eslint/typescript-estree" "4.20.0" |
683 | 683 | debug "^4.1.1"
|
684 | 684 |
|
685 | 685 | "@typescript-eslint/parser@^4.0.0":
|
|
692 | 692 | "@typescript-eslint/typescript-estree" "4.8.2"
|
693 | 693 | debug "^4.1.1"
|
694 | 694 |
|
695 |
| -"@typescript-eslint/scope-manager@4.16.1": |
696 |
| - version "4.16.1" |
697 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.16.1.tgz#244e2006bc60cfe46987e9987f4ff49c9e3f00d5" |
698 |
| - integrity sha512-6IlZv9JaurqV0jkEg923cV49aAn8V6+1H1DRfhRcvZUrptQ+UtSKHb5kwTayzOYTJJ/RsYZdcvhOEKiBLyc0Cw== |
| 695 | +"@typescript-eslint/scope-manager@4.20.0": |
| 696 | + version "4.20.0" |
| 697 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.20.0.tgz#953ecbf3b00845ece7be66246608be9d126d05ca" |
| 698 | + integrity sha512-/zm6WR6iclD5HhGpcwl/GOYDTzrTHmvf8LLLkwKqqPKG6+KZt/CfSgPCiybshmck66M2L5fWSF/MKNuCwtKQSQ== |
699 | 699 | dependencies:
|
700 |
| - "@typescript-eslint/types" "4.16.1" |
701 |
| - "@typescript-eslint/visitor-keys" "4.16.1" |
| 700 | + "@typescript-eslint/types" "4.20.0" |
| 701 | + "@typescript-eslint/visitor-keys" "4.20.0" |
702 | 702 |
|
703 | 703 | "@typescript-eslint/[email protected]":
|
704 | 704 | version "4.8.2"
|
|
708 | 708 | "@typescript-eslint/types" "4.8.2"
|
709 | 709 | "@typescript-eslint/visitor-keys" "4.8.2"
|
710 | 710 |
|
711 |
| -"@typescript-eslint/types@4.16.1": |
712 |
| - version "4.16.1" |
713 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.16.1.tgz#5ba2d3e38b1a67420d2487519e193163054d9c15" |
714 |
| - integrity sha512-nnKqBwMgRlhzmJQF8tnFDZWfunXmJyuXj55xc8Kbfup4PbkzdoDXZvzN8//EiKR27J6vUSU8j4t37yUuYPiLqA== |
| 711 | +"@typescript-eslint/types@4.20.0": |
| 712 | + version "4.20.0" |
| 713 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.20.0.tgz#c6cf5ef3c9b1c8f699a9bbdafb7a1da1ca781225" |
| 714 | + integrity sha512-cYY+1PIjei1nk49JAPnH1VEnu7OYdWRdJhYI5wiKOUMhLTG1qsx5cQxCUTuwWCmQoyriadz3Ni8HZmGSofeC+w== |
715 | 715 |
|
716 | 716 | "@typescript-eslint/[email protected]":
|
717 | 717 | version "4.8.2"
|
718 | 718 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.2.tgz#c862dd0e569d9478eb82d6aee662ea53f5661a36"
|
719 | 719 | integrity sha512-z1/AVcVF8ju5ObaHe2fOpZYEQrwHyZ7PTOlmjd3EoFeX9sv7UekQhfrCmgUO7PruLNfSHrJGQvrW3Q7xQ8EoAw==
|
720 | 720 |
|
721 |
| -"@typescript-eslint/typescript-estree@4.16.1": |
722 |
| - version "4.16.1" |
723 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.16.1.tgz#c2fc46b05a48fbf8bbe8b66a63f0a9ba04b356f1" |
724 |
| - integrity sha512-m8I/DKHa8YbeHt31T+UGd/l8Kwr0XCTCZL3H4HMvvLCT7HU9V7yYdinTOv1gf/zfqNeDcCgaFH2BMsS8x6NvJg== |
| 721 | +"@typescript-eslint/typescript-estree@4.20.0": |
| 722 | + version "4.20.0" |
| 723 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.20.0.tgz#8b3b08f85f18a8da5d88f65cb400f013e88ab7be" |
| 724 | + integrity sha512-Knpp0reOd4ZsyoEJdW8i/sK3mtZ47Ls7ZHvD8WVABNx5Xnn7KhenMTRGegoyMTx6TiXlOVgMz9r0pDgXTEEIHA== |
725 | 725 | dependencies:
|
726 |
| - "@typescript-eslint/types" "4.16.1" |
727 |
| - "@typescript-eslint/visitor-keys" "4.16.1" |
| 726 | + "@typescript-eslint/types" "4.20.0" |
| 727 | + "@typescript-eslint/visitor-keys" "4.20.0" |
728 | 728 | debug "^4.1.1"
|
729 | 729 | globby "^11.0.1"
|
730 | 730 | is-glob "^4.0.1"
|
|
745 | 745 | semver "^7.3.2"
|
746 | 746 | tsutils "^3.17.1"
|
747 | 747 |
|
748 |
| -"@typescript-eslint/visitor-keys@4.16.1": |
749 |
| - version "4.16.1" |
750 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.16.1.tgz#d7571fb580749fae621520deeb134370bbfc7293" |
751 |
| - integrity sha512-s/aIP1XcMkEqCNcPQtl60ogUYjSM8FU2mq1O7y5cFf3Xcob1z1iXWNB6cC43Op+NGRTFgGolri6s8z/efA9i1w== |
| 748 | +"@typescript-eslint/visitor-keys@4.20.0": |
| 749 | + version "4.20.0" |
| 750 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.20.0.tgz#1e84db034da13f208325e6bfc995c3b75f7dbd62" |
| 751 | + integrity sha512-NXKRM3oOVQL8yNFDNCZuieRIwZ5UtjNLYtmMx2PacEAGmbaEYtGgVHUHVyZvU/0rYZcizdrWjDo+WBtRPSgq+A== |
752 | 752 | dependencies:
|
753 |
| - "@typescript-eslint/types" "4.16.1" |
| 753 | + "@typescript-eslint/types" "4.20.0" |
754 | 754 | eslint-visitor-keys "^2.0.0"
|
755 | 755 |
|
756 | 756 | "@typescript-eslint/[email protected]":
|
@@ -1850,10 +1850,10 @@ eslint-visitor-keys@^2.0.0:
|
1850 | 1850 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
|
1851 | 1851 | integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
|
1852 | 1852 |
|
1853 |
| -eslint@7.21.0: |
1854 |
| - version "7.21.0" |
1855 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83" |
1856 |
| - integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg== |
| 1853 | +eslint@7.23.0: |
| 1854 | + version "7.23.0" |
| 1855 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.23.0.tgz#8d029d252f6e8cf45894b4bee08f5493f8e94325" |
| 1856 | + integrity sha512-kqvNVbdkjzpFy0XOszNwjkKzZ+6TcwCQ/h+ozlcIWwaimBBuhlQ4nN6kbiM2L+OjDcznkTJxzYfRFH92sx4a0Q== |
1857 | 1857 | dependencies:
|
1858 | 1858 | "@babel/code-frame" "7.12.11"
|
1859 | 1859 | "@eslint/eslintrc" "^0.4.0"
|
|
1872 | 1872 | file-entry-cache "^6.0.1"
|
1873 | 1873 | functional-red-black-tree "^1.0.1"
|
1874 | 1874 | glob-parent "^5.0.0"
|
1875 |
| - globals "^12.1.0" |
| 1875 | + globals "^13.6.0" |
1876 | 1876 | ignore "^4.0.6"
|
1877 | 1877 | import-fresh "^3.0.0"
|
1878 | 1878 | imurmurhash "^0.1.4"
|
1879 | 1879 | is-glob "^4.0.0"
|
1880 | 1880 | js-yaml "^3.13.1"
|
1881 | 1881 | json-stable-stringify-without-jsonify "^1.0.1"
|
1882 | 1882 | levn "^0.4.1"
|
1883 |
| - lodash "^4.17.20" |
| 1883 | + lodash "^4.17.21" |
1884 | 1884 | minimatch "^3.0.4"
|
1885 | 1885 | natural-compare "^1.4.0"
|
1886 | 1886 | optionator "^0.9.1"
|
@@ -2260,6 +2260,13 @@ globals@^12.1.0:
|
2260 | 2260 | dependencies:
|
2261 | 2261 | type-fest "^0.8.1"
|
2262 | 2262 |
|
| 2263 | +globals@^13.6.0: |
| 2264 | + version "13.7.0" |
| 2265 | + resolved "https://registry.yarnpkg.com/globals/-/globals-13.7.0.tgz#aed3bcefd80ad3ec0f0be2cf0c895110c0591795" |
| 2266 | + integrity sha512-Aipsz6ZKRxa/xQkZhNg0qIWXT6x6rD46f6x/PCnBomlttdIyAPak4YD9jTmKpZ72uROSMU87qJtcgpgHaVchiA== |
| 2267 | + dependencies: |
| 2268 | + type-fest "^0.20.2" |
| 2269 | + |
2263 | 2270 | globby@^11.0.1:
|
2264 | 2271 | version "11.0.1"
|
2265 | 2272 | resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
|
@@ -4276,6 +4283,11 @@ type-fest@^0.13.1:
|
4276 | 4283 | resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934"
|
4277 | 4284 | integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==
|
4278 | 4285 |
|
| 4286 | +type-fest@^0.20.2: |
| 4287 | + version "0.20.2" |
| 4288 | + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" |
| 4289 | + integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== |
| 4290 | + |
4279 | 4291 | type-fest@^0.6.0:
|
4280 | 4292 | version "0.6.0"
|
4281 | 4293 | resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
|
|
0 commit comments