|
3631 | 3631 | dependencies:
|
3632 | 3632 | "@types/yargs-parser" "*"
|
3633 | 3633 |
|
3634 |
| -"@typescript-eslint/eslint-plugin@2.4.0", "@typescript-eslint/eslint-plugin@^2.3.0": |
| 3634 | +"@typescript-eslint/eslint-plugin@2.24.0": |
| 3635 | + version "2.24.0" |
| 3636 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.24.0.tgz#a86cf618c965a462cddf3601f594544b134d6d68" |
| 3637 | + integrity sha512-wJRBeaMeT7RLQ27UQkDFOu25MqFOBus8PtOa9KaT5ZuxC1kAsd7JEHqWt4YXuY9eancX0GK9C68i5OROnlIzBA== |
| 3638 | + dependencies: |
| 3639 | + "@typescript-eslint/experimental-utils" "2.24.0" |
| 3640 | + eslint-utils "^1.4.3" |
| 3641 | + functional-red-black-tree "^1.0.1" |
| 3642 | + regexpp "^3.0.0" |
| 3643 | + tsutils "^3.17.1" |
| 3644 | + |
| 3645 | +"@typescript-eslint/eslint-plugin@^2.3.0": |
3635 | 3646 | version "2.4.0"
|
3636 | 3647 | resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.4.0.tgz#aaf6b542ff75b78f4191a8bf1c519184817caa24"
|
3637 | 3648 | integrity sha512-se/YCk7PUoyMwSm/u3Ii9E+BgDUc736uw/lXCDpXEqRgPGsoBTtS8Mntue/vZX8EGyzGplYuePBuVyhZDM9EpQ==
|
|
3642 | 3653 | regexpp "^2.0.1"
|
3643 | 3654 | tsutils "^3.17.1"
|
3644 | 3655 |
|
| 3656 | +"@typescript-eslint/experimental-utils@2.24.0": |
| 3657 | + version "2.24.0" |
| 3658 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.24.0.tgz#a5cb2ed89fedf8b59638dc83484eb0c8c35e1143" |
| 3659 | + integrity sha512-DXrwuXTdVh3ycNCMYmWhUzn/gfqu9N0VzNnahjiDJvcyhfBy4gb59ncVZVxdp5XzBC77dCncu0daQgOkbvPwBw== |
| 3660 | + dependencies: |
| 3661 | + "@types/json-schema" "^7.0.3" |
| 3662 | + "@typescript-eslint/typescript-estree" "2.24.0" |
| 3663 | + eslint-scope "^5.0.0" |
| 3664 | + |
3645 | 3665 | "@typescript-eslint/experimental-utils@2.4.0":
|
3646 | 3666 | version "2.4.0"
|
3647 | 3667 | resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.4.0.tgz#dd8f3f466be25c3610a06fed22cfb6e6aa17f6d9"
|
|
3651 | 3671 | "@typescript-eslint/typescript-estree" "2.4.0"
|
3652 | 3672 | eslint-scope "^5.0.0"
|
3653 | 3673 |
|
3654 |
| -"@typescript-eslint/parser@2.4.0": |
3655 |
| - version "2.4.0" |
3656 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.4.0.tgz#fe43ed5fec14af03d3594fce2c3b7ec4c8df0243" |
3657 |
| - integrity sha512-IouAKi/grJ4MFrwdXIJ1GHAwbPWYgkT3b/x8Q49F378c9nwgxVkO76e0rZeUVpwHMaUuoKG2sUeK0XGkwdlwkw== |
| 3674 | +"@typescript-eslint/parser@2.24.0": |
| 3675 | + version "2.24.0" |
| 3676 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.24.0.tgz#2cf0eae6e6dd44d162486ad949c126b887f11eb8" |
| 3677 | + integrity sha512-H2Y7uacwSSg8IbVxdYExSI3T7uM1DzmOn2COGtCahCC3g8YtM1xYAPi2MAHyfPs61VKxP/J/UiSctcRgw4G8aw== |
3658 | 3678 | dependencies:
|
3659 | 3679 | "@types/eslint-visitor-keys" "^1.0.0"
|
3660 |
| - "@typescript-eslint/experimental-utils" "2.4.0" |
3661 |
| - "@typescript-eslint/typescript-estree" "2.4.0" |
| 3680 | + "@typescript-eslint/experimental-utils" "2.24.0" |
| 3681 | + "@typescript-eslint/typescript-estree" "2.24.0" |
| 3682 | + eslint-visitor-keys "^1.1.0" |
| 3683 | + |
| 3684 | +"@typescript-eslint/typescript-estree@2.24.0": |
| 3685 | + version "2.24.0" |
| 3686 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.24.0.tgz#38bbc8bb479790d2f324797ffbcdb346d897c62a" |
| 3687 | + integrity sha512-RJ0yMe5owMSix55qX7Mi9V6z2FDuuDpN6eR5fzRJrp+8in9UF41IGNQHbg5aMK4/PjVaEQksLvz0IA8n+Mr/FA== |
| 3688 | + dependencies: |
| 3689 | + debug "^4.1.1" |
3662 | 3690 | eslint-visitor-keys "^1.1.0"
|
| 3691 | + glob "^7.1.6" |
| 3692 | + is-glob "^4.0.1" |
| 3693 | + lodash "^4.17.15" |
| 3694 | + semver "^6.3.0" |
| 3695 | + tsutils "^3.17.1" |
3663 | 3696 |
|
3664 | 3697 | "@typescript-eslint/typescript-estree@2.4.0":
|
3665 | 3698 | version "2.4.0"
|
@@ -8904,6 +8937,18 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
|
8904 | 8937 | once "^1.3.0"
|
8905 | 8938 | path-is-absolute "^1.0.0"
|
8906 | 8939 |
|
| 8940 | +glob@^7.1.6: |
| 8941 | + version "7.1.6" |
| 8942 | + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" |
| 8943 | + integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== |
| 8944 | + dependencies: |
| 8945 | + fs.realpath "^1.0.0" |
| 8946 | + inflight "^1.0.4" |
| 8947 | + inherits "2" |
| 8948 | + minimatch "^3.0.4" |
| 8949 | + once "^1.3.0" |
| 8950 | + path-is-absolute "^1.0.0" |
| 8951 | + |
8907 | 8952 | global-dirs@^0.1.0:
|
8908 | 8953 | version "0.1.1"
|
8909 | 8954 | resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
|
@@ -15479,6 +15524,11 @@ regexpp@^2.0.1:
|
15479 | 15524 | resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
|
15480 | 15525 | integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
|
15481 | 15526 |
|
| 15527 | +regexpp@^3.0.0: |
| 15528 | + version "3.0.0" |
| 15529 | + resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e" |
| 15530 | + integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g== |
| 15531 | + |
15482 | 15532 | regexpu-core@^4.6.0:
|
15483 | 15533 | version "4.6.0"
|
15484 | 15534 | resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6"
|
|
0 commit comments