Skip to content

Commit 434de69

Browse files
build(deps-dev): bump @typescript-eslint/parser from 4.4.1 to 4.5.0 (#2451)
1 parent f2d03a5 commit 434de69

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
@@ -955,48 +955,48 @@
955955
"@types/yargs-parser" "*"
956956

957957
"@typescript-eslint/parser@^4.1.1":
958-
version "4.4.1"
959-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.4.1.tgz#25fde9c080611f303f2f33cedb145d2c59915b80"
960-
integrity sha512-S0fuX5lDku28Au9REYUsV+hdJpW/rNW0gWlc4SXzF/kdrRaAVX9YCxKpziH7djeWT/HFAjLZcnY7NJD8xTeUEg==
958+
version "4.5.0"
959+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.5.0.tgz#b2d659f25eec0041c7bc5660b91db1eefe8d7122"
960+
integrity sha512-xb+gmyhQcnDWe+5+xxaQk5iCw6KqXd8VQxGiTeELTMoYeRjpocZYYRP1gFVM2C8Yl0SpUvLa1lhprwqZ00w3Iw==
961961
dependencies:
962-
"@typescript-eslint/scope-manager" "4.4.1"
963-
"@typescript-eslint/types" "4.4.1"
964-
"@typescript-eslint/typescript-estree" "4.4.1"
962+
"@typescript-eslint/scope-manager" "4.5.0"
963+
"@typescript-eslint/types" "4.5.0"
964+
"@typescript-eslint/typescript-estree" "4.5.0"
965965
debug "^4.1.1"
966966

967-
"@typescript-eslint/scope-manager@4.4.1":
968-
version "4.4.1"
969-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.4.1.tgz#d19447e60db2ce9c425898d62fa03b2cce8ea3f9"
970-
integrity sha512-2oD/ZqD4Gj41UdFeWZxegH3cVEEH/Z6Bhr/XvwTtGv66737XkR4C9IqEkebCuqArqBJQSj4AgNHHiN1okzD/wQ==
967+
"@typescript-eslint/scope-manager@4.5.0":
968+
version "4.5.0"
969+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.5.0.tgz#8dfd53c3256d4357e7d66c2fc8956835f4d239be"
970+
integrity sha512-C0cEO0cTMPJ/w4RA/KVe4LFFkkSh9VHoFzKmyaaDWAnPYIEzVCtJ+Un8GZoJhcvq+mPFXEsXa01lcZDHDG6Www==
971971
dependencies:
972-
"@typescript-eslint/types" "4.4.1"
973-
"@typescript-eslint/visitor-keys" "4.4.1"
972+
"@typescript-eslint/types" "4.5.0"
973+
"@typescript-eslint/visitor-keys" "4.5.0"
974974

975-
"@typescript-eslint/types@4.4.1":
976-
version "4.4.1"
977-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.1.tgz#c507b35cf523bc7ba00aae5f75ee9b810cdabbc1"
978-
integrity sha512-KNDfH2bCyax5db+KKIZT4rfA8rEk5N0EJ8P0T5AJjo5xrV26UAzaiqoJCxeaibqc0c/IvZxp7v2g3difn2Pn3w==
975+
"@typescript-eslint/types@4.5.0":
976+
version "4.5.0"
977+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.5.0.tgz#98256e07bad1c8d15d0c9627ebec82fd971bb3c3"
978+
integrity sha512-n2uQoXnyWNk0Les9MtF0gCK3JiWd987JQi97dMSxBOzVoLZXCNtxFckVqt1h8xuI1ix01t+iMY4h4rFMj/303g==
979979

980-
"@typescript-eslint/typescript-estree@4.4.1":
981-
version "4.4.1"
982-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.4.1.tgz#598f6de488106c2587d47ca2462c60f6e2797cb8"
983-
integrity sha512-wP/V7ScKzgSdtcY1a0pZYBoCxrCstLrgRQ2O9MmCUZDtmgxCO/TCqOTGRVwpP4/2hVfqMz/Vw1ZYrG8cVxvN3g==
980+
"@typescript-eslint/typescript-estree@4.5.0":
981+
version "4.5.0"
982+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.5.0.tgz#d50cf91ae3a89878401111031eb6fb6d03554f64"
983+
integrity sha512-gN1mffq3zwRAjlYWzb5DanarOPdajQwx5MEWkWCk0XvqC8JpafDTeioDoow2L4CA/RkYZu7xEsGZRhqrTsAG8w==
984984
dependencies:
985-
"@typescript-eslint/types" "4.4.1"
986-
"@typescript-eslint/visitor-keys" "4.4.1"
985+
"@typescript-eslint/types" "4.5.0"
986+
"@typescript-eslint/visitor-keys" "4.5.0"
987987
debug "^4.1.1"
988988
globby "^11.0.1"
989989
is-glob "^4.0.1"
990990
lodash "^4.17.15"
991991
semver "^7.3.2"
992992
tsutils "^3.17.1"
993993

994-
"@typescript-eslint/visitor-keys@4.4.1":
995-
version "4.4.1"
996-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.4.1.tgz#1769dc7a9e2d7d2cfd3318b77ed8249187aed5c3"
997-
integrity sha512-H2JMWhLaJNeaylSnMSQFEhT/S/FsJbebQALmoJxMPMxLtlVAMy2uJP/Z543n9IizhjRayLSqoInehCeNW9rWcw==
994+
"@typescript-eslint/visitor-keys@4.5.0":
995+
version "4.5.0"
996+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.5.0.tgz#b59f26213ac597efe87f6b13cf2aabee70542af0"
997+
integrity sha512-UHq4FSa55NDZqscRU//O5ROFhHa9Hqn9KWTEvJGTArtTQp5GKv9Zqf6d/Q3YXXcFv4woyBml7fJQlQ+OuqRcHA==
998998
dependencies:
999-
"@typescript-eslint/types" "4.4.1"
999+
"@typescript-eslint/types" "4.5.0"
10001000
eslint-visitor-keys "^2.0.0"
10011001

10021002
"@zeit/schemas@2.6.0":

0 commit comments

Comments
 (0)