Skip to content

Commit 4339c68

Browse files
build(deps-dev): bump @typescript-eslint/parser from 4.5.0 to 4.6.0 (vuejs#2502)
1 parent 44e816e commit 4339c68

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
@@ -942,48 +942,48 @@
942942
"@types/yargs-parser" "*"
943943

944944
"@typescript-eslint/parser@^4.1.1":
945-
version "4.5.0"
946-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.5.0.tgz#b2d659f25eec0041c7bc5660b91db1eefe8d7122"
947-
integrity sha512-xb+gmyhQcnDWe+5+xxaQk5iCw6KqXd8VQxGiTeELTMoYeRjpocZYYRP1gFVM2C8Yl0SpUvLa1lhprwqZ00w3Iw==
945+
version "4.6.0"
946+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.6.0.tgz#7e9ff7df2f21d5c8f65f17add3b99eeeec33199d"
947+
integrity sha512-Dj6NJxBhbdbPSZ5DYsQqpR32MwujF772F2H3VojWU6iT4AqL4BKuoNWOPFCoSZvCcADDvQjDpa6OLDAaiZPz2Q==
948948
dependencies:
949-
"@typescript-eslint/scope-manager" "4.5.0"
950-
"@typescript-eslint/types" "4.5.0"
951-
"@typescript-eslint/typescript-estree" "4.5.0"
949+
"@typescript-eslint/scope-manager" "4.6.0"
950+
"@typescript-eslint/types" "4.6.0"
951+
"@typescript-eslint/typescript-estree" "4.6.0"
952952
debug "^4.1.1"
953953

954-
"@typescript-eslint/scope-manager@4.5.0":
955-
version "4.5.0"
956-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.5.0.tgz#8dfd53c3256d4357e7d66c2fc8956835f4d239be"
957-
integrity sha512-C0cEO0cTMPJ/w4RA/KVe4LFFkkSh9VHoFzKmyaaDWAnPYIEzVCtJ+Un8GZoJhcvq+mPFXEsXa01lcZDHDG6Www==
954+
"@typescript-eslint/scope-manager@4.6.0":
955+
version "4.6.0"
956+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.6.0.tgz#b7d8b57fe354047a72dfb31881d9643092838662"
957+
integrity sha512-uZx5KvStXP/lwrMrfQQwDNvh2ppiXzz5TmyTVHb+5TfZ3sUP7U1onlz3pjoWrK9konRyFe1czyxObWTly27Ang==
958958
dependencies:
959-
"@typescript-eslint/types" "4.5.0"
960-
"@typescript-eslint/visitor-keys" "4.5.0"
959+
"@typescript-eslint/types" "4.6.0"
960+
"@typescript-eslint/visitor-keys" "4.6.0"
961961

962-
"@typescript-eslint/types@4.5.0":
963-
version "4.5.0"
964-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.5.0.tgz#98256e07bad1c8d15d0c9627ebec82fd971bb3c3"
965-
integrity sha512-n2uQoXnyWNk0Les9MtF0gCK3JiWd987JQi97dMSxBOzVoLZXCNtxFckVqt1h8xuI1ix01t+iMY4h4rFMj/303g==
962+
"@typescript-eslint/types@4.6.0":
963+
version "4.6.0"
964+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.6.0.tgz#157ca925637fd53c193c6bf226a6c02b752dde2f"
965+
integrity sha512-5FAgjqH68SfFG4UTtIFv+rqYJg0nLjfkjD0iv+5O27a0xEeNZ5rZNDvFGZDizlCD1Ifj7MAbSW2DPMrf0E9zjA==
966966

967-
"@typescript-eslint/typescript-estree@4.5.0":
968-
version "4.5.0"
969-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.5.0.tgz#d50cf91ae3a89878401111031eb6fb6d03554f64"
970-
integrity sha512-gN1mffq3zwRAjlYWzb5DanarOPdajQwx5MEWkWCk0XvqC8JpafDTeioDoow2L4CA/RkYZu7xEsGZRhqrTsAG8w==
967+
"@typescript-eslint/typescript-estree@4.6.0":
968+
version "4.6.0"
969+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.6.0.tgz#85bd98dcc8280511cfc5b2ce7b03a9ffa1732b08"
970+
integrity sha512-s4Z9qubMrAo/tw0CbN0IN4AtfwuehGXVZM0CHNMdfYMGBDhPdwTEpBrecwhP7dRJu6d9tT9ECYNaWDHvlFSngA==
971971
dependencies:
972-
"@typescript-eslint/types" "4.5.0"
973-
"@typescript-eslint/visitor-keys" "4.5.0"
972+
"@typescript-eslint/types" "4.6.0"
973+
"@typescript-eslint/visitor-keys" "4.6.0"
974974
debug "^4.1.1"
975975
globby "^11.0.1"
976976
is-glob "^4.0.1"
977977
lodash "^4.17.15"
978978
semver "^7.3.2"
979979
tsutils "^3.17.1"
980980

981-
"@typescript-eslint/visitor-keys@4.5.0":
982-
version "4.5.0"
983-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.5.0.tgz#b59f26213ac597efe87f6b13cf2aabee70542af0"
984-
integrity sha512-UHq4FSa55NDZqscRU//O5ROFhHa9Hqn9KWTEvJGTArtTQp5GKv9Zqf6d/Q3YXXcFv4woyBml7fJQlQ+OuqRcHA==
981+
"@typescript-eslint/visitor-keys@4.6.0":
982+
version "4.6.0"
983+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.6.0.tgz#fb05d6393891b0a089b243fc8f9fb8039383d5da"
984+
integrity sha512-38Aa9Ztl0XyFPVzmutHXqDMCu15Xx8yKvUo38Gu3GhsuckCh3StPI5t2WIO9LHEsOH7MLmlGfKUisU8eW1Sjhg==
985985
dependencies:
986-
"@typescript-eslint/types" "4.5.0"
986+
"@typescript-eslint/types" "4.6.0"
987987
eslint-visitor-keys "^2.0.0"
988988

989989

0 commit comments

Comments
 (0)