Skip to content

Commit cd9207d

Browse files

File tree

1 file changed

+28
-10
lines changed

1 file changed

+28
-10
lines changed

yarn.lock

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -794,11 +794,11 @@
794794
"@types/yargs-parser" "*"
795795

796796
"@typescript-eslint/eslint-plugin@^3.2.0":
797-
version "3.2.0"
798-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.2.0.tgz#7fb997f391af32ae6ca1dbe56bcefe4dd30bda14"
799-
integrity sha512-t9RTk/GyYilIXt6BmZurhBzuMT9kLKw3fQoJtK9ayv0tXTlznXEAnx07sCLXdkN3/tZDep1s1CEV95CWuARYWA==
797+
version "3.3.0"
798+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.3.0.tgz#89518e5c5209a349bde161c3489b0ec187ae5d37"
799+
integrity sha512-Ybx/wU75Tazz6nU2d7nN6ll0B98odoiYLXwcuwS5WSttGzK46t0n7TPRQ4ozwcTv82UY6TQoIvI+sJfTzqK9dQ==
800800
dependencies:
801-
"@typescript-eslint/experimental-utils" "3.2.0"
801+
"@typescript-eslint/experimental-utils" "3.3.0"
802802
functional-red-black-tree "^1.0.1"
803803
regexpp "^3.0.0"
804804
semver "^7.3.2"
@@ -814,6 +814,16 @@
814814
eslint-scope "^5.0.0"
815815
eslint-utils "^2.0.0"
816816

817+
"@typescript-eslint/[email protected]":
818+
version "3.3.0"
819+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.3.0.tgz#d72a946e056a83d4edf97f3411cceb639b0b8c87"
820+
integrity sha512-d4pGIAbu/tYsrPrdHCQ5xfadJGvlkUxbeBB56nO/VGmEDi/sKmfa5fGty5t5veL1OyJBrUmSiRn1R1qfVDydrg==
821+
dependencies:
822+
"@types/json-schema" "^7.0.3"
823+
"@typescript-eslint/typescript-estree" "3.3.0"
824+
eslint-scope "^5.0.0"
825+
eslint-utils "^2.0.0"
826+
817827
"@typescript-eslint/parser@^3.2.0":
818828
version "3.2.0"
819829
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.2.0.tgz#d9d7867456b1b8ecae9e724269b0bc932f06cbca"
@@ -837,6 +847,19 @@
837847
semver "^7.3.2"
838848
tsutils "^3.17.1"
839849

850+
"@typescript-eslint/[email protected]":
851+
version "3.3.0"
852+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.3.0.tgz#841ffed25c29b0049ebffb4c2071268a34558a2a"
853+
integrity sha512-3SqxylENltEvJsjjMSDCUx/edZNSC7wAqifUU1Ywp//0OWEZwMZJfecJud9XxJ/40rAKEbJMKBOQzeOjrLJFzQ==
854+
dependencies:
855+
debug "^4.1.1"
856+
eslint-visitor-keys "^1.1.0"
857+
glob "^7.1.6"
858+
is-glob "^4.0.1"
859+
lodash "^4.17.15"
860+
semver "^7.3.2"
861+
tsutils "^3.17.1"
862+
840863
abab@^2.0.3:
841864
version "2.0.3"
842865
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"
@@ -3877,12 +3900,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
38773900
extend-shallow "^3.0.2"
38783901
safe-regex "^1.1.0"
38793902

3880-
regexpp@^3.0.0:
3881-
version "3.0.0"
3882-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
3883-
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
3884-
3885-
regexpp@^3.1.0:
3903+
regexpp@^3.0.0, regexpp@^3.1.0:
38863904
version "3.1.0"
38873905
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
38883906
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==

0 commit comments

Comments
 (0)