Skip to content

Commit 5905bd3

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
1 parent c9742e6 commit 5905bd3

File tree

1 file changed

+69
-28
lines changed

1 file changed

+69
-28
lines changed

yarn.lock

Lines changed: 69 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@
695695
jest-diff "^26.0.0"
696696
pretty-format "^26.0.0"
697697

698-
"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6":
698+
"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.7":
699699
version "7.0.7"
700700
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
701701
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
@@ -810,30 +810,30 @@
810810
"@types/yargs-parser" "*"
811811

812812
"@typescript-eslint/eslint-plugin@^4.19.0":
813-
version "4.25.0"
814-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.25.0.tgz#d82657b6ab4caa4c3f888ff923175fadc2f31f2a"
815-
integrity sha512-Qfs3dWkTMKkKwt78xp2O/KZQB8MPS1UQ5D3YW2s6LQWBE1074BE+Rym+b1pXZIX3M3fSvPUDaCvZLKV2ylVYYQ==
813+
version "4.26.0"
814+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz#12bbd6ebd5e7fabd32e48e1e60efa1f3554a3242"
815+
integrity sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==
816816
dependencies:
817-
"@typescript-eslint/experimental-utils" "4.25.0"
818-
"@typescript-eslint/scope-manager" "4.25.0"
819-
debug "^4.1.1"
817+
"@typescript-eslint/experimental-utils" "4.26.0"
818+
"@typescript-eslint/scope-manager" "4.26.0"
819+
debug "^4.3.1"
820820
functional-red-black-tree "^1.0.1"
821-
lodash "^4.17.15"
822-
regexpp "^3.0.0"
823-
semver "^7.3.2"
824-
tsutils "^3.17.1"
825-
826-
"@typescript-eslint/experimental-utils@4.25.0":
827-
version "4.25.0"
828-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.25.0.tgz#b2febcfa715d2c1806fd5f0335193a6cd270df54"
829-
integrity sha512-f0doRE76vq7NEEU0tw+ajv6CrmPelw5wLoaghEHkA2dNLFb3T/zJQqGPQ0OYt5XlZaS13MtnN+GTPCuUVg338w==
830-
dependencies:
831-
"@types/json-schema" "^7.0.3"
832-
"@typescript-eslint/scope-manager" "4.25.0"
833-
"@typescript-eslint/types" "4.25.0"
834-
"@typescript-eslint/typescript-estree" "4.25.0"
835-
eslint-scope "^5.0.0"
836-
eslint-utils "^2.0.0"
821+
lodash "^4.17.21"
822+
regexpp "^3.1.0"
823+
semver "^7.3.5"
824+
tsutils "^3.21.0"
825+
826+
"@typescript-eslint/experimental-utils@4.26.0":
827+
version "4.26.0"
828+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz#ba7848b3f088659cdf71bce22454795fc55be99a"
829+
integrity sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==
830+
dependencies:
831+
"@types/json-schema" "^7.0.7"
832+
"@typescript-eslint/scope-manager" "4.26.0"
833+
"@typescript-eslint/types" "4.26.0"
834+
"@typescript-eslint/typescript-estree" "4.26.0"
835+
eslint-scope "^5.1.1"
836+
eslint-utils "^3.0.0"
837837

838838
"@typescript-eslint/parser@^4.19.0":
839839
version "4.25.0"
@@ -853,11 +853,24 @@
853853
"@typescript-eslint/types" "4.25.0"
854854
"@typescript-eslint/visitor-keys" "4.25.0"
855855

856+
"@typescript-eslint/scope-manager@4.26.0":
857+
version "4.26.0"
858+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz#60d1a71df162404e954b9d1c6343ff3bee496194"
859+
integrity sha512-G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg==
860+
dependencies:
861+
"@typescript-eslint/types" "4.26.0"
862+
"@typescript-eslint/visitor-keys" "4.26.0"
863+
856864
"@typescript-eslint/types@4.25.0":
857865
version "4.25.0"
858866
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87"
859867
integrity sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ==
860868

869+
"@typescript-eslint/types@4.26.0":
870+
version "4.26.0"
871+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
872+
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
873+
861874
"@typescript-eslint/typescript-estree@4.25.0":
862875
version "4.25.0"
863876
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.25.0.tgz#942e4e25888736bff5b360d9b0b61e013d0cfa25"
@@ -871,6 +884,19 @@
871884
semver "^7.3.2"
872885
tsutils "^3.17.1"
873886

887+
"@typescript-eslint/typescript-estree@4.26.0":
888+
version "4.26.0"
889+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz#aea17a40e62dc31c63d5b1bbe9a75783f2ce7109"
890+
integrity sha512-GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg==
891+
dependencies:
892+
"@typescript-eslint/types" "4.26.0"
893+
"@typescript-eslint/visitor-keys" "4.26.0"
894+
debug "^4.3.1"
895+
globby "^11.0.3"
896+
is-glob "^4.0.1"
897+
semver "^7.3.5"
898+
tsutils "^3.21.0"
899+
874900
"@typescript-eslint/visitor-keys@4.25.0":
875901
version "4.25.0"
876902
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.25.0.tgz#863e7ed23da4287c5b469b13223255d0fde6aaa7"
@@ -879,6 +905,14 @@
879905
"@typescript-eslint/types" "4.25.0"
880906
eslint-visitor-keys "^2.0.0"
881907

908+
"@typescript-eslint/visitor-keys@4.26.0":
909+
version "4.26.0"
910+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
911+
integrity sha512-cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg==
912+
dependencies:
913+
"@typescript-eslint/types" "4.26.0"
914+
eslint-visitor-keys "^2.0.0"
915+
882916
"@webassemblyjs/ast@1.11.0":
883917
version "1.11.0"
884918
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.0.tgz#a5aa679efdc9e51707a4207139da57920555961f"
@@ -2560,7 +2594,7 @@ eslint-plugin-react@~7.21.5:
25602594
resolve "^1.18.1"
25612595
string.prototype.matchall "^4.0.2"
25622596

2563-
eslint-scope@5.1.1, eslint-scope@^5.0.0, eslint-scope@^5.1.1:
2597+
eslint-scope@5.1.1, eslint-scope@^5.1.1:
25642598
version "5.1.1"
25652599
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
25662600
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
@@ -2575,6 +2609,13 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0:
25752609
dependencies:
25762610
eslint-visitor-keys "^1.1.0"
25772611

2612+
eslint-utils@^3.0.0:
2613+
version "3.0.0"
2614+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
2615+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
2616+
dependencies:
2617+
eslint-visitor-keys "^2.0.0"
2618+
25782619
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
25792620
version "1.3.0"
25802621
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -3273,7 +3314,7 @@ globals@^13.6.0:
32733314
dependencies:
32743315
type-fest "^0.20.2"
32753316

3276-
globby@^11.0.1:
3317+
globby@^11.0.1, globby@^11.0.3:
32773318
version "11.0.3"
32783319
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
32793320
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
@@ -4742,7 +4783,7 @@ lodash.truncate@^4.4.2:
47424783
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
47434784
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
47444785

4745-
lodash@4.x, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.7.0:
4786+
lodash@4.x, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0:
47464787
version "4.17.21"
47474788
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
47484789
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -6198,7 +6239,7 @@ semver-compare@^1.0.0:
61986239
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
61996240
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
62006241

6201-
semver@7.x, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4:
6242+
semver@7.x, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
62026243
version "7.3.5"
62036244
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
62046245
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -7029,7 +7070,7 @@ tslib@~2.1.0:
70297070
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
70307071
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
70317072

7032-
tsutils@^3.17.1:
7073+
tsutils@^3.17.1, tsutils@^3.21.0:
70337074
version "3.21.0"
70347075
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
70357076
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)