Skip to content

Commit f67d280

Browse files
build(deps-dev): bump @typescript-eslint/parser from 4.10.0 to 4.11.0 (vuejs#2861)
1 parent 92d7ad1 commit f67d280

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

yarn.lock

+27-27
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.10.0"
942-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.10.0.tgz#1a622b0847b765b2d8f0ede6f0cdd85f03d76031"
943-
integrity sha512-amBvUUGBMadzCW6c/qaZmfr3t9PyevcSWw7hY2FuevdZVp5QPw/K76VSQ5Sw3BxlgYCHZcK6DjIhSZK0PQNsQg==
941+
version "4.11.0"
942+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.11.0.tgz#1dd3d7e42708c10ce9f3aa64c63c0ab99868b4e2"
943+
integrity sha512-NBTtKCC7ZtuxEV5CrHUO4Pg2s784pvavc3cnz6V+oJvVbK4tH9135f/RBP6eUA2KHiFKAollSrgSctQGmHbqJQ==
944944
dependencies:
945-
"@typescript-eslint/scope-manager" "4.10.0"
946-
"@typescript-eslint/types" "4.10.0"
947-
"@typescript-eslint/typescript-estree" "4.10.0"
945+
"@typescript-eslint/scope-manager" "4.11.0"
946+
"@typescript-eslint/types" "4.11.0"
947+
"@typescript-eslint/typescript-estree" "4.11.0"
948948
debug "^4.1.1"
949949

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==
950+
"@typescript-eslint/scope-manager@4.11.0":
951+
version "4.11.0"
952+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.11.0.tgz#2d906537db8a3a946721699e4fc0833810490254"
953+
integrity sha512-6VSTm/4vC2dHM3ySDW9Kl48en+yLNfVV6LECU8jodBHQOhO8adAVizaZ1fV0QGZnLQjQ/y0aBj5/KXPp2hBTjA==
954954
dependencies:
955-
"@typescript-eslint/types" "4.10.0"
956-
"@typescript-eslint/visitor-keys" "4.10.0"
955+
"@typescript-eslint/types" "4.11.0"
956+
"@typescript-eslint/visitor-keys" "4.11.0"
957957

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==
958+
"@typescript-eslint/types@4.11.0":
959+
version "4.11.0"
960+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.0.tgz#86cf95e7eac4ccfd183f9fcf1480cece7caf4ca4"
961+
integrity sha512-XXOdt/NPX++txOQHM1kUMgJUS43KSlXGdR/aDyEwuAEETwuPt02Nc7v+s57PzuSqMbNLclblQdv3YcWOdXhQ7g==
962962

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==
963+
"@typescript-eslint/typescript-estree@4.11.0":
964+
version "4.11.0"
965+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.0.tgz#1144d145841e5987d61c4c845442a24b24165a4b"
966+
integrity sha512-eA6sT5dE5RHAFhtcC+b5WDlUIGwnO9b0yrfGa1mIOIAjqwSQCpXbLiFmKTdRbQN/xH2EZkGqqLDrKUuYOZ0+Hg==
967967
dependencies:
968-
"@typescript-eslint/types" "4.10.0"
969-
"@typescript-eslint/visitor-keys" "4.10.0"
968+
"@typescript-eslint/types" "4.11.0"
969+
"@typescript-eslint/visitor-keys" "4.11.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.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==
977+
"@typescript-eslint/visitor-keys@4.11.0":
978+
version "4.11.0"
979+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.0.tgz#906669a50f06aa744378bb84c7d5c4fdbc5b7d51"
980+
integrity sha512-tRYKyY0i7cMk6v4UIOCjl1LhuepC/pc6adQqJk4Is3YcC6k46HvsV9Wl7vQoLbm9qADgeujiT7KdLrylvFIQ+A==
981981
dependencies:
982-
"@typescript-eslint/types" "4.10.0"
982+
"@typescript-eslint/types" "4.11.0"
983983
eslint-visitor-keys "^2.0.0"
984984

985985

0 commit comments

Comments
 (0)