Skip to content

Commit d9187cd

Browse files
build(deps-dev): bump @typescript-eslint/parser from 4.9.1 to 4.10.0 (#2824)
1 parent b951bf3 commit d9187cd

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

yarn.lock

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -938,48 +938,48 @@
938938
"@types/yargs-parser" "*"
939939

940940
"@typescript-eslint/parser@^4.1.1":
941-
version "4.9.1"
942-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.1.tgz#2d74c4db5dd5117379a9659081a4d1ec02629055"
943-
integrity sha512-Gv2VpqiomvQ2v4UL+dXlQcZ8zCX4eTkoIW+1aGVWT6yTO+6jbxsw7yQl2z2pPl/4B9qa5JXeIbhJpONKjXIy3g==
941+
version "4.10.0"
942+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.10.0.tgz#1a622b0847b765b2d8f0ede6f0cdd85f03d76031"
943+
integrity sha512-amBvUUGBMadzCW6c/qaZmfr3t9PyevcSWw7hY2FuevdZVp5QPw/K76VSQ5Sw3BxlgYCHZcK6DjIhSZK0PQNsQg==
944944
dependencies:
945-
"@typescript-eslint/scope-manager" "4.9.1"
946-
"@typescript-eslint/types" "4.9.1"
947-
"@typescript-eslint/typescript-estree" "4.9.1"
945+
"@typescript-eslint/scope-manager" "4.10.0"
946+
"@typescript-eslint/types" "4.10.0"
947+
"@typescript-eslint/typescript-estree" "4.10.0"
948948
debug "^4.1.1"
949949

950-
"@typescript-eslint/scope-manager@4.9.1":
951-
version "4.9.1"
952-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.1.tgz#cc2fde310b3f3deafe8436a924e784eaab265103"
953-
integrity sha512-sa4L9yUfD/1sg9Kl8OxPxvpUcqxKXRjBeZxBuZSSV1v13hjfEJkn84n0An2hN8oLQ1PmEl2uA6FkI07idXeFgQ==
950+
"@typescript-eslint/scope-manager@4.10.0":
951+
version "4.10.0"
952+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.10.0.tgz#dbd7e1fc63d7363e3aaff742a6f2b8afdbac9d27"
953+
integrity sha512-WAPVw35P+fcnOa8DEic0tQUhoJJsgt+g6DEcz257G7vHFMwmag58EfowdVbiNcdfcV27EFR0tUBVXkDoIvfisQ==
954954
dependencies:
955-
"@typescript-eslint/types" "4.9.1"
956-
"@typescript-eslint/visitor-keys" "4.9.1"
955+
"@typescript-eslint/types" "4.10.0"
956+
"@typescript-eslint/visitor-keys" "4.10.0"
957957

958-
"@typescript-eslint/types@4.9.1":
959-
version "4.9.1"
960-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.1.tgz#a1a7dd80e4e5ac2c593bc458d75dd1edaf77faa2"
961-
integrity sha512-fjkT+tXR13ks6Le7JiEdagnwEFc49IkOyys7ueWQ4O8k4quKPwPJudrwlVOJCUQhXo45PrfIvIarcrEjFTNwUA==
958+
"@typescript-eslint/types@4.10.0":
959+
version "4.10.0"
960+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.10.0.tgz#12f983750ebad867f0c806e705c1953cd6415789"
961+
integrity sha512-+dt5w1+Lqyd7wIPMa4XhJxUuE8+YF+vxQ6zxHyhLGHJjHiunPf0wSV8LtQwkpmAsRi1lEOoOIR30FG5S2HS33g==
962962

963-
"@typescript-eslint/typescript-estree@4.9.1":
964-
version "4.9.1"
965-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.1.tgz#6e5b86ff5a5f66809e1f347469fadeec69ac50bf"
966-
integrity sha512-bzP8vqwX6Vgmvs81bPtCkLtM/Skh36NE6unu6tsDeU/ZFoYthlTXbBmpIrvosgiDKlWTfb2ZpPELHH89aQjeQw==
963+
"@typescript-eslint/typescript-estree@4.10.0":
964+
version "4.10.0"
965+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.10.0.tgz#1e62e45fd57866afd42daf5e9fb6bd4e8dbcfa75"
966+
integrity sha512-mGK0YRp9TOk6ZqZ98F++bW6X5kMTzCRROJkGXH62d2azhghmq+1LNLylkGe6uGUOQzD452NOAEth5VAF6PDo5g==
967967
dependencies:
968-
"@typescript-eslint/types" "4.9.1"
969-
"@typescript-eslint/visitor-keys" "4.9.1"
968+
"@typescript-eslint/types" "4.10.0"
969+
"@typescript-eslint/visitor-keys" "4.10.0"
970970
debug "^4.1.1"
971971
globby "^11.0.1"
972972
is-glob "^4.0.1"
973973
lodash "^4.17.15"
974974
semver "^7.3.2"
975975
tsutils "^3.17.1"
976976

977-
"@typescript-eslint/visitor-keys@4.9.1":
978-
version "4.9.1"
979-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.1.tgz#d76374a58c4ead9e92b454d186fea63487b25ae1"
980-
integrity sha512-9gspzc6UqLQHd7lXQS7oWs+hrYggspv/rk6zzEMhCbYwPE/sF7oxo7GAjkS35Tdlt7wguIG+ViWCPtVZHz/ybQ==
977+
"@typescript-eslint/visitor-keys@4.10.0":
978+
version "4.10.0"
979+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.10.0.tgz#9478822329a9bc8ebcc80623d7f79a01da5ee451"
980+
integrity sha512-hPyz5qmDMuZWFtHZkjcCpkAKHX8vdu1G3YsCLEd25ryZgnJfj6FQuJ5/O7R+dB1ueszilJmAFMtlU4CA6se3Jg==
981981
dependencies:
982-
"@typescript-eslint/types" "4.9.1"
982+
"@typescript-eslint/types" "4.10.0"
983983
eslint-visitor-keys "^2.0.0"
984984

985985

0 commit comments

Comments
 (0)