Skip to content

Commit 9d44387

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 4.22.1 to 4.26.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.22.1 to 4.26.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.26.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9315684 commit 9d44387

File tree

1 file changed

+57
-38
lines changed

1 file changed

+57
-38
lines changed

yarn.lock

Lines changed: 57 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -900,22 +900,14 @@
900900
eslint-utils "^2.0.0"
901901

902902
"@typescript-eslint/parser@^4.15.2":
903-
version "4.22.1"
904-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.22.1.tgz#a95bda0fd01d994a15fc3e99dc984294f25c19cc"
905-
integrity sha512-l+sUJFInWhuMxA6rtirzjooh8cM/AATAe3amvIkqKFeMzkn85V+eLzb1RyuXkHak4dLfYzOmF6DXPyflJvjQnw==
903+
version "4.26.1"
904+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.1.tgz#cecfdd5eb7a5c13aabce1c1cfd7fbafb5a0f1e8e"
905+
integrity sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==
906906
dependencies:
907-
"@typescript-eslint/scope-manager" "4.22.1"
908-
"@typescript-eslint/types" "4.22.1"
909-
"@typescript-eslint/typescript-estree" "4.22.1"
910-
debug "^4.1.1"
911-
912-
"@typescript-eslint/scope-manager@4.22.1":
913-
version "4.22.1"
914-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.22.1.tgz#5bb357f94f9cd8b94e6be43dd637eb73b8f355b4"
915-
integrity sha512-d5bAiPBiessSmNi8Amq/RuLslvcumxLmyhf1/Xa9IuaoFJ0YtshlJKxhlbY7l2JdEk3wS0EnmnfeJWSvADOe0g==
916-
dependencies:
917-
"@typescript-eslint/types" "4.22.1"
918-
"@typescript-eslint/visitor-keys" "4.22.1"
907+
"@typescript-eslint/scope-manager" "4.26.1"
908+
"@typescript-eslint/types" "4.26.1"
909+
"@typescript-eslint/typescript-estree" "4.26.1"
910+
debug "^4.3.1"
919911

920912
"@typescript-eslint/scope-manager@4.24.0":
921913
version "4.24.0"
@@ -925,28 +917,23 @@
925917
"@typescript-eslint/types" "4.24.0"
926918
"@typescript-eslint/visitor-keys" "4.24.0"
927919

928-
"@typescript-eslint/types@4.22.1":
929-
version "4.22.1"
930-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.1.tgz#bf99c6cec0b4a23d53a61894816927f2adad856a"
931-
integrity sha512-2HTkbkdAeI3OOcWbqA8hWf/7z9c6gkmnWNGz0dKSLYLWywUlkOAQ2XcjhlKLj5xBFDf8FgAOF5aQbnLRvgNbCw==
920+
"@typescript-eslint/scope-manager@4.26.1":
921+
version "4.26.1"
922+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.1.tgz#075a74a15ff33ee3a7ed33e5fce16ee86689f662"
923+
integrity sha512-TW1X2p62FQ8Rlne+WEShyd7ac2LA6o27S9i131W4NwDSfyeVlQWhw8ylldNNS8JG6oJB9Ha9Xyc+IUcqipvheQ==
924+
dependencies:
925+
"@typescript-eslint/types" "4.26.1"
926+
"@typescript-eslint/visitor-keys" "4.26.1"
932927

933928
"@typescript-eslint/types@4.24.0":
934929
version "4.24.0"
935930
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.24.0.tgz#6d0cca2048cbda4e265e0c4db9c2a62aaad8228c"
936931
integrity sha512-tkZUBgDQKdvfs8L47LaqxojKDE+mIUmOzdz7r+u+U54l3GDkTpEbQ1Jp3cNqqAU9vMUCBA1fitsIhm7yN0vx9Q==
937932

938-
"@typescript-eslint/typescript-estree@4.22.1":
939-
version "4.22.1"
940-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.1.tgz#dca379eead8cdfd4edc04805e83af6d148c164f9"
941-
integrity sha512-p3We0pAPacT+onSGM+sPR+M9CblVqdA9F1JEdIqRVlxK5Qth4ochXQgIyb9daBomyQKAXbygxp1aXQRV0GC79A==
942-
dependencies:
943-
"@typescript-eslint/types" "4.22.1"
944-
"@typescript-eslint/visitor-keys" "4.22.1"
945-
debug "^4.1.1"
946-
globby "^11.0.1"
947-
is-glob "^4.0.1"
948-
semver "^7.3.2"
949-
tsutils "^3.17.1"
933+
"@typescript-eslint/types@4.26.1":
934+
version "4.26.1"
935+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.1.tgz#9e7c523f73c34b04a765e4167ca5650436ef1d38"
936+
integrity sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==
950937

951938
"@typescript-eslint/typescript-estree@4.24.0":
952939
version "4.24.0"
@@ -961,13 +948,18 @@
961948
semver "^7.3.2"
962949
tsutils "^3.17.1"
963950

964-
"@typescript-eslint/visitor-keys@4.22.1":
965-
version "4.22.1"
966-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.1.tgz#6045ae25a11662c671f90b3a403d682dfca0b7a6"
967-
integrity sha512-WPkOrIRm+WCLZxXQHCi+WG8T2MMTUFR70rWjdWYddLT7cEfb2P4a3O/J2U1FBVsSFTocXLCoXWY6MZGejeStvQ==
951+
"@typescript-eslint/typescript-estree@4.26.1":
952+
version "4.26.1"
953+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz#b2ce2e789233d62283fae2c16baabd4f1dbc9633"
954+
integrity sha512-l3ZXob+h0NQzz80lBGaykdScYaiEbFqznEs99uwzm8fPHhDjwaBFfQkjUC/slw6Sm7npFL8qrGEAMxcfBsBJUg==
968955
dependencies:
969-
"@typescript-eslint/types" "4.22.1"
970-
eslint-visitor-keys "^2.0.0"
956+
"@typescript-eslint/types" "4.26.1"
957+
"@typescript-eslint/visitor-keys" "4.26.1"
958+
debug "^4.3.1"
959+
globby "^11.0.3"
960+
is-glob "^4.0.1"
961+
semver "^7.3.5"
962+
tsutils "^3.21.0"
971963

972964
"@typescript-eslint/visitor-keys@4.24.0":
973965
version "4.24.0"
@@ -977,6 +969,14 @@
977969
"@typescript-eslint/types" "4.24.0"
978970
eslint-visitor-keys "^2.0.0"
979971

972+
"@typescript-eslint/visitor-keys@4.26.1":
973+
version "4.26.1"
974+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz#0d55ea735cb0d8903b198017d6d4f518fdaac546"
975+
integrity sha512-IGouNSSd+6x/fHtYRyLOM6/C+QxMDzWlDtN41ea+flWuSF9g02iqcIlX8wM53JkfljoIjP0U+yp7SiTS1onEkw==
976+
dependencies:
977+
"@typescript-eslint/types" "4.26.1"
978+
eslint-visitor-keys "^2.0.0"
979+
980980
JSONStream@^1.0.4:
981981
version "1.3.5"
982982
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -2531,6 +2531,18 @@ globby@^11.0.1:
25312531
merge2 "^1.3.0"
25322532
slash "^3.0.0"
25332533

2534+
globby@^11.0.3:
2535+
version "11.0.3"
2536+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
2537+
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
2538+
dependencies:
2539+
array-union "^2.1.0"
2540+
dir-glob "^3.0.1"
2541+
fast-glob "^3.1.1"
2542+
ignore "^5.1.4"
2543+
merge2 "^1.3.0"
2544+
slash "^3.0.0"
2545+
25342546
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
25352547
version "4.2.6"
25362548
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee"
@@ -4676,7 +4688,7 @@ semver-compare@^1.0.0:
46764688
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
46774689
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
46784690

4679-
semver@7.3.5, semver@7.x, semver@^7.2.1, semver@^7.3.2:
4691+
semver@7.3.5, semver@7.x, semver@^7.2.1, semver@^7.3.2, semver@^7.3.5:
46804692
version "7.3.5"
46814693
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
46824694
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -5204,6 +5216,13 @@ tsutils@^3.17.1:
52045216
dependencies:
52055217
tslib "^1.8.1"
52065218

5219+
tsutils@^3.21.0:
5220+
version "3.21.0"
5221+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
5222+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
5223+
dependencies:
5224+
tslib "^1.8.1"
5225+
52075226
tunnel-agent@^0.6.0:
52085227
version "0.6.0"
52095228
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"

0 commit comments

Comments
 (0)