Skip to content

Commit 218dd45

Browse files
dependabot[bot]amanda-mitchell
authored andcommitted
feat(deps): bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.28.3
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.22.0 to 4.28.3. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.3/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b104db2 commit 218dd45

File tree

1 file changed

+37
-31
lines changed

1 file changed

+37
-31
lines changed

yarn.lock

Lines changed: 37 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -951,10 +951,10 @@
951951
jest-diff "^26.0.0"
952952
pretty-format "^26.0.0"
953953

954-
"@types/json-schema@^7.0.3":
955-
version "7.0.7"
956-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
957-
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
954+
"@types/json-schema@^7.0.7":
955+
version "7.0.8"
956+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
957+
integrity sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==
958958

959959
"@types/minimist@^1.2.0":
960960
version "1.2.0"
@@ -1009,30 +1009,29 @@
10091009
"@types/yargs-parser" "*"
10101010

10111011
"@typescript-eslint/eslint-plugin@^4.14.0":
1012-
version "4.22.0"
1013-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.0.tgz#3d5f29bb59e61a9dba1513d491b059e536e16dbc"
1014-
integrity sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA==
1012+
version "4.28.3"
1013+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.3.tgz#36cdcd9ca6f9e5cb49b9f61b970b1976708d084b"
1014+
integrity sha512-jW8sEFu1ZeaV8xzwsfi6Vgtty2jf7/lJmQmDkDruBjYAbx5DA8JtbcMnP0rNPUG+oH5GoQBTSp+9613BzuIpYg==
10151015
dependencies:
1016-
"@typescript-eslint/experimental-utils" "4.22.0"
1017-
"@typescript-eslint/scope-manager" "4.22.0"
1018-
debug "^4.1.1"
1016+
"@typescript-eslint/experimental-utils" "4.28.3"
1017+
"@typescript-eslint/scope-manager" "4.28.3"
1018+
debug "^4.3.1"
10191019
functional-red-black-tree "^1.0.1"
1020-
lodash "^4.17.15"
1021-
regexpp "^3.0.0"
1022-
semver "^7.3.2"
1023-
tsutils "^3.17.1"
1020+
regexpp "^3.1.0"
1021+
semver "^7.3.5"
1022+
tsutils "^3.21.0"
10241023

1025-
"@typescript-eslint/experimental-utils@4.22.0":
1026-
version "4.22.0"
1027-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f"
1028-
integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg==
1024+
"@typescript-eslint/experimental-utils@4.28.3":
1025+
version "4.28.3"
1026+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.3.tgz#976f8c1191b37105fd06658ed57ddfee4be361ca"
1027+
integrity sha512-zZYl9TnrxwEPi3FbyeX0ZnE8Hp7j3OCR+ELoUfbwGHGxWnHg9+OqSmkw2MoCVpZksPCZYpQzC559Ee9pJNHTQw==
10291028
dependencies:
1030-
"@types/json-schema" "^7.0.3"
1031-
"@typescript-eslint/scope-manager" "4.22.0"
1032-
"@typescript-eslint/types" "4.22.0"
1033-
"@typescript-eslint/typescript-estree" "4.22.0"
1034-
eslint-scope "^5.0.0"
1035-
eslint-utils "^2.0.0"
1029+
"@types/json-schema" "^7.0.7"
1030+
"@typescript-eslint/scope-manager" "4.28.3"
1031+
"@typescript-eslint/types" "4.28.3"
1032+
"@typescript-eslint/typescript-estree" "4.28.3"
1033+
eslint-scope "^5.1.1"
1034+
eslint-utils "^3.0.0"
10361035

10371036
"@typescript-eslint/parser@^4.14.0":
10381037
version "4.28.3"
@@ -2584,21 +2583,28 @@ escodegen@^1.14.1:
25842583
optionalDependencies:
25852584
source-map "~0.6.1"
25862585

2587-
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
2586+
eslint-scope@^5.1.1:
25882587
version "5.1.1"
25892588
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
25902589
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
25912590
dependencies:
25922591
esrecurse "^4.3.0"
25932592
estraverse "^4.1.1"
25942593

2595-
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
2594+
eslint-utils@^2.1.0:
25962595
version "2.1.0"
25972596
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
25982597
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
25992598
dependencies:
26002599
eslint-visitor-keys "^1.1.0"
26012600

2601+
eslint-utils@^3.0.0:
2602+
version "3.0.0"
2603+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
2604+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
2605+
dependencies:
2606+
eslint-visitor-keys "^2.0.0"
2607+
26022608
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
26032609
version "1.3.0"
26042610
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -6445,7 +6451,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
64456451
extend-shallow "^3.0.2"
64466452
safe-regex "^1.1.0"
64476453

6448-
regexpp@^3.0.0, regexpp@^3.1.0:
6454+
regexpp@^3.1.0:
64496455
version "3.1.0"
64506456
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
64516457
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -7534,10 +7540,10 @@ tslib@^1.9.0:
75347540
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
75357541
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
75367542

7537-
tsutils@^3.17.1:
7538-
version "3.19.1"
7539-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.19.1.tgz#d8566e0c51c82f32f9c25a4d367cd62409a547a9"
7540-
integrity sha512-GEdoBf5XI324lu7ycad7s6laADfnAqCw6wLGI+knxvw9vsIYBaJfYdmeCEG3FMMUiSm3OGgNb+m6utsWf5h9Vw==
7543+
tsutils@^3.17.1, tsutils@^3.21.0:
7544+
version "3.21.0"
7545+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
7546+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
75417547
dependencies:
75427548
tslib "^1.8.1"
75437549

0 commit comments

Comments
 (0)