Skip to content

Commit 3bad755

Browse files
chore(deps): bump @typescript-eslint/eslint-plugin from 2.14.0 to 2.28.0 (#114)
1 parent 950d9fd commit 3bad755

File tree

1 file changed

+34
-5
lines changed

1 file changed

+34
-5
lines changed

yarn.lock

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -934,12 +934,11 @@
934934
tsutils "^3.7.0"
935935

936936
"@typescript-eslint/eslint-plugin@^2.5.0":
937-
version "2.14.0"
938-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.14.0.tgz#c74447400537d4eb7aae1e31879ab43e6c662a8a"
939-
integrity sha512-sneOJ3Hu0m5whJiVIxGBZZZMxMJ7c0LhAJzeMJgHo+n5wFs+/6rSR/gl7crkdR2kNwfOOSdzdc0gMvatG4dX2Q==
937+
version "2.28.0"
938+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.28.0.tgz#4431bc6d3af41903e5255770703d4e55a0ccbdec"
939+
integrity sha512-w0Ugcq2iatloEabQP56BRWJowliXUP5Wv6f9fKzjJmDW81hOTBxRoJ4LoEOxRpz9gcY51Libytd2ba3yLmSOfg==
940940
dependencies:
941-
"@typescript-eslint/experimental-utils" "2.14.0"
942-
eslint-utils "^1.4.3"
941+
"@typescript-eslint/experimental-utils" "2.28.0"
943942
functional-red-black-tree "^1.0.1"
944943
regexpp "^3.0.0"
945944
tsutils "^3.17.1"
@@ -962,6 +961,16 @@
962961
"@typescript-eslint/typescript-estree" "2.14.0"
963962
eslint-scope "^5.0.0"
964963

964+
"@typescript-eslint/experimental-utils@2.28.0":
965+
version "2.28.0"
966+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.28.0.tgz#1fd0961cd8ef6522687b4c562647da6e71f8833d"
967+
integrity sha512-4SL9OWjvFbHumM/Zh/ZeEjUFxrYKtdCi7At4GyKTbQlrj1HcphIDXlje4Uu4cY+qzszR5NdVin4CCm6AXCjd6w==
968+
dependencies:
969+
"@types/json-schema" "^7.0.3"
970+
"@typescript-eslint/typescript-estree" "2.28.0"
971+
eslint-scope "^5.0.0"
972+
eslint-utils "^2.0.0"
973+
965974
"@typescript-eslint/parser@^1.5.0":
966975
version "1.13.0"
967976
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.13.0.tgz#61ac7811ea52791c47dc9fd4dd4a184fae9ac355"
@@ -1003,6 +1012,19 @@
10031012
semver "^6.3.0"
10041013
tsutils "^3.17.1"
10051014

1015+
"@typescript-eslint/typescript-estree@2.28.0":
1016+
version "2.28.0"
1017+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.28.0.tgz#d34949099ff81092c36dc275b6a1ea580729ba00"
1018+
integrity sha512-HDr8MP9wfwkiuqzRVkuM3BeDrOC4cKbO5a6BymZBHUt5y/2pL0BXD6I/C/ceq2IZoHWhcASk+5/zo+dwgu9V8Q==
1019+
dependencies:
1020+
debug "^4.1.1"
1021+
eslint-visitor-keys "^1.1.0"
1022+
glob "^7.1.6"
1023+
is-glob "^4.0.1"
1024+
lodash "^4.17.15"
1025+
semver "^6.3.0"
1026+
tsutils "^3.17.1"
1027+
10061028
abab@^2.0.0:
10071029
version "2.0.2"
10081030
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.2.tgz#a2fba1b122c69a85caa02d10f9270c7219709a9d"
@@ -1999,6 +2021,13 @@ eslint-utils@^1.3.1, eslint-utils@^1.4.3:
19992021
dependencies:
20002022
eslint-visitor-keys "^1.1.0"
20012023

2024+
eslint-utils@^2.0.0:
2025+
version "2.0.0"
2026+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
2027+
integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==
2028+
dependencies:
2029+
eslint-visitor-keys "^1.1.0"
2030+
20022031
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
20032032
version "1.1.0"
20042033
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"

0 commit comments

Comments
 (0)